Skip to content

Commit

Permalink
v1.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Cuadrix committed Jul 21, 2020
1 parent 19311eb commit 7bcdb82
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Change log
### [1.2.8] - 2020-07-21
#### Changes
- 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))
- Fixed Page URL not updating in Puppeteer when there was a server-side redirect (via location header)
### [1.2.7] - 2020-06-30
#### Changes
- Reimplement cookie handling to account for deletion and addition of browser cookies
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "puppeteer-page-proxy",
"description": "Additional Node.js module to use with 'puppeteer' for setting proxies per page basis.",
"version": "1.2.7",
"version": "1.2.8",
"author": "Cuadrix <cuadrix12000@gmail.com> (https://github.com/Cuadrix)",
"homepage": "https://github.com/Cuadrix/puppeteer-page-proxy",
"main": "./src/index.js",
Expand All @@ -22,10 +22,10 @@
],
"license": "MIT",
"dependencies": {
"got": "^11.3.0",
"got": "^11.5.1",
"http-proxy-agent": "^4.0.1",
"https-proxy-agent": "^5.0.0",
"socks-proxy-agent": "^5.0.0",
"tough-cookie": "^4.0.0"
}
}
}

0 comments on commit 7bcdb82

Please sign in to comment.