Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 866 Bytes

CHANGELOG.md

File metadata and controls

31 lines (17 loc) · 866 Bytes

Changelog

0.5.0-rc.2 - 2023-07-30

  • fix import problem in deno_kv_storage_engine

0.5.0-rc.1 - 2023-07-30

  • Implement first version of DenoKvStorageEngine. Still misses
    • unit tests

0.4.0 - 2023-03-25

  • Add update mechanism for planetscale_storage_engine's writeCacheEntry function (single row update)
  • Add update mechanism for planetscale_storage_engine's writeCache function (multi row update)

0.3.1 - 2023-03-25

  • Bugfix: remove broken import in planetscale_storage_engine

0.3.0 - 2023-03-25

  • Add another storage backend: PlanetscaleStorageEngine => Storing your cache in a planetscale db table with the ultra fast @planetscale/database driver!

0.2.0 - 2023-03-24

  • Add another storage backend: KvsMemoryStorageEngine => A Key-Value Store in Memory

0.1.0 - 2023-03-19

  • Initial release, see readme for usage description