Skip to content

Releases: soundxyz/response-cache

v1.0.2

02 Jun 14:49
066070e
Compare
Choose a tag to compare

Patch Changes

  • 3ea61fd: Fix overwrite existing result extensions

v1.0.0

02 Jun 01:06
b26009d
Compare
Choose a tag to compare

Major Changes

  • bfb518f: First class support for ESM

Minor Changes

  • bfb518f: Make redlock optional + put all options in redlock field
  • bfb518f: Allow to set the expiry time on execution, use $responseCache.setExpiry, $responseCache.getExpiry, and ResponseCacheContext interface to extend user context type

v0.3.1

19 Apr 04:10
acd96c7
Compare
Choose a tag to compare

Patch Changes

v0.3.0

18 Apr 18:22
fbdc075
Compare
Choose a tag to compare

Minor Changes

  • 903885f: Clean lock on execution error
  • 903885f: Parallel buildEntityInvalidationsKeys

Patch Changes

  • 903885f: Use "= null" instead of delete (small perf improvement)
  • 903885f: Change forEach to for of

v0.2.6

06 Apr 02:10
a9ee13f
Compare
Choose a tag to compare

Patch Changes

v0.2.5

05 Apr 03:19
5a3abd4
Compare
Choose a tag to compare

Patch Changes

  • b438abe: Skip redlock functionality

v0.2.4

14 Mar 20:48
0ce9815
Compare
Choose a tag to compare

Patch Changes

  • 7d3da9e: If redis fails on get, skip lock logic

v0.2.3

14 Mar 18:11
87f0374
Compare
Choose a tag to compare

Patch Changes

  • 48df81a: Redis usage gracefully fails

v0.2.2

13 Mar 16:40
c6caa06
Compare
Choose a tag to compare

Patch Changes

  • 05b8a9e: Improve concurrent get logic

v0.2.1

13 Mar 01:52
f305ad3
Compare
Choose a tag to compare

Patch Changes

  • ac6ed51: fix partial lock settings