Releases: fastify/under-pressure
Releases · fastify/under-pressure
v8.5.2
v9.0.1
v9.0.0
What's Changed
- Merge
next
intomaster
by @jsumners in #221 - build(deps): bump @fastify/error from 3.4.1 to 4.0.0 by @dependabot in #222
- refactor: allow ErrorConstructor type for customError by @jean-michelet in #225
- Increase code coverage by @jean-michelet in #224
- build(deps-dev): bump @types/node from 20.14.13 to 22.0.0 by @dependabot in #230
- refactor: rename UnderPressureOptions into FastifyUnderPressureOptions by @jean-michelet in #229
- build(deps): bump fastify/workflows from 4.1.0 to 5.0.0 by @dependabot in #231
New Contributors
- @jsumners made their first contribution in #221
- @jean-michelet made their first contribution in #225
Full Changelog: v8.5.0...v9.0.0
v8.5.1
v8.5.0
v8.4.0
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 withfastify.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
- @muya made their first contribution in #198
- @melroy89 made their first contribution in #213
- @karankraina made their first contribution in #218
Full Changelog: v8.3.0...v8.4.0
v8.3.0
What's Changed
- build(deps-dev): bump sinon from 14.0.2 to 15.0.0 by @dependabot in #188
- build(deps-dev): bump tsd from 0.24.1 to 0.25.0 by @dependabot in #189
- chore(.gitignore): add clinic by @Fdawgs in #190
- chore(.gitignore): add bun lockfile by @Fdawgs in #192
- build(deps-dev): bump tsd from 0.25.0 to 0.26.0 by @dependabot in #193
- build(deps-dev): bump tsd from 0.26.1 to 0.27.0 by @dependabot in #194
- build(deps-dev): bump tsd from 0.27.0 to 0.28.0 by @dependabot in #195
- ci: only trigger on pushes to main branches by @Fdawgs in #196
- build(deps-dev): bump @types/node from 18.16.5 to 20.1.0 by @dependabot in #197
- Add fastify.isUnderPressure() by @mcollina in #199
Full Changelog: v8.2.0...v8.3.0
v8.2.0
What's Changed
- build(deps-dev): bump tsd from 0.22.0 to 0.23.0 by @dependabot in #185
- build(deps-dev): bump tsd from 0.23.0 to 0.24.1 by @dependabot in #186
- nodenext compatibility by @Uzlopak in #187
Full Changelog: v8.1.0...v8.2.0
v8.1.0
What's Changed
- replace setInterval with a setTimeout by @davideroffo in #174
New Contributors
- @davideroffo made their first contribution in #174
Full Changelog: v8.0.0...v8.1.0
v8.0.0
📚 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)