Fastify Circuit Breaker Versions Save

A low overhead circuit breaker for your routes

v3.2.0

1 year ago

What's Changed

Full Changelog: https://github.com/fastify/fastify-circuit-breaker/compare/v3.1.0...v3.2.0

v3.1.0

1 year ago

📚 PR:

  • chore: replace use of deprecated variadic listen()
  • Merge pull request #99 from fastify/chore/port
  • chore(.gitignore): use updated skeleton template (#92)
  • chore(deps-dev): bump tsd from 0.20.0 to 0.21.0 (#93)
  • chore(deps-dev): bump @types/node from 17.0.45 to 18.0.0 (#94)
  • chore(deps-dev): bump tsd from 0.21.0 to 0.22.0 (#95)
  • chore(deps): bump fastify-plugin from 3.0.1 to 4.0.0 (#96)
  • ci: enable license checking (#97)
  • minor: refactoring (#98)
  • chore(deps-dev): bump tsd from 0.22.0 to 0.23.0 (#100)
  • replace huskey with pre-commit (#101)
  • chore(deps-dev): bump tsd from 0.23.0 to 0.24.1 (#102)
  • chore(deps): bump tiny-lru from 8.0.2 to 9.0.3 (#104)
  • chore(deps): Bump tiny-lru from 9.0.3 to 10.0.0 (#105)
  • nodenext compatibility (#106)

v3.0.0

2 years ago

What's Changed

Full Changelog: https://github.com/fastify/fastify-circuit-breaker/compare/v2.0.0...v3.0.0

v2.0.0

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/fastify/fastify-circuit-breaker/compare/v1.1.0...v2.0.0

v1.1.0

3 years ago

📚 PR:

  • Bump fastify-plugin from 2.3.4 to 3.0.0
  • Bump standard from 14.3.4 to 15.0.0
  • Bump standard from 15.0.1 to 16.0.1
  • Bump tsd from 0.13.1 to 0.14.0
  • Merge pull request #25 from fastify/dependabot/npm_and_yarn/tsd-0.14.0
  • Bump husky from 4.3.8 to 5.0.9
  • Merge pull request #29 from fastify/dependabot/npm_and_yarn/husky-5.0.9
  • Add typescrypt definition file (#18)
  • feat: add stale (#20)
  • chore: add dependabot automerge (#24)
  • Update dependencies (#26)
  • Add husky pre-commit hook (#28)
  • Do not run redundant CI workflows (#27)
  • chore(gitignore): use latest github ignore template (#33)
  • ci(dependabot): update github actions (#34)
  • Bump fastify/github-action-merge-dependabot from v1 to v1.2.1 (#35)
  • Bump fastify/github-action-merge-dependabot from v1.2.1 to v2.0.0 (#36)
  • feat: add custom reply hooks (#30)

v1.0.1

3 years ago

v1.0.0

4 years ago

📚 PR:

  • docs(readme): add Greenkeeper badge
  • Merge pull request #2 from fastify/greenkeeper/initial
  • Updated dependencies
  • support node 10, not node 4
  • fix(package): update tiny-lru to version 2.0.0
  • Merge pull request #4 from fastify/greenkeeper/tiny-lru-2.0.0
  • chore(package): update standard to version 13.0.1
  • fix(package): update tiny-lru to version 6.0.1 (#7)
  • chore(package): update fastify to version 2.0.0 (#8)
  • ignore tap (#10)
  • Update standard to the latest version 🚀 (#11)
  • chore(package): update standard to version 14.0.2 (#13)
  • fix(package): update tiny-lru to version 7.0.0 (#14)
  • Update fastify to v3 (#16)
  • Bump tap from 12.7.0 to 14.10.7 (#17)

v0.1.0

6 years ago
  • Initial release