Skip to content

Latest commit

 

History

History
134 lines (69 loc) · 6.07 KB

File metadata and controls

134 lines (69 loc) · 6.07 KB

Change Log

1.0.2

Patch Changes

  • 49b7540: Add Elasticsearch and Memcached storage adapters

1.0.1

Patch Changes

  • 0149663: Simplify README and add storage engines table

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

6.0.1 (2024-04-18)

Bug Fixes

6.0.0 (2021-11-19)

Note: Version bump only for package @node-ts-cache/core

5.6.0 (2021-10-05)

Note: Version bump only for package @node-ts-cache/core

5.5.1 (2021-02-12)

Note: Version bump only for package @node-ts-cache/core

5.5.0 (2021-02-12)

Features

  • redisio: snappy compression (21d8dc9)

5.4.1 (2020-11-09)

Bug Fixes

  • multicache: handle get key undefined (b0ded49)

5.4.0 (2020-11-09)

Features

  • pass in current phase (read or write) to multicache get key method (5726a10)

5.3.2 (2020-10-21)

Bug Fixes

  • multicache: fix async storages and do not save redisio undefined (79e1e95)

5.3.1 (2020-10-21)

Bug Fixes

5.3.0 (2020-10-21)

Features

  • multicache: allow caching multiple keys at once (68315b3)

5.2.2 (2020-10-21)

Bug Fixes

  • allow setting DISABLE_CACHE_DECORATOR for easier debugging (f39a92c)

5.2.1 (2020-09-22)

Bug Fixes

  • cache null and false values when it is the return value (f86539a)

5.2.0 (2020-07-28)

Features

  • cachekey: allow undefined cache key to skip cache (5550758)

5.1.7 (2020-06-18)

Note: Version bump only for package @node-ts-cache/core

5.1.6 (2020-06-10)

Bug Fixes

  • expiration: logic ttl fixes (cbc3d89)

5.1.5 (2020-06-10)

Bug Fixes

  • expiration: logic ttl fixes (85c2337)

5.1.4 (2020-03-13)

Bug Fixes

  • sync: remove wrong async (c253991)

5.1.3 (2020-03-12)

Note: Version bump only for package @node-ts-cache/core

5.1.2 (2020-03-09)

Note: Version bump only for package @node-ts-cache/core

5.1.1 (2020-03-09)

Note: Version bump only for package @node-ts-cache/core

5.1.0 (2020-03-09)

Note: Version bump only for package @node-ts-cache/core

5.1.0 (2020-03-09)

Bug Fixes

  • cache-decorator: use temporary holder for pending promises to prevent race conditions and multiple parallel calls to a cached method (6a818e2)
  • exports: add memory and fs storage exports (e1cdd97)
  • tests: finish monorepo setup (c4448ee)