Skip to content

Releases: denbon05/fastify-lcache

v2.2.1

03 Nov 09:40
2656c15
Compare
Choose a tag to compare

Bump plugin patch version in order to propagate README changes to the NPM.

v2.2.0

01 Nov 13:14
0b711b3
Compare
Choose a tag to compare

v2.1.5

28 Oct 16:15
b2754ea
Compare
Choose a tag to compare

Import fixes

v2.1.4

28 Oct 15:50
56b31cb
Compare
Choose a tag to compare
fix: constants import (#52)

Co-authored-by: denys-bondarenko <denys.bondarenko@ibm.com>

v2.1.3

10 Oct 07:28
270781d
Compare
Choose a tag to compare

bump pkgs:

  • fastify
  • cache

improve get/set types

v2.1.1

07 Jul 11:28
701e3c7
Compare
Choose a tag to compare
  • added ttl timeout watcher - removes outdated data based on timeout difference between TTLs
  • fixed custom interval watcher (experimental)

v2.1.0

19 Apr 21:24
8fe7f13
Compare
Choose a tag to compare
  1. Covered more test cases
  2. Fixed querystring bugs
  3. Upgraded jest and ts-jest
  4. Refactor
  5. Added ttlCheckIntervalMs plugin option
  6. Fixed types
  7. Updated README

v2.0.2

13 Apr 12:36
1cc5558
Compare
Choose a tag to compare
  1. Fix cache with different payload
  2. Enhance test suits
  3. Improve build

v2.0.1

24 Mar 10:24
0759f65
Compare
Choose a tag to compare

Apply snyck-bot and dependabot updates

v2.0.0

18 Dec 16:36
6a63c74
Compare
Choose a tag to compare

#33 Fix deprecation warning for using fastify request.routerPath
Specify supported versions of Fastify.
Break compatibility with fastify <v4.10