Skip to content

Releases: fastify/fastify-caching

v9.0.1

22 Sep 09:02
ded25e2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v9.0.0...v9.0.1

v9.0.0

06 Sep 15:29
00cf62e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v8.4.0...v9.0.0

v8.4.0

03 Jul 14:34
92f9c63
Compare
Choose a tag to compare

What's Changed

  • ci: only trigger on pushes to main branches by @Fdawgs in #123
  • build(deps-dev): bump @types/node from 18.16.5 to 20.1.0 by @dependabot in #124
  • build(deps-dev): bump tsd from 0.28.1 to 0.29.0 by @dependabot in #126
  • docs: use node: prefix to bypass require.cache call for builtins by @Fdawgs in #127
  • feat(chore): cleanup code and bump dependencies by @jorisdugue in #128
  • chore: add .gitattributes file by @Fdawgs in #130
  • chore(package): explicitly declare js module type by @Fdawgs in #131
  • fix: typings of fastify.cache.get by @Uzlopak in #133
  • build(deps-dev): bump tsd from 0.29.0 to 0.30.0 by @dependabot in #134
  • docs(readme): replace fastify.io links with fastify.dev by @Fdawgs in #135
  • chore(.gitignore): add .tap/ dir by @Fdawgs in #136
  • build(deps-dev): bump tsd from 0.30.7 to 0.31.0 by @dependabot in #141
  • fix(types): option privacy in Nodenext | Node16 by @Gehbt in #137

New Contributors

Full Changelog: v8.3.0...v8.4.0

v8.3.0

28 Mar 07:56
91db956
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v8.2.0...v8.3.0

v8.2.0

15 Dec 12:36
f580681
Compare
Choose a tag to compare

empty release, my bad

v8.1.0

05 Dec 09:46
417706b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v8.0.1...v8.1.0

v8.0.1

24 May 10:32
bde4b49
Compare
Choose a tag to compare

What's Changed

  • fix: update plugin semver to allow for rc versions by @Fdawgs in #103

Full Changelog: v8.0.0...v8.0.1

v8.0.0

18 May 18:17
Compare
Choose a tag to compare

📚 PR:

  • docs: update references to old fastify-* modules (#100)
  • ci: migrate to fastify reusable workflow (#101)
  • feat!: upgrade to fastify@v4 (#102)

v7.0.0

27 Apr 13:42
b02b111
Compare
Choose a tag to compare

What's Changed

  • build(dependabot): ignore minor and patch github-actions updates by @Fdawgs in #82
  • Bump fastify/github-action-merge-dependabot from 2.6.0 to 2.7.0 by @dependabot in #83
  • test: prepare plugin for fastify 4.x by @darkgl0w in #84
  • test: increase cache TTL by @darkgl0w in #85
  • Bump fastify/github-action-merge-dependabot from 2.7.0 to 2.7.1 by @dependabot in #86
  • automatic PR by @Eomm in #88
  • build: reduce dependabot update frequency by @Fdawgs in #89
  • feat (types): add typescript definitions and tests by @darkgl0w in #91
  • build(deps): bump actions/setup-node from 2 to 3 by @dependabot in #92
  • build(deps-dev): bump tap from 15.2.3 to 16.0.0 by @dependabot in #93
  • build(deps): bump actions/checkout from 2 to 3 by @dependabot in #94
  • build(deps-dev): bump tsd from 0.19.1 to 0.20.0 by @dependabot in #95
  • build(deps-dev): bump standard from 16.0.4 to 17.0.0 by @dependabot in #97
  • Rename module by @jsumners in #99

New Contributors

Full Changelog: v6.2.0...v7.0.0

v6.2.0

21 Nov 14:13
Compare
Choose a tag to compare

📚 PR:

  • chore(gitignore): use latest github ignore template (#50)
  • ci(dependabot): update github actions (#51)
  • Bump actions/setup-node from v1 to v2.1.5 (#53)
  • Bump fastify/github-action-merge-dependabot from v1 to v1.2.1 (#52)
  • Bump fastify/github-action-merge-dependabot from v1.2.1 to v2.0.0 (#54)
  • chore: ci updates and style change (#55)
  • feat: move to tap15 (#59)
  • ci: remove redundant conditional (#61)
  • ci: add nodejs v16 to test matrix (#62)
  • Bump actions/checkout from 2 to 2.3.4 (#63)
  • test: moving towards 100% coverage #60 (#64)
  • Bump fastify/github-action-merge-dependabot from 2.0.0 to 2.1.0 (#65)
  • Bump fastify/github-action-merge-dependabot from 2.1.0 to 2.1.1 (#66)
  • Bump actions/setup-node from 2.1.5 to 2.2.0 (#67)
  • Bump fastify/github-action-merge-dependabot from 2.1.1 to 2.2.0 (#68)
  • Bump actions/setup-node from 2.2.0 to 2.3.0 (#69)
  • Bump actions/setup-node from 2.3.0 to 2.3.1 (#70)
  • Bump actions/setup-node from 2.3.1 to 2.3.2 (#71)
  • Bump actions/setup-node from 2.3.2 to 2.4.0 (#72)
  • Bump fastify/github-action-merge-dependabot from 2.2.0 to 2.3.0 (#73)
  • Bump fastify/github-action-merge-dependabot from 2.3.0 to 2.4.0 (#74)
  • Bump fastify/github-action-merge-dependabot from 2.4.0 to 2.5.0 (#76)
  • Bump actions/setup-node from 2.4.0 to 2.4.1 (#77)
  • Bump actions/checkout from 2.3.4 to 2.3.5 (#78)
  • Bump actions/checkout from 2.3.5 to 2.4.0 (#79)
  • Bump fastify/github-action-merge-dependabot from 2.5.0 to 2.6.0 (#81)
  • feat: ability to have s-maxage cache control headers (#80)