Releases: fastify/fastify-reply-from
Releases · fastify/fastify-reply-from
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
v9.1.0
v10.0.0
v9.0.2
What's Changed
- build(deps-dev): Bump tsd from 0.26.1 to 0.27.0 by @dependabot in #301
- fix: undici connect timeout (#302) by @joelnet in #303
- build(deps-dev): Bump tsd from 0.27.0 to 0.28.0 by @dependabot in #305
- updated readme that getUpStream is not working with http2 and added a… by @nickwinger in #307
- build(deps): Bump tiny-lru from 10.4.1 to 11.0.0 by @dependabot in #308
- ci: only trigger on pushes to main branches by @Fdawgs in #309
- fix ci pipeline by @Uzlopak in #312
- build(deps-dev): Bump @types/node from 18.16.9 to 20.1.4 by @dependabot in #313
New Contributors
- @joelnet made their first contribution in #303
- @nickwinger made their first contribution in #307
Full Changelog: v9.0.1...v10.0.0
v9.0.1
What's Changed
- chore(.gitignore): add bun lockfile by @Fdawgs in #294
- build(deps-dev): Bump tsd from 0.25.0 to 0.26.0 by @dependabot in #295
- Change Extensions of test files from .js to .test.js by @Uzlopak in #297
- Disable http/http2 timeout for sse events by @deanhaleem in #299
- Fix default http2 timeout to be 60 seconds by @deanhaleem in #300
New Contributors
- @deanhaleem made their first contribution in #299
Full Changelog: v9.0.0...v9.0.1
v9.0.0
v8.4.3
What's Changed
- fix: don't change headers of original request (#291) by @effulgentsia in #292
New Contributors
- @effulgentsia made their first contribution in #292
Full Changelog: v8.4.2...v8.4.3