Skip to content

Releases: blastorg/fastify-aws-dynamodb-cache

v2.1.1

03 Nov 12:12

Choose a tag to compare

2.1.1 (2025-11-03)

Bug Fixes

  • plugin: fixes adding hooks to array when already existing hooks (54847bd)

v2.1.0

12 Jun 11:02

Choose a tag to compare

2.1.0 (2025-06-12)

Features

  • add ability to bypass cache (2a0cf63)

v2.0.0

26 Feb 14:36

Choose a tag to compare

2.0.0 (2025-02-26)

Features

  • upgrade project dependencies, nodejs version and fastify (2717b12)

BREAKING CHANGES

  • Min fastify is version set to 5

v1.1.2

06 Mar 10:20

Choose a tag to compare

1.1.2 (2024-03-06)

Bug Fixes

  • cached responses: only cache successful responses (b2885bc)

v1.1.1

10 Nov 14:19

Choose a tag to compare

1.1.1 (2023-11-10)

Bug Fixes

  • build: ignores integration and tests folder in tsconfig (a08c852)

v1.1.0

10 Nov 13:27

Choose a tag to compare

1.1.0 (2023-11-10)

Features

  • plugin: adds option to disable cache on plugin register (b350458)

v1.0.1

10 Nov 10:01

Choose a tag to compare

1.0.1 (2023-11-10)

Bug Fixes

  • ci: commit to force a new version update (39fabc1)

v1.0.0

10 Nov 09:58

Choose a tag to compare

1.0.0 (2023-11-10)

Bug Fixes

  • lint: fixes linting issues with import statements (a5b17ab)
  • naming: updates variables naming to TTLSeconds (b8d01d8)
  • npm: adds missing dev packages (e553d94)
  • plugin: changes plugin register config object structure (f9c7089)
  • plugin: converts fastify hooks into async instead of callbacks (27b7667)
  • plugin: converts ttl to seconds instead of milliseconds (8ba6659)
  • plugin: makes fastify plugin async instead of callback (a889f25)

Features

  • plugin: adds feature to add TTL on endpoint (7c36b2c)
  • plugin: adds plugin (1626095)