Releases: fastify/fastify-static
Releases · fastify/fastify-static
v5.0.0
What's Changed
- docs(readme): fix dead link to fastify docs by @is2ei in #275
- chore: remove unused code by @is2ei in #277
- fix: reply all files and directries within the folders defined in root by @is2ei in #276
- build(deps): bump actions/checkout from 2 to 3 by @dependabot in #279
- build(deps-dev): bump tsd from 0.19.1 to 0.20.0 by @dependabot in #280
- build(deps-dev): bump standard from 16.0.2 to 17.0.0 by @Fdawgs in #285
- Rename module by @jsumners in #286
New Contributors
Full Changelog: v4.6.1...v5.0.0
v4.6.1
What's Changed
- fix: fixes serving preCompressed index without trailing slash by @cameronbraid in #274
Full Changelog: v4.6.0...v4.6.1
v4.6.0
What's Changed
- build(deps): bump fastify/github-action-merge-dependabot from 2.5.0 to 2.6.0 by @dependabot in #252
- build(deps-dev): bump tsd from 0.18.0 to 0.19.0 by @dependabot in #253
- build(dependabot): ignore minor and patch github-actions updates by @Fdawgs in #254
- build(deps): bump fastify/github-action-merge-dependabot from 2.6.0 to 2.7.0 by @dependabot in #255
- build(deps-dev): bump fastify-compress from 3.7.0 to 4.0.0 by @dependabot in #256
- build(deps): bump fastify/github-action-merge-dependabot from 2.7.0 to 2.7.1 by @dependabot in #257
- build(deps-dev): bump @types/node from 16.11.14 to 17.0.0 by @dependabot in #260
- automatic PR by @Eomm in #261
- automatic PR by @Eomm in #262
- build: reduce dependabot update frequency by @Fdawgs in #266
- build(deps): bump actions/setup-node from 2 to 3 by @dependabot in #267
- build(deps-dev): bump tap from 15.2.3 to 16.0.0 by @dependabot in #268
- fix: precompressed index without trailing slash (#270) by @cameronbraid in #271
- fix: serve directory without trailing slash fixes(#272) by @cameronbraid in #273
New Contributors
- @Eomm made their first contribution in #261
- @cameronbraid made their first contribution in #271
Full Changelog: v4.5.0...v4.6.0
v4.5.0
What's Changed
- build(deps-dev): bump tsd from 0.17.0 to 0.18.0 by @dependabot in #248
- build(deps): bump actions/checkout from 2.3.4 to 2.3.5 by @dependabot in #249
- build(deps): bump actions/checkout from 2.3.5 to 2.4.0 by @dependabot in #251
- fix(index): replace all
*
directives withgzip
by @Fdawgs in #250
Full Changelog: v4.4.2...v4.5.0
v4.4.2
What's Changed
- fix: url handle by @climba03003 in #247
- Fixed broken href in dirList by @Jelenkee in #244
Full Changelog: v4.4.1...v4.4.2
v4.4.1
⚠️ Security Release
This release fixes CVE-2021-22964, see GHSA-pgh6-m65r-2rhq for more details.
Full Changelog: v4.4.0...v4.4.1
v4.4.0
v4.3.0
v4.2.4
⚠️ Security release
CVE: CVE-2021-22963
Security Advisory: GHSA-p6vg-p826-qp3v
See also: https://hackerone.com/reports/1354255 (disclosed soon)
What's Changed
- Bump actions/setup-node from 2.3.1 to 2.3.2 by @dependabot in #226
- Bump actions/setup-node from 2.3.2 to 2.4.0 by @dependabot in #227
- Bump fastify/github-action-merge-dependabot from 2.2.0 to 2.3.0 by @dependabot in #228
- Bump fastify/github-action-merge-dependabot from 2.3.0 to 2.4.0 by @dependabot in #229
- Bump fastify/github-action-merge-dependabot from 2.4.0 to 2.5.0 by @dependabot in #233
- fix(docs): list example and index option by @ziimakc in #235
- build(deps): bump actions/setup-node from 2.4.0 to 2.4.1 by @dependabot in #236
- Fix a typo in docs in usage examples of "download" method by @mav-rik in #237
New Contributors
Full Changelog: v4.2.3...v4.2.4
v4.2.3
📚 PR:
- Update README.md
- Merge pull request #217 from olmesm/patch-1
- Bump fastify/github-action-merge-dependabot from 2.0.0 to 2.1.0 (#207)
- Bump tsd from 0.15.1 to 0.16.0 (#209)
- Bump fastify/github-action-merge-dependabot from 2.1.0 to 2.1.1 (#210)
- Bump tsd from 0.16.0 to 0.17.0 (#211)
- Bump actions/setup-node from 2.1.5 to 2.2.0 (#213)
- Bump @types/node from 15.14.1 to 16.0.0 (#215)
- Bump fastify/github-action-merge-dependabot from 2.1.1 to 2.2.0 (#216)
- Bump actions/setup-node from 2.2.0 to 2.3.0 (#223)
- Bump actions/setup-node from 2.3.0 to 2.3.1 (#224)
- fix: call 404 handler if requested path is a dotfile (#225)