Releases: feathersjs/feathers
Releases Β· feathersjs/feathers
v5.0.6
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
v5.0.4
5.0.4 (2023-04-12)
Bug Fixes
v5.0.3
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
v5.0.1
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
v4.5.16
v5.0.0-pre.38
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
v5.0.0-pre.37
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)