Skip to content

Releases: apify/apify-storage-local-js

v1.0.6

08 Mar 18:22
Compare
Choose a tag to compare
  • Update dependencies

v1.0.5

03 Feb 21:56
6ed88a4
Compare
Choose a tag to compare
  • Fix a problem where a requestQueue.get() on an empty database would throw an error.

v1.0.4

02 Feb 18:48
d9d8353
Compare
Choose a tag to compare
  • Fix database cache not clearing after request queue delete
  • update packages

v1.0.3

19 Jan 09:11
c711c50
Compare
Choose a tag to compare
  • Log a warning when local storages are not empty when ApifyLocalStorage is created.

v1.0.2

10 Jan 14:39
583fccb
Compare
Choose a tag to compare
  • Fix stringified arrays being saved as a single file in datasetClient.pushItems()
  • Fix keyValueStoreClient.listItems() returning invalid isTruncated value.

v1.0.1

04 Dec 18:37
3a5bb41
Compare
Choose a tag to compare
  • Add support for Windows by fixing Windows related issues.
  • Add automated tests for Windows