Changelog
Changelog
All notable changes to this project will be documented in this file.
<!-- git-cliff-unreleased-start -->
2.2.0 - not yet released
🚀 Features
- Add new config variables to
Actor.config
(#351) (7b6478c) by [@fnesveda](https://github.com/fnesveda)
🐛 Bug Fixes
- Better error message when attempting to use force_cloud without an Apify token (#356) (33245ce) by [@janbuchar](https://github.com/janbuchar)
- Allow calling
Actor.reboot()
from migrating handler, align reboot behavior with JS SDK (#361) (7ba0221) by [@fnesveda](https://github.com/fnesveda)
<!-- git-cliff-unreleased-end -->
2.1.0 (2024-12-03)
🚀 Features
- Handle request list user input (#326) (c14fb9a) by [@Pijukatel](https://github.com/Pijukatel), closes #310
🐛 Bug Fixes
- Add upper bound of HTTPX version (#347) (e86dbce) by [@vdusek](https://github.com/vdusek)
2.0.2 (2024-11-12)
🐛 Bug Fixes
- Fix CPU usage calculation (#315) (0521d91) by [@janbuchar](https://github.com/janbuchar)
- Set version constraint of the
websockets
dependency to <14.0.0 (#322) (15ad055) by [@Pijukatel](https://github.com/Pijukatel) - Fix Dataset.iter_items for apify_storage (#321) (2db1beb) by [@Pijukatel](https://github.com/Pijukatel), closes #320
2.0.1 (2024-10-25)
🚀 Features
- Add standby URL, change default standby port (#287) (8cd2f2c) by [@jirimoravcik](https://github.com/jirimoravcik)
- Add crawlee version to system info print (#304) (c28f38f) by [@vdusek](https://github.com/vdusek)
🐛 Bug Fixes
- Adjust tests of scrapy user data (#284) (26ffb15) by [@janbuchar](https://github.com/janbuchar)
- Use HttpHeaders type in Scrapy integration (#289) (3e33e91) by [@vdusek](https://github.com/vdusek)
- Allow empty timeout_at env variable (#303) (b67ec98) by [@janbuchar](https://github.com/janbuchar), closes #596
2.0.0 (2024-09-10)
🚀 Features
- Better Actor API typing (#256) (abb87e7) by [@janbuchar](https://github.com/janbuchar), closes #243
- Expose Request from Crawlee (#266) (1f01278) by [@vdusek](https://github.com/vdusek)
- Automatically configure logging (#271) (1906bb2) by [@janbuchar](https://github.com/janbuchar)
🐛 Bug Fixes
- Make apify.log public again (#249) (22677f5) by [@janbuchar](https://github.com/janbuchar)
- Dataset list response handling (#257) (0ea57d7) by [@janbuchar](https://github.com/janbuchar)
- Ignore deprecated platform events (#258) (ed5ab3b) by [@janbuchar](https://github.com/janbuchar)
- Possible infinity loop in Apify-Scrapy proxy middleware (#259) (8647a94) by [@vdusek](https://github.com/vdusek)
- Hotfix for batch_add_requests batch size limit (#261) (61d7a39) by [@janbuchar](https://github.com/janbuchar)
Refactor
- [breaking] Preparation for v2 release (#210) (2f9dcc5) by [@janbuchar](https://github.com/janbuchar), closes #135, #137, #138, #147, #149, #237
1.7.2 (2024-07-08)
🚀 Features
- Add actor standby port (#220) (6d0d87d) by [@jirimoravcik](https://github.com/jirimoravcik)
1.7.1 (2024-05-23)
🐛 Bug Fixes
- Set a timeout for Actor cleanup (#206) (cfed57d) by [@janbuchar](https://github.com/janbuchar), closes #200
1.1.2 (2023-08-02)
🚀 Features
- Use Actor env vars (#105) (f0ba351) by [@jirimoravcik](https://github.com/jirimoravcik)
1.1.0 (2023-05-23)
🚀 Features
- Use test user token from organisation secrets (#90) (7826a38) by [@drobnikj](https://github.com/drobnikj)
0.2.0 (2023-03-06)
🚀 Features
- Add chunking mechanism to push_data, cleanup TODOs (#67) (5f38d51) by [@jirimoravcik](https://github.com/jirimoravcik)
0.1.0 (2023-02-09)
🚀 Features
- Implement MemoryStorage and local storage clients (#15) (b7c9886) by [@jirimoravcik](https://github.com/jirimoravcik)
- Implement Dataset, KeyValueStore classes, create storage management logic (#21) (d1b357c) by [@jirimoravcik](https://github.com/jirimoravcik)
- Implement RequestQueue class (#25) (c6cad34) by [@jirimoravcik](https://github.com/jirimoravcik)
- Add test for get_env and is_at_home (#29) (cc45afb) by [@drobnikj](https://github.com/drobnikj)
- Updating pull request toolkit config [INTERNAL] (387143c) by [@mtrunkat](https://github.com/mtrunkat)
- Add documentation for
StorageManager
andStorageClientManager
, open_* methods inActor
(#34) (3f6b942) by [@jirimoravcik](https://github.com/jirimoravcik) - Add tests for actor lifecycle (#35) (4674728) by [@drobnikj](https://github.com/drobnikj)
- Add docs for
Dataset
,KeyValueStore
, andRequestQueue
(#37) (174548e) by [@jirimoravcik](https://github.com/jirimoravcik) - Docs string for memory storage clients (#31) (8f55d46) by [@drobnikj](https://github.com/drobnikj)
- Add test for storage actor methods (#39) (b89bbcf) by [@drobnikj](https://github.com/drobnikj)
- Various fixes and improvements (#41) (5bae238) by [@jirimoravcik](https://github.com/jirimoravcik)
- Add the rest unit tests for actor (#40) (72d92ea) by [@drobnikj](https://github.com/drobnikj)
- Decrypt input secrets if there are some (#45) (6eb1630) by [@drobnikj](https://github.com/drobnikj)
- Add a few integration tests (#48) (1843f48) by [@drobnikj](https://github.com/drobnikj)
- Add integration tests for storages, proxy configuration (#49) (fd0566e) by [@jirimoravcik](https://github.com/jirimoravcik)
- Unify datetime handling, remove utcnow() (#52) (09dd8ac) by [@jirimoravcik](https://github.com/jirimoravcik)
- Separate ID and name params for
Actor.open_xxx
(#56) (a1e962e) by [@jirimoravcik](https://github.com/jirimoravcik)
🐛 Bug Fixes
- Key error for storage name (#28) (83b30a9) by [@drobnikj](https://github.com/drobnikj)
<!-- generated by git-cliff -->