v3.12.1

apify/crawleev3.12.1Dec 4, 2024by apify-service-account

AI Summary

Bug fixes for logging timeouts and social URL parsing, plus a proxy configuration enhancement.

Key Highlights

  • Support new URL formats for Facebook, YouTube and X.
  • `tieredProxyUrls` accept `null` for switching the proxy off.

New Features

  • `tieredProxyUrls` now accept `null` to disable proxy.

Full Release Notes

## [3.12.1](https://github.com/apify/crawlee/compare/v3.12.0...v3.12.1) (2024-12-04)


### Bug Fixes

* log status message timeouts to debug level ([55ee44a](https://github.com/apify/crawlee/commit/55ee44aaf5e73c2a9d96d973a4aae111ab2e0025))
* **social:** support new URL formats for Facebook, YouTube and X ([#2758](https://github.com/apify/crawlee/issues/2758)) ([4c95847](https://github.com/apify/crawlee/commit/4c95847d5cedd6514620ccab31d5b242ba76de80)), closes [#525](https://github.com/apify/crawlee/issues/525)


### Features

* `tieredProxyUrls` accept `null` for switching the proxy off ([#2743](https://github.com/apify/crawlee/issues/2743)) ([82f4ea9](https://github.com/apify/crawlee/commit/82f4ea99f632526649ad73e3246b9bdf63a6788a)), closes [#2740](https://github.com/apify/crawlee/issues/2740)