Skip to content

Releases: zhiyi7/fastify-app

v2.0.6

04 Oct 10:31

Choose a tag to compare

updated CORS support.

v2.0.5

26 Jul 12:04

Choose a tag to compare

chore:

  • update README and configuration examples;
  • redact sensitive headers;

v2.0.3

25 Jul 18:49

Choose a tag to compare

chore: update version to 2.0.3 and dependencies

  • Bump version from 2.0.2 to 2.0.3 in package.json
  • Update @fastify/cors from ^11.0.0 to ^11.0.1
  • Update fastify from ^5.2.1 to ^5.4.0

feat: add sensitive headers filtering in request logging

  • Introduced app.sensitiveHeaders property to exclude sensitive headers from logs

v2.0.2

01 Mar 12:03

Choose a tag to compare

Upgrade fastify to 5.x

v2.0.1

01 Mar 10:30

Choose a tag to compare

Bug fix.

v2.0.0

01 Mar 10:03

Choose a tag to compare

See README.md

v1.1.0

08 Nov 19:14

Choose a tag to compare

  • ESM supported.
  • Every file not starts with underscore in the app folder will be registered as a plugin.
  • Remove database initializing.
  • Dependencies updated.

v1.0.7

19 Sep 02:40

Choose a tag to compare

Fix security vulnerabilities.

v1.0.6

05 Jul 09:31

Choose a tag to compare

Log request body only if content-type is application/json.
Upgrade fastify to 4.28.1

v1.0.5

17 May 16:32

Choose a tag to compare

chore: Update package version to 1.0.5 and fastify dependency to 4.27.0
add: config.app.disableLogRequestHeaders option.