Releases: fastify/fastify-redis
Releases · fastify/fastify-redis
v7.0.1
v7.0.0
What's Changed
- ci: only trigger on pushes to main branches by @Fdawgs in #178
- build(deps-dev): bump @types/node from 18.16.5 to 20.1.0 by @dependabot in #179
- chore: add
.gitattributes
file by @Fdawgs in #188 - chore(package): explicitly declare js module type by @Fdawgs in #189
- build(deps-dev): bump tsd from 0.28.1 to 0.30.0 by @dependabot in #190
- chore(.gitignore): add .tap/ dir by @Fdawgs in #191
- build(deps-dev): bump tsd from 0.30.7 to 0.31.0 by @dependabot in #193
- Fixes 195 by @mcollina in #196
- Merge
next
intomaster
by @jsumners in #199 - build(deps-dev): bump @types/node from 20.14.13 to 22.0.0 by @dependabot in #200
- build(deps): bump fastify/workflows from 4.1.0 to 5.0.0 by @dependabot in #202
- chore: update min fastify version by @Fdawgs in #201
Full Changelog: v6.1.1...v7.0.0
v6.1.1
What's Changed
- build(deps-dev): bump tsd from 0.24.1 to 0.25.0 by @dependabot in #166
- chore(.gitignore): add clinic by @Fdawgs in #168
- chore(.gitignore): add bun lockfile by @Fdawgs in #171
- build(deps-dev): bump tsd from 0.25.0 to 0.26.0 by @dependabot in #172
- build(deps-dev): bump tsd from 0.26.1 to 0.27.0 by @dependabot in #173
- build(deps-dev): bump tsd from 0.27.0 to 0.28.0 by @dependabot in #174
- Fix clientClose to work by @starnayuta in #177
New Contributors
- @starnayuta made their first contribution in #177
Full Changelog: v6.1.0...v6.1.1
v6.1.0
v6.0.1
📚 PR:
- docs: remove redundant
--save
arg - docs(readme): replace use of deprecated variadic
listen()
- Merge pull request #157 from fastify/Fdawgs-patch-1
- ci: bring into line with reusable workflow (#149)
- chore(.gitignore): use updated skeleton template (#150)
- build(deps-dev): bump tsd from 0.20.0 to 0.21.0 (#151)
- build(deps-dev): bump @types/node from 17.0.45 to 18.0.0 (#152)
- build(deps): bump actions/dependency-review-action from 1 to 2 (#153)
- build(deps-dev): bump tsd from 0.21.0 to 0.22.0 (#154)
- build(deps): bump fastify-plugin from 3.0.1 to 4.0.0 (#155)
- ci: migrate to fastify reusable workflow (#158)
- build(deps-dev): bump tsd from 0.22.0 to 0.24.1 (#160)
- Modernize project structure (#161)
- fix: 🐛 allow
Redis.Cluster
signature forclient
(#163)
v6.0.0
v5.0.0
What's Changed
- Bump actions/checkout from 2.3.5 to 2.4.0 by @dependabot in #117
- Bump tsd from 0.18.0 to 0.19.0 by @dependabot in #118
- Bump fastify/github-action-merge-dependabot from 2.5.0 to 2.6.0 by @dependabot in #119
- build(dependabot): ignore minor and patch github-actions updates by @Fdawgs in #120
- Bump fastify/github-action-merge-dependabot from 2.6.0 to 2.7.0 by @dependabot in #122
- Bump fastify/github-action-merge-dependabot from 2.7.0 to 2.7.1 by @dependabot in #123
- Bump @types/node from 16.11.14 to 17.0.0 by @dependabot in #126
- automatic PR by @Eomm in #127
- build: reduce dependabot update frequency by @Fdawgs in #130
- docs(readme): create options, add more headings by @julie-ng in #132
- build(deps): bump actions/setup-node from 2 to 3 by @dependabot in #134
- build(deps): bump actions/checkout from 2 to 3 by @dependabot in #135
- build(deps-dev): bump tap from 15.2.3 to 16.0.0 by @dependabot in #136
- build(deps-dev): bump tsd from 0.19.1 to 0.20.0 by @dependabot in #138
- build(deps-dev): bump standard from 16.0.4 to 17.0.0 by @dependabot in #142
- Rename module by @jsumners in #143
New Contributors
Full Changelog: v4.3.3...v5.0.0
v4.3.3
v4.3.2
📚 PR:
- Updates
- Improve error handling (#100)
- Bump actions/setup-node from 2.2.0 to 2.3.0 (#101)
- Bump actions/setup-node from 2.3.0 to 2.3.1 (#104)
- Bump actions/setup-node from 2.3.1 to 2.3.2 (#105)
- Bump actions/setup-node from 2.3.2 to 2.4.0 (#106)
- Bump fastify/github-action-merge-dependabot from 2.2.0 to 2.3.0 (#107)
- Bump fastify/github-action-merge-dependabot from 2.3.0 to 2.4.0 (#108)
- Bump fastify/github-action-merge-dependabot from 2.4.0 to 2.5.0 (#109)
- fix: types and tests coverage (#110)
v4.3.1
📚 PR:
- Fix CI
- chore: ci updates and style change (#83)
- feat: move to tap15 (#82)
- docs(readme): minor grammar changes (#85)
- ci: add nodejs v16 to test matrix (#86)
- Bump @types/node from 14.14.42 to 15.0.0 (#87)
- Bump actions/checkout from 2 to 2.3.4 (#90)
- Bump fastify/github-action-merge-dependabot from 2.0.0 to 2.1.0 (#91)
- Bump fastify/github-action-merge-dependabot from 2.1.0 to 2.1.1 (#93)
- Bump actions/setup-node from 2.1.5 to 2.2.0 (#96)
- Bump fastify/github-action-merge-dependabot from 2.1.1 to 2.2.0 (#97)
- Bump @types/node from 15.14.1 to 16.0.0 (#99)
- fix: added connection error handling (#98)