Skip to content

Latest commit

 

History

History
314 lines (150 loc) · 14.7 KB

CHANGELOG.md

File metadata and controls

314 lines (150 loc) · 14.7 KB

Changelog

7.0.1 (2024-03-08)

Bug Fixes

7.0.0 (2024-03-06)

⚠ BREAKING CHANGES

  • move server to sub-module export (#155)
  • add listStores method (#149)

Features

6.5.0 (2024-02-08)

Features

  • add consistency configuration property (#143) (febd736)

6.4.2 (2024-01-15)

Bug Fixes

6.4.1 (2024-01-11)

Bug Fixes

6.4.0 (2024-01-09)

Features

Bug Fixes

  • copy temp file to prevent EXDEV: cross-device link not permitted (#132) (61b4ee6)

6.3.1 (2023-11-24)

Bug Fixes

  • handle deploy-scoped stores on Windows (#119) (e96286d)

6.3.0 (2023-11-16)

Features

Bug Fixes

  • stop logging metadata not found error (#114) (0fb9ab6)

6.2.0 (2023-11-14)

Features

Bug Fixes

6.1.0 (2023-11-14)

Features

Bug Fixes

6.0.1 (2023-11-13)

Bug Fixes

6.0.0 (2023-11-10)

⚠ BREAKING CHANGES

  • return AsyncIterator for list() (#102)

Features

5.0.0 (2023-11-09)

⚠ BREAKING CHANGES

  • remove fresh property from metadata result (#99)
  • return boolean from delete() (#98)
  • disallow setting an object as a stream (#96)

Features

  • disallow setting an object as a stream (#96) (1c8f668)
  • remove fresh property from metadata result (#99) (a0f337a)
  • remove return value of delete() (#100) (b0c607b)
  • return boolean from delete() (#98) (a566287)

4.2.0 (2023-11-07)

Features

Bug Fixes

4.1.0 (2023-11-02)

Features

  • load context from global variable (#87) (cbb5c3d)

4.0.0 (2023-10-26)

⚠ BREAKING CHANGES

  • validate keys and store names (#80)

Features

3.3.0 (2023-10-23)

Features

3.2.0 (2023-10-19)

Features

  • add support for arbitrary metadata (#70) (9b2a4df)

Bug Fixes

3.1.0 (2023-10-18)

Features

3.0.0 (2023-10-17)

⚠ BREAKING CHANGES

  • add getStore method (#58)

Features

2.2.0 (2023-10-13)

Features

2.1.1 (2023-10-13)

Bug Fixes

  • adjust export map to be actually importable (#62) (1bedfde)

2.1.0 (2023-10-11)

Features

  • export commonjs and esm from package (#59) (38b9c81)

2.0.0 (2023-09-25)

⚠ BREAKING CHANGES

  • use URI-encoded keys (#50)

Features

1.6.1 (2023-09-21)

Bug Fixes

  • workaround for a cloudfront issue where it throws on a 403 (c0fd160)

1.6.0 (2023-07-31)

Features

Bug Fixes

  • deps: update dependency esbuild to v0.18.17 (ad0d7e3)

1.5.0 (2023-07-27)

Features

1.4.0 (2023-07-20)

Features

1.3.0 (2023-07-19)

Features

  • throw error on missing config properties (#15) (10f30a8)

1.2.0 (2023-07-18)

Miscellaneous Chores

1.1.0 (2023-07-18)

Features

  • throw when API returns an error code (#12) (a6573b2)

1.0.0 (2023-07-18)

Features

Bug Fixes