Releases: apify/apify-storage-local-js
Releases · apify/apify-storage-local-js
v2.3.0
v2.2.0
v2.1.3
What's Changed
- fix(Dataset): correctly respect desc option by @vladfrangu in #56
- fix: update better-sqlite3 and other dependencies by @B4nan in #58
Full Changelog: v2.1.2...v2.1.3
v2.1.2
What's Changed
- fix: return processed request if calling batchAddRequests with the same request by @vladfrangu in #55
Full Changelog: v2.1.1...v2.1.2
v2.1.1
v2.1.0
What's Changed
- feat: allow overriding configuration via env vars by @barjin in #43
- feat: batch add requests emulation by @vladfrangu in #41
- fix: adjust types to be closer to the ApifyClient and crawlee storage definition by @B4nan in #45
- feat: add
purge
method by @B4nan in #46
New Contributors
Full Changelog: v2.0.2...v2.1.0
v2.0.2
What's Changed
- chore: add
timeoutSecs
to requestQueue by @AndreyBykov in #38
Full Changelog: v2.0.1...v2.0.2
v2.0.1
v2.0.0
- The library is now fully written in TypeScript. Thanks @vladfrangu
- Added
enableWalMode
option toApifyStorageLocal
constructor. This allows configuration of the SQLite WAL mode that is not supported on some filesystems. Thanks @AndreyBykov