Skip to content

Releases: fastify/fastify-static

v5.0.0

27 Apr 15:34
1c4f933
Compare
Choose a tag to compare

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

18 Mar 08:47
Compare
Choose a tag to compare

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

17 Mar 09:35
282eb01
Compare
Choose a tag to compare

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

Full Changelog: v4.5.0...v4.6.0

v4.5.0

03 Nov 14:40
Compare
Choose a tag to compare

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 with gzip by @Fdawgs in #250

Full Changelog: v4.4.2...v4.5.0

v4.4.2

12 Oct 18:42
ad66ca1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.4.1...v4.4.2

v4.4.1

11 Oct 12:51
Compare
Choose a tag to compare

⚠️ 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

07 Oct 10:24
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.3.0...v4.4.0

v4.3.0

06 Oct 11:01
Compare
Choose a tag to compare

What's Changed

  • Add options overload parameter to sendFile function (#238) by @mav-rik in #239

Full Changelog: v4.2.4...v4.3.0

v4.2.4

05 Oct 17:00
Compare
Choose a tag to compare

⚠️ 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

05 Aug 08:44
Compare
Choose a tag to compare

📚 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)