Changelog
apify@3.1.2
3.1.2 (2023-02-07)
Bug Fixes
- declare missing dependency on tslib (bc27118)
- remove unused export of
QueueOperationInfoOptions
(b29fe48)
apify@3.1.1
3.1.1 (2022-11-13)
Features
- add
statusMessage
toAbortOptions
(fb10bb6) - warn about actor not being initialized before using storage methods (#126) (91cd246)
apify@3.1.0
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
- add
Actor.useState()
helper (#98) (27dc413) - apify: add decryption for input secrets (#83) (78bb990)
- re-export the logger in actor sdk (#54) (c78d8a4)
- update @apify/scraper-tools (#37) (788913e)
- update the scrapers (#70) (efbfc44)