Releases: fastify/fastify-kafka
Releases · fastify/fastify-kafka
v3.0.1
v3.0.0
What's Changed
- ci: add node 20 to test matrix by @Fdawgs in #95
- build(deps): bump node-rdkafka from 2.16.1 to 2.17.0 by @dependabot in #105
- build(deps-dev): bump tsd from 0.28.1 to 0.29.0 by @dependabot in #107
- perf: use
node:
prefix to bypass require.cache call for builtins by @Fdawgs in #108 - build(deps): bump actions/checkout from 3 to 4 by @dependabot in #110
- chore: add
.gitattributes
file by @Fdawgs in #111 - chore(package): explicitly declare js module type by @Fdawgs in #112
- build(deps): bump node-rdkafka from 2.17.0 to 2.18.0 by @dependabot in #113
- build(deps): bump actions/setup-node from 3 to 4 by @dependabot in #114
- build(deps-dev): bump tsd from 0.29.0 to 0.30.0 by @dependabot in #115
- chore(package): fix repository url by @Fdawgs in #116
- build(deps): bump actions/dependency-review-action from 3 to 4 by @dependabot in #117
- chore(.gitignore): add .tap/ dir by @Fdawgs in #118
- build(deps-dev): bump tsd from 0.30.7 to 0.31.0 by @dependabot in #122
- build(deps): bump node-rdkafka from 2.18.0 to 3.0.1 by @dependabot in #123
- Merge
next
intomaster
by @jsumners in #125 - build(deps): bump node-rdkafka from 3.0.1 to 3.1.0 by @dependabot in #126
- build(deps-dev): bump @types/node from 20.14.13 to 22.0.0 by @dependabot in #127
- chore: update min fastify version by @Fdawgs in #128
- Update README.md by @danny-andrews in #129
New Contributors
- @danny-andrews made their first contribution in #129
Full Changelog: v2.2.1...v3.0.0
v2.2.1
What's Changed
- build(deps): bump node-rdkafka from 2.14.0 to 2.16.1 by @dependabot in #103
Full Changelog: v2.2.0...v2.2.1
v2.2.0
What's Changed
- build(deps): bump actions/dependency-review-action from 2 to 3 by @dependabot in #87
- build(deps-dev): bump tsd from 0.24.1 to 0.25.0 by @dependabot in #88
- chore(.gitignore): add clinic by @Fdawgs in #89
- chore(.gitignore): add bun lockfile by @Fdawgs in #90
- ci: only trigger on pushes to main branches by @Fdawgs in #96
- pin kafka to 2.14.0 by @Uzlopak in #99
- build(deps-dev): bump @types/node from 18.16.9 to 20.1.4 by @dependabot in #100
- build(deps-dev): bump tsd from 0.25.0 to 0.28.1 by @dependabot in #94
- separate test cases into separate files by @Uzlopak in #98
Full Changelog: v2.1.0...v2.2.0
v2.1.0
v2.0.0
📚 PR:
- docs: remove redundant
--save
arg - disable package-lock generation move typings to types folder separate lint from testing bump fastify and remove typescript update meta data
- revert metadata changes
- Merge pull request #82 from Uzlopak/minor-refactor
- docs(readme): replace use of deprecated variadic
listen()
- Merge pull request #83 from fastify/Fdawgs-patch-2
- docs: update references to old fastify-* modules (#67)
- ci: bring into line with reusable workflow (#68)
- chore(.gitignore): use updated skeleton template (#70)
- Bump tsd from 0.20.0 to 0.21.0 (#71)
- Bump @types/node from 17.0.45 to 18.0.0 (#73)
- Bump actions/dependency-review-action from 1 to 2 (#76)
- Bump tsd from 0.21.0 to 0.22.0 (#78)
- Bump fastify-plugin from 3.0.1 to 4.0.0 (#79)
- chore(index): update metadata name to reflect package name (#69)
v1.0.0
What's Changed
- Bump fastify-plugin from 2.3.4 to 3.0.0 by @dependabot-preview in #11
- Bump standard from 14.3.4 to 15.0.0 by @dependabot-preview in #13
- Bump abstract-logging from 2.0.0 to 2.0.1 by @dependabot-preview in #12
- Bump standard from 15.0.1 to 16.0.1 by @dependabot-preview in #15
- chore(gitignore): use latest github ignore template by @Fdawgs in #19
- Setup github actions by @veritem in #21
- chore: ci updates and style change by @Fdawgs in #24
- docs(readme): minor grammar changes by @Fdawgs in #28
- ci: add nodejs v16 to test matrix by @Fdawgs in #30
- build(dependabot): ignore minor and patch github-actions updates by @Fdawgs in #51
- automatic PR by @Eomm in #55
- Fix linting by @vbetsun in #58
- docs(examples): add multiple consumers usage by @vbetsun in #59
- build: reduce dependabot update frequency by @Fdawgs in #60
- Bump actions/setup-node from 2 to 3 by @dependabot in #61
- Bump fastify/github-action-merge-dependabot from 2.0.0 to 3.0.2 by @dependabot in #54
- Bump tap from 15.2.3 to 16.0.0 by @dependabot in #62
- Bump actions/checkout from 2 to 3 by @dependabot in #63
- Bump tsd from 0.19.1 to 0.20.0 by @dependabot in #64
- Bump standard from 16.0.4 to 17.0.0 by @dependabot in #65
- Rename module by @jsumners in #66
New Contributors
- @dependabot-preview made their first contribution in #11
- @Fdawgs made their first contribution in #19
- @veritem made their first contribution in #21
- @Eomm made their first contribution in #55
- @vbetsun made their first contribution in #58
- @dependabot made their first contribution in #61
- @jsumners made their first contribution in #66
Full Changelog: v0.3.0...v1.0.0