Feathers Versions Save

The API and real-time application framework

v5.0.14

3 months ago

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

4 months ago

5.0.13 (2023-12-29)

Note: Version bump only for package feathers

v5.0.12

5 months ago

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

6 months ago

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

6 months ago

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

7 months ago

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)

v4.5.18

9 months ago

4.5.18 (2023-07-19)

Bug Fixes

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

v5.0.8

9 months ago

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.17

9 months ago

4.5.17 (2023-07-17)

Bug Fixes

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

v5.0.7

9 months ago

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)