Skip to content
This repository has been archived by the owner on May 9, 2020. It is now read-only.

Commit

Permalink
Bump to 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
codemanki committed Mar 31, 2019
1 parent d10bd7b commit a77f19f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## Change Log

### v3.5.0 (31/03/2019)
- [#174](https://github.com/codemanki/cloudscraper/pull/174) Update code to parse latest CF challenge

### v3.4.0 (27/03/2019)
- [#165](https://github.com/codemanki/cloudscraper/pull/165) Fixing CF challenge parsing, respect `Retry-After` header when CF returns `429 Too Many Requests` error.
- [#163](https://github.com/codemanki/cloudscraper/pull/163) Improve the accuracy of challenge timing. Throw error immediatelly without a delay
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cloudscraper",
"version": "3.4.0",
"version": "3.5.0",
"description": "Bypasses cloudflare's anti-ddos page",
"main": "index.js",
"engines": {
Expand Down

0 comments on commit a77f19f

Please sign in to comment.