Releases: apify/apify-client-js
Releases Β· apify/apify-client-js
2.23.0
2.22.3
2.22.3 (2026-03-20)
π Features
- Add the
ActorRunStorageIdsfield to Actor Run responses (#868) (de8d315) by @Pijukatel
π Bug Fixes
- Use production mode and globalThis in browser bundle (#870) (b29c846) by @MartinKristof
2.22.2
2.22.1
2.22.0
2.22.0 (2026-01-27)
π Features
- actor: Add 'taggedBuilds' to ActorUpdateOptions (#830) (c2c3560) by @l2ysho
- actor: Updates ActorStandby type (#833) (10144e8) by @l2ysho
π Bug Fixes
- Align
LimitsUpdateOptionstype with backend validation logic (#820) (74c1e2a) by @barjin - Fetch key-value store records as attachments (#821) (2073e69) by @mvolfik
β‘ Performance
2.21.0
2.21.0 (2025-12-11)
π Features
- Add CONNECT tunneling support for HTTP proxy in sandboxed environments (#791) (a27d55a) by @tducret
- Make all
collectionClient.listmethods return value also beasyncIteratorof relevant data (#790) (f855fd4) by @Pijukatel - Generated JSDocs based on the API reference (#797) (85653a1) by @jancurn
- Make storage clients list methods return value also be asyncIterator of relevant data (#803) (c58ce6f) by @Pijukatel
- Expose
actorPermissionLevelin Actor client (#809) (513e41c) by @stepskop
2.20.0
2.20.0 (2025-11-20)
π Features
- Add redirected actor logs (#769) (a7f4233) by @Pijukatel
- Replace
agentkeepalivewith native Node.js HTTP agents for proxy support (#788) (7d2be0f) by @tducret
π Bug Fixes
- Actor start and run options and doc (#785) (61f91e5) by @michael-apify
β‘ Performance
2.19.0
2.19.0 (2025-10-20)
π Features
- Move restartOnError from Actor to Run options (#760) (8f80f82) by @DaveHanns