Skip to content

Releases: fastify/fastify-zipkin

v4.0.2

06 Jan 16:32
v4.0.2
40e8b3a
Compare
Choose a tag to compare

What's Changed

  • docs(readme): update ci badge syntax by @Fdawgs in #115
  • build(deps-dev): replace standard with neostandard by @Fdawgs in #116
  • chore(deps-dev): bump neostandard from 0.11.9 to 0.12.0 by @dependabot in #117
  • build(deps-dev): add eslint, peer dep of neostandard by @Fdawgs in #118
  • chore(package): add funding and contribs by @Fdawgs in #119
  • docs(readme): add compatibility table by @Fdawgs in #120
  • refactor: prefix unused params with underscores by @Fdawgs in #121

Full Changelog: v4.0.1...v4.0.2

v4.0.1

01 Nov 15:55
v4.0.1
47cd3ee
Compare
Choose a tag to compare

What's Changed

  • chore: update fastify to ^5.0.0 by @Fdawgs in #110
  • chore: migrate from tap to node:test and c8 by @dancastillo in #111
  • chore(deps-dev): bump sinon from 18.0.1 to 19.0.2 by @dependabot in #109
  • refactor(index): remove unused catch bindings by @Fdawgs in #112
  • chore(deps-dev): bump @fastify/pre-commit from 2.1.0 to 2.2.0 by @dependabot in #113
  • chore(deps): bump fastify/workflows from 5.0.0 to 5.0.1 by @dependabot in #114

New Contributors

Full Changelog: v4.0.0...v4.0.1

v4.0.0

06 Sep 16:37
014b2b7
Compare
Choose a tag to compare

What's Changed

  • chore(deps-dev): bump tsd from 0.22.0 to 0.23.0 by @dependabot in #86
  • chore(deps-dev): bump tsd from 0.23.0 to 0.24.1 by @dependabot in #87
  • nodenext compatibility by @Uzlopak in #88
  • chore(deps-dev): bump tsd from 0.24.1 to 0.25.0 by @dependabot in #89
  • chore(deps-dev): bump sinon from 14.0.2 to 15.0.0 by @dependabot in #90
  • chore(.gitignore): add clinic by @Fdawgs in #91
  • chore(.gitignore): add bun lockfile by @Fdawgs in #92
  • chore(deps-dev): bump tsd from 0.25.0 to 0.27.0 by @dependabot in #93
  • chore(deps-dev): bump tsd from 0.27.0 to 0.28.0 by @dependabot in #94
  • ci: only trigger on pushes to main branches by @Fdawgs in #95
  • chore(deps-dev): bump tsd from 0.28.1 to 0.29.0 by @dependabot in #96
  • perf: use node: prefix to bypass require.cache call for builtins by @Fdawgs in #97
  • chore(deps-dev): bump sinon from 15.2.0 to 16.0.0 by @dependabot in #98
  • chore: add .gitattributes file by @Fdawgs in #100
  • chore(deps-dev): bump sinon from 16.1.3 to 17.0.0 by @dependabot in #101
  • chore(package): explicitly declare js module type by @Fdawgs in #102
  • chore(deps-dev): bump @fastify/pre-commit from 2.0.2 to 2.1.0 by @dependabot in #103
  • chore(deps-dev): bump tsd from 0.29.0 to 0.30.0 by @dependabot in #104
  • chore(.gitignore): add .tap/ dir by @Fdawgs in #105
  • chore(deps-dev): bump tsd from 0.30.7 to 0.31.0 by @dependabot in #106
  • chore(deps-dev): bump sinon from 17.0.2 to 18.0.0 by @dependabot in #107
  • Update for fastify@5 by @jsumners in #108

Full Changelog: v3.1.0...v4.0.0

v3.2.0

23 Nov 20:13
15100cd
Compare
Choose a tag to compare

📚 PR:

  • fix: package version
  • chore(deps-dev): bump tsd from 0.22.0 to 0.23.0 (#86)
  • chore(deps-dev): bump tsd from 0.23.0 to 0.24.1 (#87)
  • nodenext compatibility (#88)

v3.1.0

08 Aug 08:29
79e675b
Compare
Choose a tag to compare

What's Changed

  • docs: update references to old fastify-* modules by @Fdawgs in #69
  • chore(deps-dev): bump sinon from 13.0.2 to 14.0.0 by @dependabot in #70
  • ci: migrate to fastify reusable workflow by @Fdawgs in #71
  • docs(readme): remove snyk badge by @Fdawgs in #72
  • chore(index): update metadata name to reflect package name by @Fdawgs in #73
  • chore(.gitignore): use updated skeleton template by @Fdawgs in #74
  • chore(deps): bump fastify-plugin from 3.0.1 to 4.0.0 by @dependabot in #79
  • ci: enable license checking by @Fdawgs in #82
  • chore(deps-dev): bump fastify from 3.29.1 to 4.3.0 by @dependabot in #81
  • chore: replace use of deprecated variadic listen() by @Fdawgs in #83
  • minor refactor, 100% test coverage, add typings by @Uzlopak in #85

New Contributors

Full Changelog: v3.0.0...v3.1.0

v3.0.0

27 Apr 14:17
4357aaa
Compare
Choose a tag to compare

What's Changed

  • chore(gitignore): use latest github ignore template by @Fdawgs in #21
  • ci(dependabot): update github actions by @Fdawgs in #22
  • chore(deps): bump actions/setup-node from v1 to v2.1.5 by @dependabot in #24
  • chore(deps): bump fastify/github-action-merge-dependabot from v1 to v1.2.1 by @dependabot in #23
  • chore(deps): bump fastify/github-action-merge-dependabot from v1.2.1 to v2.0.0 by @dependabot in #25
  • chore(deps-dev): bump sinon from 9.2.4 to 10.0.0 by @dependabot in #26
  • chore: ci updates and style change by @Fdawgs in #30
  • docs(readme): minor grammar changes by @Fdawgs in #31
  • chore tap 15 by @Eomm in #32
  • ci: add nodejs v16 to test matrix by @Fdawgs in #33
  • chore(deps): bump actions/checkout from 2 to 2.3.4 by @dependabot in #34
  • chore(deps-dev): bump sinon from 10.0.1 to 11.0.0 by @dependabot in #35
  • chore(deps): bump fastify/github-action-merge-dependabot from 2.0.0 to 2.1.0 by @dependabot in #36
  • chore(deps): bump fastify/github-action-merge-dependabot from 2.1.0 to 2.1.1 by @dependabot in #37
  • chore(deps): bump actions/setup-node from 2.1.5 to 2.2.0 by @dependabot in #38
  • chore(deps): bump fastify/github-action-merge-dependabot from 2.1.1 to 2.2.0 by @dependabot in #39
  • chore(deps): bump actions/setup-node from 2.2.0 to 2.3.0 by @dependabot in #40
  • chore(deps): bump actions/setup-node from 2.3.0 to 2.3.1 by @dependabot in #41
  • chore(deps): bump actions/setup-node from 2.3.1 to 2.3.2 by @dependabot in #42
  • chore(deps): bump actions/setup-node from 2.3.2 to 2.4.0 by @dependabot in #43
  • chore(deps): bump fastify/github-action-merge-dependabot from 2.2.0 to 2.3.0 by @dependabot in #44
  • chore(deps): bump fastify/github-action-merge-dependabot from 2.3.0 to 2.4.0 by @dependabot in #45
  • chore(deps): bump fastify/github-action-merge-dependabot from 2.4.0 to 2.5.0 by @dependabot in #48
  • chore(deps): bump actions/setup-node from 2.4.0 to 2.4.1 by @dependabot in #49
  • chore(deps): bump actions/checkout from 2.3.4 to 2.3.5 by @dependabot in #50
  • chore(deps): bump actions/checkout from 2.3.5 to 2.4.0 by @dependabot in #51
  • chore(deps-dev): bump sinon from 11.1.2 to 12.0.0 by @dependabot in #52
  • chore(deps): bump fastify/github-action-merge-dependabot from 2.5.0 to 2.6.0 by @dependabot in #54
  • build(dependabot): ignore minor and patch github-actions updates by @Fdawgs in #55
  • chore(deps): bump fastify/github-action-merge-dependabot from 2.6.0 to 2.7.0 by @dependabot in #56
  • chore(deps): bump fastify/github-action-merge-dependabot from 2.7.0 to 2.7.1 by @dependabot in #57
  • build: reduce dependabot update frequency by @Fdawgs in #61
  • chore(deps-dev): bump sinon from 12.0.1 to 13.0.0 by @dependabot in #62
  • build(deps): bump fastify/github-action-merge-dependabot from 2.7.1 to 3 by @Fdawgs in #63
  • chore(deps): bump actions/setup-node from 2 to 3 by @dependabot in #64
  • chore(deps-dev): bump tap from 15.2.3 to 16.0.0 by @dependabot in #65
  • chore(deps): bump actions/checkout from 2 to 3 by @dependabot in #66
  • chore(deps-dev): bump standard from 16.0.4 to 17.0.0 by @dependabot in #67
  • Rename module by @jsumners in #68

New Contributors

Full Changelog: v2.0.0...v3.0.0

v2.00

28 Nov 12:30
Compare
Choose a tag to compare
  • feat: add stale (#14)
  • chore: add dependabot automerge (#18)
  • Allow Complete Zipkin Url (#19)
  • Bump zipkin-context-cls from 0.19.0 to 0.21.0 (#5)
  • Bump zipkin-transport-http from 0.19.2 to 0.21.0 (#7)
  • Bump standard from 10.0.3 to 14.3.4 (#9)
  • Bump zipkin from 0.19.2 to 0.21.0 (#6)
  • Bump sinon from 7.5.0 to 9.0.2 (#8)
  • Bump zipkin from 0.21.0 to 0.22.0 (#12)
  • Bump zipkin-transport-http from 0.21.0 to 0.22.0 (#11)
  • Bump zipkin-context-cls from 0.21.0 to 0.22.0 (#10)
  • var -> const
  • updated deps

v1.0.0

26 May 18:24
Compare
Choose a tag to compare

📚 PR:

  • Initial commit
  • Init (#1)
  • update fastify to v3 (#4)