Releases: fastify/fastify-reply-from
Releases · fastify/fastify-reply-from
v11.0.1
v11.0.0
What's Changed
- allow explicitly disabling request and session timeouts with 0 by @gunters63 in #368
- Merge
next
intomaster
by @jsumners in #371 - build(deps): Bump @fastify/error from 3.4.1 to 4.0.0 by @dependabot in #372
- build(deps): Bump fastify/workflows from 4.1.0 to 4.2.1 by @dependabot in #373
- build(deps): Bump fast-content-type-parse from 1.1.0 to 2.0.0 by @dependabot in #375
- build(deps-dev): Bump @types/node from 20.14.13 to 22.0.0 by @dependabot in #376
- build(deps): Bump fastify/workflows from 4.2.1 to 5.0.0 by @dependabot in #378
- chore: update min fastify version by @Fdawgs in #377
- build(deps-dev): Bump @sinonjs/fake-timers from 11.3.1 to 13.0.1 by @dependabot in #379
New Contributors
- @gunters63 made their first contribution in #368
Full Changelog: v9.8.0...v11.0.0
v9.8.0
What's Changed
- add: (type definition) retriesCount by @MikePresman in #345
- build(deps): replace tiny-lru with toad-cache by @kibertoad in #346
- docs(readme): fix broken link by @Fdawgs in #347
- chore(.gitignore): add .tap/ dir by @Fdawgs in #351
- build(deps-dev): Bump tsd from 0.30.7 to 0.31.0 by @dependabot in #358
- Remove pump dependency by @gurgunday in #360
- fix: DELETE requests should not call stream.end by @karl-power in #362
- feat: pass request to the queryString function by @ttshivers in #365
- feat: added option for undici proxy agent by @10xLaCroixDrinker in #363
New Contributors
- @kibertoad made their first contribution in #346
- @gurgunday made their first contribution in #360
- @karl-power made their first contribution in #362
- @ttshivers made their first contribution in #365
- @10xLaCroixDrinker made their first contribution in #363
Full Changelog: v9.7.0...v9.8.0
v9.7.0
What's Changed
- add: retriesCount property to the callback by @MikePresman in #344
Full Changelog: v9.6.0...v9.7.0
v9.6.0
⚠️ Security Release ⚠️
Fixes CVE-2023-51701, see GHSA-v2v2-hph8-q5xp for more details. Severity: moderate.
Full Changelog: v9.5.0...v9.6.0
v9.5.0
What's Changed
- build(deps-dev): Bump tsd from 0.28.1 to 0.29.0 by @dependabot in #323
- perf: use
node:
prefix to bypass require.cache call for builtins by @Fdawgs in #324 - chore: add
.gitattributes
file by @Fdawgs in #327 - chore(lib): add missing
use strict
directive by @Fdawgs in #329 - chore(package): explicitly declare js module type by @Fdawgs in #330
- [feature] custom retry callback by @MikePresman in #332
- build(deps-dev): Bump tsd from 0.29.0 to 0.30.1 by @dependabot in #341
- add: error object to custom retry callback by @MikePresman in #337
New Contributors
- @MikePresman made their first contribution in #332
Full Changelog: v4.18.0...v9.5.0
v9.4.0
What's Changed
- feat: add
method
opt to overwrite http method by @psteinroe in #322
New Contributors
- @psteinroe made their first contribution in #322
Full Changelog: v9.3.0...v9.4.0
v9.3.0
What's Changed
- build(deps-dev): Bump @sinonjs/fake-timers from 10.2.0 to 11.0.0 by @dependabot in #320
- feat: duck type undici option by @ivan-tymoshenko in #321
Full Changelog: v9.2.0...v9.3.0
v9.2.0
What's Changed
- Correct typo in README by @anyonecancode in #318
- fix proxying with double slash by @rluvaton in #319
New Contributors
- @anyonecancode made their first contribution in #318
- @rluvaton made their first contribution in #319
Full Changelog: v9.1.0...v9.2.0