Skip to content

v5.0.0-pre.36

Pre-release
Pre-release
Compare
Choose a tag to compare
@daffl daffl released this 29 Jan 20:17
· 229 commits to dove since this release

5.0.0-pre.36 (2023-01-29)

Bug Fixes

  • authentication-oauth: Use original headers in oauth flow (#3025) (fb3d8cc)
  • configuration: Add pool and connection object to SQL database default configuration (#3023) (092c749)
  • databases: Ensure that query sanitization is not necessary when using query schemas (#3022) (dbf514e)
  • databases: Improve documentation for adapters and allow dynamic Knex adapter options (#3019) (66c4b5e)
  • feathers: Run after all hooks first, and then after method hooks (#3004) (3692fd5)
  • generators: Add main schema to all validators (#2997) (5854dea)
  • generators: Add TypeScript as normal instead of dev dependency (#3011) (2f67398)
  • generators: Do not removeAdditional in queries (#3000) (ef501bc)
  • schema: Allow any type in resolver hooks (#3006) (f01281f)
  • schema: Ensure all types of nested data are securely dispatched (#3005) (e4a9da5)
  • schema: Fix TypeBox extension value query syntax inference (#3010) (f1c7a76)
  • Update all dependencies (#3024) (283dc47)

Features

  • database: Add and to the query syntax (#3021) (00cb0d9)
  • generators: Add service file for shared information (#3008) (0a1665d)