Feathers Versions Save

The API and real-time application framework

v5.0.7

10 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)

v5.0.6

11 months ago

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

1 year ago

5.0.5 (2023-04-28)

Bug Fixes

v5.0.4

1 year ago

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

1 year ago

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)

v5.0.2

1 year ago

5.0.2 (2023-03-23)

Bug Fixes

  • generators: Make sure TypeScript version in generated app matches (#3122) (f0acfdf)
  • socketio-client: Move core dependency to the right spot (#3117) (6cd66f1)

v5.0.1

1 year ago

5.0.1 (2023-03-15)

Bug Fixes

  • core: Add PaginationParams to general find method (#3095) (8ebdcf5)
  • core: Use Symbol.for to instantiate shared symbols (#3087) (7f3fc21)
  • generators: Conditionally import channels in Express app (#3106) (c2dbaaa)
  • koa: Replace koa-bodyparser with koa-body (#3093) (2456bf8)
  • memory/mongodb: $select as only property & force 'id' in '$select' (#3081) (fbe3cf5)
  • transport-commons: Fix dispatching of arrays (#3075) (98fdda5)

v4.5.16

1 year ago

4.5.16 (2023-02-24)

Bug Fixes

  • dependencies: Update dependencies (70335c4)
  • transport-commons: Crow - fix array dispatching (#3073) (1936c64)

v5.0.0

1 year ago

5.0.0 (2023-02-24)

Bug Fixes

v5.0.0-pre.38

1 year ago

5.0.0-pre.38 (2023-02-17)

Bug Fixes

  • koa: Fix missing dependency on feathers (#3061) (80dc95f)
  • schema: validateQuery - move next function outside of try-catch (#3053) (37fe5c4)

Features

  • generators: Final tweaks to the generators (#3060) (1bf1544)
  • schema: Add schema helper for handling Object ids (#3058) (1393bed)