Skip to content

Commit 6037956

Browse files
authored
chore: add missing updates to changelog
1 parent 62d2d25 commit 6037956

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1.0.0 / 2021-02-17
1+
1.0.0 / 2021-03-17
22
===================
33
- **BREAKING:** The `parseUrl()` function slightly changed its behavior (see README for details):
44
- it no longer returns an object on invalid URLs and throws an exception instead
@@ -21,6 +21,8 @@
2121
- **BREAKING:** The `createTunnel()` function now lets the system assign potentially
2222
random listening TCP port, instead of the previous selection from range from 20000 to 60000.
2323
- **BREAKING:** The undocumented `findFreePort()` function was moved from tools.js to test/tools.js
24+
- Added the [ability to access proxy CONNECT headers](https://github.com/apify/proxy-chain#accessing-the-connect-response-headers-for-proxy-tunneling) for proxy tunneling.
25+
- Removed dependency on Node.js internal modules, hopefully allowing usage of this library in Electron.
2426
- Got rid of the "portastic" NPM package and thus reduced bundle size by ~50%
2527
- Various code improvements and better tests.
2628
- Updated packages.

0 commit comments

Comments
 (0)