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

Commit

Permalink
Release 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksii Sribnyi authored and Oleksii Sribnyi committed Mar 27, 2019
1 parent bbc5727 commit e0727c0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## Change Log

### 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
- [#159](https://github.com/codemanki/cloudscraper/pull/159) Decode emails in the page protected by CF

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

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.3.0",
"version": "3.4.0",
"description": "Bypasses cloudflare's anti-ddos page",
"main": "index.js",
"engines": {
Expand Down

0 comments on commit e0727c0

Please sign in to comment.