Skip to content

Releases: fastify/under-pressure

v8.5.2

24 Sep 06:54
05ca9c3
Compare
Choose a tag to compare

What's Changed

  • fix: handle missing route options by @c0sx in #236

New Contributors

  • @c0sx made their first contribution in #236

Full Changelog: v8.5.1...v8.5.2

v9.0.1

21 Sep 08:33
582baa8
Compare
Choose a tag to compare

What's Changed

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

v9.0.0

21 Sep 08:32
612b939
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v8.5.0...v9.0.0

v8.5.1

07 Jul 12:48
5dc63c2
Compare
Choose a tag to compare

What's Changed

  • fix: [FSTDEP012] DeprecationWarning: request.context property access is deprecated. by @ildella in #228

New Contributors

Full Changelog: v8.5.0...v8.5.1

v8.5.0

07 Jun 20:37
37b2d15
Compare
Choose a tag to compare

What's Changed

  • This adds support for the pressureHandler on the route config by @mcollina in #219

Full Changelog: v8.4.0...v8.5.0

v8.4.0

07 Jun 20:37
08e71c2
Compare
Choose a tag to compare

What's Changed

  • build(deps-dev): bump tsd from 0.28.1 to 0.29.0 by @dependabot in #200
  • perf: use node: prefix to bypass require.cache call for builtins by @Fdawgs in #201
  • build(deps-dev): bump sinon from 15.2.0 to 16.0.0 by @dependabot in #203
  • test: add missing use strict directive by @Fdawgs in #204
  • build(deps-dev): bump sinon from 16.1.3 to 17.0.0 by @dependabot in #205
  • Document Default Error Responses by @muya in #198
  • chore(package): explicitly declare js module type by @Fdawgs in #207
  • build(deps-dev): bump tsd from 0.29.0 to 0.30.0 by @dependabot in #208
  • docs(readme): replace fastify.io links with fastify.dev by @Fdawgs in #209
  • chore(.gitignore): add .tap/ dir by @Fdawgs in #210
  • Add example for 200 response by @melroy89 in #213
  • build(deps-dev): bump tsd from 0.30.7 to 0.31.0 by @dependabot in #214
  • build(deps-dev): bump sinon from 17.0.2 to 18.0.0 by @dependabot in #217
  • Fix clearing timeout using clearTimeout by @karankraina in #218

New Contributors

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

v8.3.0

11 Jul 10:51
26677ab
Compare
Choose a tag to compare

What's Changed

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

v8.2.0

02 Dec 23:42
5b8cc25
Compare
Choose a tag to compare

What's Changed

Full Changelog: v8.1.0...v8.2.0

v8.1.0

24 Aug 13:53
4e73a53
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v8.0.0...v8.1.0

v8.0.0

13 Aug 07:54
Compare
Choose a tag to compare

📚 PR:

  • docs: update references to old module
  • chore(index): update metadata name to reflect package name
  • Merge pull request #167 from fastify/Fdawgs-patch-1
  • Merge pull request #168 from fastify/Fdawgs-patch-2
  • build(deps-dev): remove typescript
  • Merge pull request #179 from fastify/Fdawgs-patch-2
  • build(deps): bump @fastify/error from 2.0.0 to 3.0.0 (#165)
  • chore(.gitignore): use updated skeleton template (#169)
  • build(deps-dev): bump @types/node from 17.0.45 to 18.0.6 (#177)
  • build(deps-dev): bump tsd from 0.20.0 to 0.22.0 (#173)
  • build(deps): bump fastify-plugin from 3.0.1 to 4.0.0 (#176)
  • build(deps-dev): replace pre-commit with @fastify/pre-commit (#178)
  • ci: enable license checking (#180)
  • fix flakyness of tests (#181)
  • minor refactor (#182)
  • docs(readme): replace use of deprecated variadic listen() (#183)