Releases: feathersjs/feathers
Releases Β· feathersjs/feathers
v5.0.0-pre.33
v5.0.0-pre.32
5.0.0-pre.32 (2022-10-26)
Bug Fixes
- authentication: Improve logout and disconnect connection handling (#2813) (dd77379)
- cli: Ensure code injection points are not code style dependent (#2832) (0776e26)
- cli: Only generate authentication setup when selected (#2823) (7d219d9)
- docs: Review transport API docs and update Express middleware setup (#2811) (1b97f14)
- schema: Improve resolver performance (#2822) (5fa900f)
- schema: Use the same options for resolveData hook (#2833) (ed3b050)
- transports: Add remaining middleware for generated apps to Koa and Express (#2796) (0d5781a)
Features
v5.0.0-pre.31
5.0.0-pre.31 (2022-10-12)
Bug Fixes
- errors: Allows to pass no error message (#2794) (f3ddab6)
- koa: Only set error code for Feathers errors (#2793) (d3ee41e)
Features
v5.0.0-pre.30
5.0.0-pre.30 (2022-10-07)
Bug Fixes
- authentication-oauth: Fix regression with prefix handling in OAuth (#2773) (b1844b1)
- core: Ensure setup and teardown can be overriden and maintain hook functionality (#2779) (ab580cb)
Features
v5.0.0-pre.29
5.0.0-pre.29 (2022-09-16)
Bug Fixes
- authentication-oauth: Fix oAuth origin and error handling (#2752) (f7e1c33)
- schema: Fix for Ajv global collision bug #2681 (#2702) (0b2def6)
- socketio: Reinitialize hooks on overriden setup method (#2722) (5e8e7c4)
Features
- Add CORS support to oAuth, Express, Koa and generated application (#2744) (fd218f2)
- authentication-oauth: Koa and transport independent oAuth authentication (#2737) (9231525)
- cli: Add custom environment variable support to generated application (#2751) (c7bf80d)
- cli: Adding ClientService to CLI (#2750) (1d45427)
v5.0.0-pre.28
5.0.0-pre.28 (2022-08-03)
Bug Fixes
- authentication-client: Properly handle missing token error (#2700) (160746e)
- cli: Improve generated application and client (#2701) (bd55ffb)
- core: Get hooks to work reliably with custom methods (#2714) (8d7e04a)
- knex: Fix PostgreSQL integration issues and run CI tests against pg (#2698) (1f71d78)
- mongodb: Ensure transactions are used properly in create (#2699) (fe22615)
v5.0.0-pre.27
5.0.0-pre.27 (2022-07-13)
Bug Fixes
- authentication-client: Ensure reAuthenticate works in parallel with other requests (#2690) (41b3761)
- cli: Fix flaky authentication migration and SQL id schema types (#2676) (04ce9a5)
- Freeze the resolver context (#2685) (247dccb)
- socketio-client: Make Socket.io client event target compatible (#2686) (716c49a)
Features
v5.0.0-pre.26
v5.0.0-pre.25
5.0.0-pre.25 (2022-06-22)
Bug Fixes
v5.0.0-pre.24
5.0.0-pre.24 (2022-06-21)
Bug Fixes
- authentication-oauth: Fix bug and properly set Grant defaults (#2659) (cb93bb9)
- authentication: Add safe dispatch data for authentication requests (#2662) (d8104a1)
- schema: Fix dispatch resovler hook to convert actually resolved data (#2663) (f7e87db)
Features
- authentication-local: Add passwordHash property resolver (#2660) (b41279b)
- cli: Add generators for new Knex SQL database adapter (#2673) (0fb2c0f)
- cli: Add hook generator (#2667) (24e4bc0)
- cli: Add support for JavaScript to the new CLI (#2668) (ebac587)
- cli: Add typed client to a generated app (#2669) (5b801b5)
- cli: Initial Feathers v5 CLI and Pinion generator (#2578) (7f59ae7)
- knex: Add KnexJS SQL database adapter to core (#2671) (9380fff)