You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
1.0.0 / 2021-02-17
1
+
1.0.0 / 2021-03-17
2
2
===================
3
3
-**BREAKING:** The `parseUrl()` function slightly changed its behavior (see README for details):
4
4
- it no longer returns an object on invalid URLs and throws an exception instead
@@ -21,6 +21,8 @@
21
21
-**BREAKING:** The `createTunnel()` function now lets the system assign potentially
22
22
random listening TCP port, instead of the previous selection from range from 20000 to 60000.
23
23
-**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.
24
26
- Got rid of the "portastic" NPM package and thus reduced bundle size by ~50%
0 commit comments