Skip to content
This repository was archived by the owner on Jan 28, 2024. It is now read-only.

v3.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Mar 13:43
faa0112

3.0.0 (2022-03-10)

⚠ BREAKING CHANGES

  • admin/access: access.scopes search param no longer case-insensitive
  • config: ADMIN_PASSWORD env variable now has minimum length of 8 characters
  • routes: admin/access route moved to admin/access/bearer-token

Bug Fixes

  • admin/access: searching using access.scopes (9c8c24f)
  • config: enforce minimum length for ADMIN_PASSWORD env variable (7decdca)
  • plugins/hashed-bearer-auth: log client name (48de80e)

Continuous Integration

Miscellaneous

  • auto-compress images (#101) (2a52749)
  • plugins/db: whitespace in switch statement (90b4e33)
  • routes/contact/query: correct jsdoc tag (a14c857)
  • routes/schemas: update produces and consumes values (b00ed08)

Dependencies

  • deps: bump fastify from 3.27.3 to 3.27.4 (276f9c3)
  • deps: bump jstoxml from 3.1.0 to 3.2.0 (adc026c)
  • deps: bump pino from 7.8.0 to 7.8.1 (75dfea1)

Improvements

  • migrate: use db variable in switch statement (985bcbb)
  • remove redundant strict equality operators (494a7c4)
  • routes/admin/access/b-t: remove unused param (7bfc9b3)
  • routes: move admin/access to admin/access/bearer-token (f21c9a9)