Releases: fastify/fastify-reply-from
Releases · fastify/fastify-reply-from
v12.0.2
What's Changed
- build(dependabot): reduce npm updates to monthly by @Fdawgs in #403
- build(deps-dev): Bump nock from 13.5.6 to 14.0.0 by @dependabot in #407
- chore: rename master to main by @Fdawgs in #406
- types: Allow to pass any requestable undici instance by @g12i in #405
New Contributors
Full Changelog: v12.0.1...v12.0.2
v12.0.1
What's Changed
- docs(readme): update ci badge syntax by @Fdawgs in #388
- build(deps-dev): Bump @types/tap from 15.0.12 to 18.0.0 by @dependabot in #390
- types: use
node:
prefix for builtins by @Fdawgs in #391 - build(deps-dev): replace standard with neostandard by @Fdawgs in #389
- build(deps-dev): add eslint, peer dep of neostandard by @Fdawgs in #393
- chore(package): add funding and contribs by @Fdawgs in #394
- chore: remove semver by @Uzlopak in #395
- build(deps-dev): Bump @sinonjs/fake-timers from 13.0.5 to 14.0.0 by @dependabot in #392
- chore: remove msgpack5 by @Uzlopak in #397
- chore: try to fix ci issue by @Uzlopak in #396
- perf: use optional chaining by @Fdawgs in #398
- refactor: prefix unused params with underscores by @Fdawgs in #399
- refactor(index): return directly in arrow function by @Fdawgs in #400
- docs(readme): spelling and grammar fixes by @Fdawgs in #401
Full Changelog: v12.0.0...v12.0.1
v12.0.0
v11.0.2
What's Changed
- build(deps): Bump fastify-plugin from 4.5.1 to 5.0.1 by @dependabot in #382
- fix: return 502 on invalid upstream status code by @simosho in #386
New Contributors
Full Changelog: v11.0.1...v11.0.2
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