Skip to content

Releases: apify/apify-sdk-js

3.7.0

12 Mar 11:42

Choose a tag to compare

3.7.0 (2026-03-12)

🚀 Features

🐛 Bug Fixes

apify@3.6.0

19 Feb 09:12

Choose a tag to compare

3.6.0 (2026-02-19)

🚀 Features

  • Support all available options in Actor.addWebhook() (#555) (847f6d2) by @Copilot

🐛 Bug Fixes

apify@3.5.3

05 Jan 14:51

Choose a tag to compare

3.5.3 (2026-01-05)

Bug Fixes

  • correctly make use of apiPublicBaseUrl from config (#521) (6bb337b)
  • Fix type used for options argument of Actor.start (#524) (84b1ce8)
  • gracefully handle charging for unknown events on Platform (#527) (a64ccae)

Features

  • add ACTOR_PERMISSION_LEVEL to env var interface (#516) (ca3a4df)
  • Add inherit timeout option for Actor.call and Actor.start (#518) (4bf3c0e)

apify@3.5.2

12 Nov 15:48

Choose a tag to compare

3.5.2 (2025-11-12)

Bug Fixes

  • Fix Actor.charge behavior when the budget is overdrawn (#504) (7d17dfa)

Performance Improvements

apify@3.5.1

20 Oct 06:14

Choose a tag to compare

3.5.1 (2025-10-20)

Performance Improvements

  • Use Apify-provided environment variables to obtain PPE pricing information (#483) (98dd09b), closes #481

apify@3.5.0

06 Oct 06:40

Choose a tag to compare

3.5.0 (2025-10-06)

Bug Fixes

  • adjust ProxyConfiguration to support crawlee v3.15 (#473) (f5c7feb)
  • ensure the Actor instance is initialized while calling its methods (#471) (70465f7)

Features

  • allow skipping access checks when initializing ProxyConfiguration (#474) (c87a228), closes #472
  • respect input schema defaults in Actor.getInput() (#409) (bd9181d), closes #287

apify@3.4.5

11 Sep 07:56

Choose a tag to compare

3.4.5 (2025-09-11)

Bug Fixes

  • consistent parameters for platform event listeners (#451) (705ae50), closes #405
  • force quit stuck Actor.exit() calls (#420) (483fc43)
  • respect forceCloud in KeyValueStore.getPublicUrl() calls (#462) (12e5f9f), closes #302 #459

apify@3.4.4

28 Jul 12:22

Choose a tag to compare

3.4.4 (2025-07-28)

Note: Version bump only for package apify

What's Changed

Full Changelog: https://github.com/apify/apify-sdk-js/compare/apify@3.4.3...apify@3.4.4

apify@3.4.3

14 Jul 14:06

Choose a tag to compare

3.4.3 (2025-07-14)

Bug Fixes

  • Return eventChargeLimitReached=false for charge calls with count=0 (#395) (4f97da0), closes #372

apify@3.4.2

19 May 08:01

Choose a tag to compare

3.4.2 (2025-05-19)

Bug Fixes

  • improve extension of Configuration class to fix issues in native ESM projects (#394) (8842706)