Skip to content

Commit 7bcdb82

Browse files
committed
v1.2.8
1 parent 19311eb commit 7bcdb82

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Change log
2+
### [1.2.8] - 2020-07-21
3+
#### Changes
4+
- Fixed silent failure when there was an invalid host in the cookies set by the server ([#32](https://github.com/Cuadrix/puppeteer-page-proxy/issues/32))
5+
- Fixed Page URL not updating in Puppeteer when there was a server-side redirect (via location header)
26
### [1.2.7] - 2020-06-30
37
#### Changes
48
- Reimplement cookie handling to account for deletion and addition of browser cookies

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "puppeteer-page-proxy",
33
"description": "Additional Node.js module to use with 'puppeteer' for setting proxies per page basis.",
4-
"version": "1.2.7",
4+
"version": "1.2.8",
55
"author": "Cuadrix <[email protected]> (https://github.com/Cuadrix)",
66
"homepage": "https://github.com/Cuadrix/puppeteer-page-proxy",
77
"main": "./src/index.js",
@@ -22,10 +22,10 @@
2222
],
2323
"license": "MIT",
2424
"dependencies": {
25-
"got": "^11.3.0",
25+
"got": "^11.5.1",
2626
"http-proxy-agent": "^4.0.1",
2727
"https-proxy-agent": "^5.0.0",
2828
"socks-proxy-agent": "^5.0.0",
2929
"tough-cookie": "^4.0.0"
3030
}
31-
}
31+
}

0 commit comments

Comments
 (0)