Skip to content

Commit

Permalink
Pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
mnmkng committed Mar 3, 2020
1 parent c0507c0 commit 53ff5ee
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
0.20.0 /
0.20.0 / 2020-03-03
====================
- **BREAKING:** `Apify.utils.requestAsBrowser()` no longer aborts request on status code 406
or when other than `text/html` type is received. Use `options.abortFunction` if you want to
Expand All @@ -18,12 +18,18 @@
and will only be called if persisted `Requests` were not retrieved from key-value store.
Use it to reduce memory spikes and also to make sure that your sources are not re-created
on actor restarts.
- Updated `stealth` hiding of `webdriver` to avoid recent detections.
- `Apify.utils.log` now points to an updated logger instance which prints colored logs (in TTY)
and supports overriding with custom loggers.
- Improved `Apify.launchPuppeteer()` code to prevent triggering bugs in Puppeteer by passing
more than required options to `puppeteer.launch()`.
- Documented `BasicCrawler.autoscaledPool` property, and added `CheerioCrawler.autoscaledPool`
and `PuppeteerCrawler.autoscaledPool` properties.
- `SessionPool` now persists state on `teardown`. Before, it only persisted state every minute.
This ensures that after a crawler finishes, the state is correctly persisted.
- Added TypeScript typings and typedef documentation for all entities used throughout SDK.
- Upgraded `proxy-chain` NPM package from 0.2.7 to 0.3.3
- Upgraded `proxy-chain` NPM package from 0.2.7 to 0.4.1 and many other dependencies
- Removed all usage of the now deprecated `request` package.

0.19.1 / 2020-01-30
====================
Expand Down

0 comments on commit 53ff5ee

Please sign in to comment.