5.0.0-pre.19 (2022-05-01)
Bug Fixes
- adapter-commons: Clarify adapter query filtering (#2607) (2dac771)
- adapter-tests: Ensure multi tests can run standalone (#2608) (d7243f2)
- authentication-oauth: Fix issue with overriding the default Grant configuration (#2615) (b345857)
- authentication-oauth: Make oAuth authentication work with cookie-session (#2614) (9f10bfc)
- client: Fix @feathersjs/client types field (#2596) (d719f54)
- express: Fix typo in types reference in package.json (#2613) (eacf1b3)
- transport-commons: Ensure socket queries are always plain objects (#2597) (97313e1)
Features
- mongodb: Add feathers-mongodb adapter as @feathersjs/mongodb (#2610) (6d43734)
- schema: Allow hooks to run resolvers in sequence (#2609) (d85c507)
- typescript: Improve adapter typings (#2605) (3b2ca0a)
- typescript: Improve params and query typeability (#2600) (df28b76)
BREAKING CHANGES
- adapter-commons: Changes the common adapter base class to use
sanitizeQuery
andsanitizeData