v3.6.1

apify/crawleev3.6.1Nov 15, 2023by apify-service-account

AI Summary

A minor patch release addressing TypeScript import errors and enabling a new headless mode for Puppeteer.

Key Highlights

  • Fixed TypeScript import errors for `got-scraping`
  • Enabled `new` headless mode in Puppeteer

New Features

  • Puppeteer: enable `new` headless mode

Full Release Notes

## [3.6.1](https://github.com/apify/crawlee/compare/v3.6.0...v3.6.1) (2023-11-15)


### Bug Fixes

* **ts:** ignore import errors for `got-scraping` ([012fc9e](https://github.com/apify/crawlee/commit/012fc9eaf0fef886aac4fdde1f3061147fdc28b1))
* **ts:** specify type explicitly for logger ([aec3550](https://github.com/apify/crawlee/commit/aec355022eb13f2624eeba20aeeb42dc0ad8365c))


### Features

* **puppeteer:** enable `new` headless mode ([#1910](https://github.com/apify/crawlee/issues/1910)) ([7fc999c](https://github.com/apify/crawlee/commit/7fc999cf4658ca69b97f16d434444081998470f4))