Skip to content

Releases: feathersjs/feathers

v5.0.10

03 Oct 22:07
Compare
Choose a tag to compare

5.0.10 (2023-10-03)

Bug Fixes

  • authentication-oauth: Move Grant error handling to the correct spot (#3297) (e9c0828)
  • schema: Add typescript as peerDependency (#3287) (cb562ee)
  • typebox: Allow default value in StringEnum (#3281) (25af09a)

v5.0.9

27 Sep 22:50
Compare
Choose a tag to compare

5.0.9 (2023-09-27)

Bug Fixes

  • authentication-oauth: Properly handle all oAuth errors (#3284) (148a9a3)
  • client: Add underscored methods to clients (#3176) (f3c01f7)
  • generators: Fix configure channels when not real-time app (#3271) (c619ab2)
  • typebox: allow TUnion<TObject[]> inside getValidator (#3262) (cf9df96)

v5.0.8

19 Jul 03:37
Compare
Choose a tag to compare

5.0.8 (2023-07-19)

Bug Fixes

  • add missing word (#3237) (9a32184)
  • transport-commons: Handle invalid service paths on socket lookups (#3241) (c397ab3)

v4.5.18

19 Jul 03:46
Compare
Choose a tag to compare

4.5.18 (2023-07-19)

Bug Fixes

  • transport-commons: Handle invalid service paths on socket lookups (#3242) (0b9a6b1)

v4.5.17

17 Jul 21:13
Compare
Choose a tag to compare

4.5.17 (2023-07-17)

Bug Fixes

  • core: Ensure .service does not access Object properties (#3240) (7969334)

v5.0.7

14 Jul 18:11
Compare
Choose a tag to compare

5.0.7 (2023-07-14)

Bug Fixes

  • core: Ensure .service does not access Object properties (#3235) (c0b670a)
  • generators: Fix channel/service configuration order for Koa based apps (580344e)
  • koa: Ensure .teardown works without a server (#3234) (818572d)

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)