Skip to content

Releases: feathersjs/feathers

v5.0.11

11 Oct 04:01
Compare
Choose a tag to compare

5.0.11 (2023-10-11)

Bug Fixes

  • client: Replace placeholders in URL with route params (#3270) (a0624eb)
  • core: context.path is now typed correctly (#3303) (ff18b3f)
  • knex: Update all dependencies and Knex peer (#3308) (d2f9860)
  • memory: Ensure correct pagination totals (#3307) (c59e1b8)
  • schema: HookContext is now typed in schema (#3306) (65fab86)

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)