Releases: fastify/fastify-reply-from
Releases · fastify/fastify-reply-from
v5.1.0
📚 PR:
- build(deps): bump fastify/github-action-merge-dependabot (#152)
- chore(gitignore): use latest github ignore template (#153)
- ci: add windows-os to
matrix.os
array (#156)
- 158: Added a hook to get the url base based on URL object (#157)
v5.0.2
📚 PR:
- build(deps): bump fastify/github-action-merge-dependabot (#149)
- fix: send correct error message when rewriting body fails (#150) (#151)
v5.0.1
📚 PR:
- Support paths within base (#148)
v5.0.0
- Use undici by default (#143)
- Merge pull request from GHSA-qmw8-3v4g-gwj4
- fix: add port to host header if available (#146)
- Bump form-data from 3.0.1 to 4.0.0 (#145)
- Bump undici from 2.2.1 to 3.3.1 (#140)
- ci: specify version of coveralls github action to use (#142)
- Bump undici from 2.2.1 to 3.3.1 (#140)
- ci: specify version of coveralls github action to use (#142)
- Bump fastify-multipart from 3.3.1 to 4.0.0 (#139)
- chore: documentation and ci updates (#134)
- style: make the implicitly inserted semicolon explicit (#136)
- Bump @sinonjs/fake-timers from 6.0.1 to 7.0.0
v4.0.0
📚 PR:
- Bump form-data from 2.5.1 to 3.0.0
- Merge pull request #123 from fastify/dependabot/npm_and_yarn/form-data-3.0.0
- Bump msgpack5 from 4.5.0 to 5.0.0
- Merge pull request #127 from fastify/dependabot/npm_and_yarn/msgpack5-5.0.0
- fix: sanitize url to avoid attack
- fix: throw when source url is invalid
- Merge pull request #128 from fastify/sanitize-url
- Fixes a typo in the README (#124)
- Fixes another typo in README.md (#125)
v3.5.0
📚 PR:
- Bump snazzy from 8.0.0 to 9.0.0
- Bump standard from 15.0.1 to 16.0.3
- fix lint
- Bump tsd from 0.13.1 to 0.14.0
- Merge pull request #122 from fastify/dependabot/npm_and_yarn/tsd-0.14.0
- chore: create dependabot config (#116)
- added test for multipart/form-data request with text and file (#121)
v3.4.0
📚 PR:
- Bump fastify-plugin from 2.3.4 to 3.0.0
- Bump standard from 14.3.4 to 15.0.0
- Updated dependencies
- Fix spelling of decorates (#102)
- Document onResponse replacing reply body (#104)
- feat: add stale (#107)
- issue-108: Add an option to provide custom http/s agent (#109)
v3.3.0
📚 PR:
- support reply.from being returned from async route handler (#100)
- Updated to undici@2 (#101)
v3.2.0
📚 PR:
- Bump typescript from 3.9.7 to 4.0.2
- New interface FastifyReplyFromHooks (#98)
- issue #95 - adding onError hook (#96)