Skip to content

Releases: fastify/fastify-static

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)

v4.2.2

21 May 12:48
Compare
Choose a tag to compare

📚 PR:

  • fix content-encoding response header for gzip compression (#206)

v4.2.1

19 May 07:54
Compare
Choose a tag to compare

📚 PR:

  • fix content-type header for precompressed assets (#204)
  • fix index not being served for precompressed assets (#205)

v4.2.0

17 May 07:53
Compare
Choose a tag to compare

📚 PR:

  • Bump tsd from 0.14.0 to 0.15.0 (#201)
  • Bump actions/checkout from 2 to 2.3.4 (#202)
  • feat: add support for serving statically compressed files (#158)