Releases: apify/apify-sdk-js
Releases · apify/apify-sdk-js
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
3.4.3 (2025-07-14)
Bug Fixes
- Return eventChargeLimitReached=false for charge calls with count=0 (#395) (4f97da0), closes #372
3.4.2 (2025-05-19)
Bug Fixes
- improve extension of
Configuration
class to fix issues in native ESM projects (#394) (8842706)
3.4.1 (2025-05-07)
Bug Fixes
3.4.0 (2025-04-01)
Features
3.3.2 (2025-02-20)
Bug Fixes
- ensure
maxTotalChargeUsd
is correctly mapped to number, consider empty string as infinity (#361) (bb65f70)
3.3.1 (2025-02-19)
Bug Fixes
- Add workaround for incorrect handling of maxTotalChargeUsd (#360) (acb2abe)
3.3.0 (2025-02-06)
Bug Fixes
Features
3.2.6 (2024-10-07)
Bug Fixes
- decode special characters in proxy
username
and password
(#326) (9a7a4d0)