Skip to content

Releases: fastify/middie

v9.0.2

21 Sep 08:40
f45120a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v9.0.1...v9.0.2

v8.3.3

13 Sep 04:04
a601a12
Compare
Choose a tag to compare

Security

  • path-to-regexp is updated to 6.3.0 to prevent ReDOS attack, it is recommended to use the latest version of this package.

What's Changed

Full Changelog: v8.3.2...v8.3.3

v9.0.1

11 Sep 07:48
790bd3e
Compare
Choose a tag to compare

Security

  • path-to-regexp is updated to 8.1.0 to prevent ReDOS attack, it is recommended to use the latest version of this package.

What's Changed

Full Changelog: v9.0.0...v9.0.1

v8.3.2

11 Sep 07:46
6dcf910
Compare
Choose a tag to compare

Deprecated

This version includes too much breaking change due to security patch. Please upgrade to version 8.3.3 which includes the security patch with minimal breakages.

Security

  • path-to-regexp is updated to 8.1.0 to prevent ReDOS attack, it is recommended to use the latest version of this package.

You may see some unexpected breaking due the security patch. Here is the workaround,

  1. when you are using wildcard *, you must to provides a param name.
// before
fastify.use('*.css')
// after
fastify.use('*filename{.css}')

What's Changed

Full Changelog: v8.3.1...v8.3.2

v9.0.0

04 Sep 07:44
d733838
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v8.3.1...v9.0.0

v8.3.1

01 May 22:10
5fb0eb9
Compare
Choose a tag to compare

What's Changed

  • build(deps-dev): bump tsd from 0.28.1 to 0.29.0 by @dependabot in #189
  • perf: use node: prefix to bypass require.cache call for builtins by @Fdawgs in #190
  • chore: add .gitattributes file by @Fdawgs in #192
  • chore(package): explicitly declare js module type by @Fdawgs in #193
  • build(deps-dev): bump tsd from 0.29.0 to 0.30.0 by @dependabot in #194
  • docs(readme): replace fastify.io links with fastify.dev by @Fdawgs in #195
  • docs(readme): remove www. from fastify.dev urls by @Fdawgs in #196
  • chore(.gitignore): add .tap/ dir by @Fdawgs in #197
  • build(deps-dev): bump tsd from 0.30.7 to 0.31.0 by @dependabot in #198
  • Warn for possible ReDoS by @mcollina in #200
  • Only sets req.raw.body if body defined, aligning behaviour with node:http by @didley in #201

New Contributors

Full Changelog: v8.3.0...v8.3.1

v8.3.0

14 May 14:18
1dc7689
Compare
Choose a tag to compare

What's Changed

Full Changelog: v8.2.0...v8.3.0

v8.2.0

03 May 14:21
b362947
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v8.1.0...v8.2.0

v8.1.0

05 Dec 00:25
a010b7e
Compare
Choose a tag to compare

What's Changed

  • docs(readme): update references to old module by @Fdawgs in #149
  • chore(.gitignore): use updated skeleton template by @Fdawgs in #150
  • build(deps-dev): bump typescript from 4.7.3 to 4.7.4 by @dependabot in #151
  • build(deps-dev): bump tsd from 0.20.0 to 0.21.0 by @dependabot in #152
  • build(deps-dev): bump @types/node from 17.0.45 to 18.0.1 by @dependabot in #154
  • build(deps-dev): bump tsd from 0.21.0 to 0.22.0 by @dependabot in #155
  • Replace startsWith with direct property comparison by @Uzlopak in #156
  • build(deps): bump fastify-plugin from 3.0.1 to 4.0.0 by @dependabot in #157
  • ci: enable license checking by @Fdawgs in #159
  • build(deps-dev): replace pre-commit with @fastify/pre-commit by @Fdawgs in #160
  • docs(readme): replace use of deprecated variadic listen() by @Fdawgs in #161
  • build(deps-dev): bump tsd from 0.22.0 to 0.23.0 by @dependabot in #162
  • build(deps-dev): bump helmet from 5.1.1 to 6.0.0 by @dependabot in #164
  • build(deps-dev): bump typescript from 4.7.4 to 4.8.2 by @dependabot in #163
  • build(deps-dev): bump typescript from 4.8.2 to 4.8.3 by @dependabot in #165
  • build(deps-dev): bump tsd from 0.23.0 to 0.24.1 by @dependabot in #166
  • build(deps-dev): bump typescript from 4.8.3 to 4.8.4 by @dependabot in #167
  • Remove typescript as devDependency by @Uzlopak in #168
  • use .taprc and improve npm scripts by @Uzlopak in #171
  • disable package-lock generation by @Uzlopak in #170
  • build(deps-dev): bump tsd from 0.24.1 to 0.25.0 by @dependabot in #173
  • nodenext compatibility by @Uzlopak in #172

New Contributors

Full Changelog: v8.0.0...v8.1.0

v8.0.0

07 Jun 17:34
c1f3722
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v7.0.0...v8.0.0