Skip to content

Releases: feathersjs/feathers

v5.0.6

15 Jun 03:02
Compare
Choose a tag to compare

5.0.6 (2023-06-15)

Bug Fixes

  • authentication-client: Do not trigger storage methods if storage not defined (#3210) (261acbc)
  • authentication-client: removeAccessToken throws error if storage not defined (#3195) (b8e2769)
  • authentication-local: Local Auth - Nested username & Password fields (#3091) (d135526)
  • authentication-oauth: Update OAuth redirect to handle user requested redirect paths (#3186) (3742028)
  • authentication: Export JwtVerifyOptions (#3214) (d59896e)

v5.0.5

28 Apr 18:59
Compare
Choose a tag to compare

5.0.5 (2023-04-28)

Bug Fixes

v5.0.4

12 Apr 17:21
Compare
Choose a tag to compare

5.0.4 (2023-04-12)

Bug Fixes

  • adapter-commons: Support non-default import to ease use with ESM projects (d06f2cf)
  • Make sure all Readme files are up to date (#3154) (a5f0b38)
  • memory: Fix memory adapter readme (#3153) (a9d826a)
  • typebox: Implement custom TypeBuilder for backwards compatibility (#3150) (962bd87)

v5.0.3

05 Apr 22:50
Compare
Choose a tag to compare

5.0.3 (2023-04-05)

Bug Fixes

  • authentication: Ensure authentication.entity configuration can be null (#3136) (c47349b)
  • dependencies: Update all dependencies (#3139) (f24276e)
  • generators: Properly log unhandled rejection (#3149) (eda8f78)
  • knex: Ensure that columns are selected unambigiously and avoid duplicate id selection (#3144) (3eb7428)
  • knex: Get by id and transactions should work with params.knex (#3146) (b172b5e)
  • knex: Only apply default order for MSSQL (#3145) (28c2627)
  • mongodb: Add MongoDB as peerDependency (#3148) (0137b40)
  • typebox: Upgrade to TypeBox 0.26.0 (#3113) (d1d9598)

v5.0.2

23 Mar 21:11
Compare
Choose a tag to compare

5.0.2 (2023-03-23)

Bug Fixes

  • generators: Make sure TypeScript version in generated app matches (#3122) (f0acfdf)
  • socketio-client: Move core dependency to the right spot (#3117) (6cd66f1)

v5.0.1

15 Mar 17:15
Compare
Choose a tag to compare

5.0.1 (2023-03-15)

Bug Fixes

  • core: Add PaginationParams to general find method (#3095) (8ebdcf5)
  • core: Use Symbol.for to instantiate shared symbols (#3087) (7f3fc21)
  • generators: Conditionally import channels in Express app (#3106) (c2dbaaa)
  • koa: Replace koa-bodyparser with koa-body (#3093) (2456bf8)
  • memory/mongodb: $select as only property & force 'id' in '$select' (#3081) (fbe3cf5)
  • transport-commons: Fix dispatching of arrays (#3075) (98fdda5)

v5.0.0

24 Feb 04:19
Compare
Choose a tag to compare

5.0.0 (2023-02-24)

Bug Fixes

v4.5.16

24 Feb 18:01
Compare
Choose a tag to compare

4.5.16 (2023-02-24)

Bug Fixes

  • dependencies: Update dependencies (70335c4)
  • transport-commons: Crow - fix array dispatching (#3073) (1936c64)

v5.0.0-pre.38

17 Feb 17:50
Compare
Choose a tag to compare
v5.0.0-pre.38 Pre-release
Pre-release

5.0.0-pre.38 (2023-02-17)

Bug Fixes

  • koa: Fix missing dependency on feathers (#3061) (80dc95f)
  • schema: validateQuery - move next function outside of try-catch (#3053) (37fe5c4)

Features

  • generators: Final tweaks to the generators (#3060) (1bf1544)
  • schema: Add schema helper for handling Object ids (#3058) (1393bed)

v5.0.0-pre.37

09 Feb 18:30
Compare
Choose a tag to compare
v5.0.0-pre.37 Pre-release
Pre-release

5.0.0-pre.37 (2023-02-09)

Bug Fixes

  • generators: Add schema selection to CI test matrix (#3035) (7484b16)
  • generators: Fix Knex migration generated filename (#3033) (1ac18a7)
  • generators: Generated app does not start when choosing JSON schema (#3034) (7b8250b)
  • knex: The method getModel in the knex adapter (#3043) (77e14dd)
  • schema: Do not change the hook context in resolvers (#3048) (bfd8c04)
  • schema: Ensure that resolveResult and resolveExternal are run as around hooks (#3032) (71942f4)
  • typebox: Allow nested or in and queries (#3029) (39e0b78)

Features

  • mongodb: Add Object ID keyword converter and update MongoDB CLI & docs (#3041) (ca0994e)