Skip to content

Releases: apify/apify-storage-local-js

v2.3.0

16 Feb 12:23
6ea0062
Compare
Choose a tag to compare

What's Changed

  • feat: implement KeyValueStore.recordExists by @barjin in #60

Full Changelog: v2.2.0...v2.3.0

v2.2.0

14 Sep 10:23
1964fa1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.3...v2.2.0

v2.1.3

02 Jun 11:42
4febb3d
Compare
Choose a tag to compare

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

07 Nov 12:56
8c90901
Compare
Choose a tag to compare

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

07 Oct 08:38
Compare
Choose a tag to compare

v2.1.0

30 May 12:49
Compare
Choose a tag to compare

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

14 Feb 13:04
c6c51e8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.1...v2.0.2

v2.0.1

07 Jun 11:24
f8bae38
Compare
Choose a tag to compare
  • updates apify-shared to use only the needed packages (log and consts).

v2.0.0

10 Apr 16:26
Compare
Choose a tag to compare
  • The library is now fully written in TypeScript. Thanks @vladfrangu
  • Added enableWalMode option to ApifyStorageLocal constructor. This allows configuration of the SQLite WAL mode that is not supported on some filesystems. Thanks @AndreyBykov

v1.0.7

09 Mar 16:15
Compare
Choose a tag to compare
  • Pinned better-sqlite3-with-prebuilds to 7.1.1 because higher versions were causing build failures in Docker.