Releases: apify/apify-sdk-js
Releases · apify/apify-sdk-js
3.1.5 (2023-05-31)
Bug Fixes
- add missing
options
parameter to Actor.setStatusMessage()
(712e8c6)
Features
3.1.4 (2023-03-23)
Bug Fixes
- log status message only once and without prefix (#179) (1f11a6a)
3.1.3 (2023-03-22)
Bug Fixes
call/callTask
accept waitSecs
instead of waitForFinish
(#176) (f0c73d8)
Features
3.1.2 (2023-02-07)
Bug Fixes
- declare missing dependency on tslib (bc27118)
- remove unused export of
QueueOperationInfoOptions
(b29fe48)
3.1.1 (2022-11-13)
Features
- add
statusMessage
to AbortOptions
(fb10bb6)
- warn about actor not being initialized before using storage methods (#126) (91cd246)
3.1.0 (2022-10-13)
Bug Fixes
- apify: add
@apify/timeout
to dependencies (#76) (1d64a1f)
- use correct event manager for actor methods (#49) (ef3a0c5)
- wait for memory storage to write changes before
Actor.exit
exists the process (c721d98)
Features
1.1.0 (2022-10-13)
Features