Skip to content

Commit

Permalink
Update changelog, bump apify-shared
Browse files Browse the repository at this point in the history
  • Loading branch information
mnmkng committed Oct 2, 2020
1 parent 4c1ebef commit 6527b30
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
0.21.6 / 2020/09/01
0.21.6 / 2020/09/02
====================
It appears that `CheerioCrawler` was correctly retiring sessions on timeouts
and blocked status codes (401, 403, 429), whereas `PuppeteerCrawler` did not.
Apologies for the omission, this release fixes the problem.

- Fix sessions not being retired on blocked status codes in `PuppeteerCrawler`.
- Fix sessions not being marked bad on navigation timeouts in `PuppeteerCrawler`.
- Update `apify-shared` to version `0.5.0`.

0.21.5 / 2020/09/30
====================
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@types/socket.io": "^2.1.4",
"@types/tough-cookie": "^4.0.0",
"apify-client": "^0.6.0",
"apify-shared": "^0.4.0",
"apify-shared": "^0.5.0",
"cheerio": "^1.0.0-rc.3",
"content-type": "^1.0.4",
"express": "^4.17.1",
Expand Down

0 comments on commit 6527b30

Please sign in to comment.