Skip to content

Releases: feathersjs/feathers

v5.0.17

22 Jan 20:38
Compare
Choose a tag to compare

5.0.17 (2024-01-22)

Bug Fixes

v5.0.16

22 Jan 18:51
Compare
Choose a tag to compare

5.0.16 (2024-01-22)

Bug Fixes

v5.0.15

22 Jan 17:40
Compare
Choose a tag to compare

5.0.15 (2024-01-22)

Bug Fixes

  • generators: Move generators and CLI to featherscloud/pinion (#3386) (eb87c99)
  • knex: Add sqlite to returning clients (#3389) (59fb40b)

v5.0.14

05 Jan 23:26
Compare
Choose a tag to compare

5.0.14 (2024-01-05)

Bug Fixes

  • generators: Harden mongodb.js to reliably extract database from any connection string (#3264) (7b0f82c)
  • knex: Add Error Handler to knex _update function (#3371) (210f103)
  • schema: Fix setting dispatch on existing nested objects (#3380) (04efd5a)

v5.0.13

29 Dec 17:30
Compare
Choose a tag to compare

5.0.13 (2023-12-29)

Note: Version bump only for package feathers

v5.0.12

28 Nov 16:34
Compare
Choose a tag to compare

5.0.12 (2023-11-28)

Bug Fixes

  • allow _patch to modify the entire base schema (#3300) (0f41622)
  • authentication-client: Allow to abort fetch (#3310) (ff3e104)
  • express: Re-export Router (#3349) (0cbdb03)
  • generators: use export type vs export (#3246) (82d30fd)
  • knex: Add includeTriggerModifications for MSSQL support (#3355) (cbe44b0)
  • schema: Allow $in and $nin queries to work for arrays (#3352) (677c214)
  • schema: Remove undefined $select when using resolveResult hook (#3354) (c43e009)
  • transport-commons: Allow case insensitive route lookups (#3353) (a4a5ab6)

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)