Skip to content

Releases: feathersjs/feathers

v4.5.6

12 Jul 17:15
Compare
Choose a tag to compare

4.5.6 (2020-07-12)

Bug Fixes

  • authentication: Omit query in JWT strategy (#2011) (04ce7e9)

v4.5.5

11 Jul 18:50
Compare
Choose a tag to compare

4.5.5 (2020-07-11)

Bug Fixes

  • authentication: Include query params when authenticating via authenticate hook #2009 (4cdb7bf)
  • authentication-oauth: Updated typings for projects with strictNullChecks (#1941) (be91206)
  • typescript: add overload types for find service methods (#1972) (ef55af0)

v5.0.0-pre.0

19 May 18:03
Compare
Choose a tag to compare
v5.0.0-pre.0 Pre-release
Pre-release

5.0.0-pre.0 (2020-05-19)

Bug Fixes

  • authentication-oauth: Updated typings for projects with strictNullChecks (#1941) (be91206)
  • errors: Format package.json with spaces (cbd31c1)

chore

  • configuration: Remove environment variable substitution (#1942) (caaa21f)
  • package: Remove @feathersjs/primus packages from core (#1919) (d20b7d5), closes #1899

Features

  • core: Migrate @feathersjs/feathers to TypeScript (#1963) (7812529)
  • core: use @feathers/hooks and add async type (#1929) (a5c4756)
  • transport-commons: Remove legacy message format and unnecessary client timeouts (#1939) (5538881)

BREAKING CHANGES

  • configuration: Falls back to node-config instead of adding additional
    functionality like path replacements and automatic environment variable insertion.
  • transport-commons: Removes the old message format and client service timeout
  • package: Remove primus packages to be moved into the ecosystem.

v4.5.4

29 Apr 05:00
Compare
Choose a tag to compare

4.5.4 (2020-04-29)

Bug Fixes

  • authentication-local: Allow to hash passwords in array data (#1936) (64705f5)
  • authentication-oauth: Add getEntity method to oAuth authentication and remove provider field for other calls (#1935) (d925c1b)

v4.5.3

17 Apr 23:29
Compare
Choose a tag to compare

4.5.3 (2020-04-17)

Bug Fixes

  • authentication: Remove entity from connection information on logout (#1889) (b062753)
  • authentication-oauth: Allow req.feathers to be used in oAuth authentication requests (#1886) (854c9ca)
  • errors: Add 410 Gone to errors (#1849) (6801428)
  • typescript: Add type keys to service pagination options. (#1888) (859c601)
  • typescript: Use stricter type for HookContext 'method' prop (#1896) (24a41b7)

v4.5.2

04 Mar 03:35
Compare
Choose a tag to compare

4.5.2 (2020-03-04)

Bug Fixes

  • Updated typings for express middleware (#1839) (6b8e897)
  • authentication: Improve JWT strategy configuration error message (#1844) (2c771db)
  • package: update grant-profile to version 0.0.11 (#1841) (5dcd2aa)
  • test: typo in password (#1797) (dfba6ec)
  • typescript: Make HookMap and HookObject generics. (#1815) (d10145d)

v4.5.1

24 Jan 23:03
Compare
Choose a tag to compare

4.5.1 (2020-01-24)

Note: Version bump only for package feathers

v4.5.0

18 Jan 01:03
Compare
Choose a tag to compare

4.5.0 (2020-01-18)

Bug Fixes

  • Add params.authentication type, remove hook.connection type (#1732) (d46b7b2)

Features

  • authentication-oauth: Set oAuth redirect URL dynamically and pass query the service (#1737) (0b05f0b)
  • rest-client: Allow for customising rest clients (#1780) (c5cfec7)

v4.4.3

06 Dec 18:09
Compare
Choose a tag to compare

4.4.3 (2019-12-06)

Bug Fixes

  • adapter-commons: Filter arrays in queries (#1724) (872b669)

v4.4.1

27 Nov 21:47
Compare
Choose a tag to compare

4.4.1 (2019-11-27)

Bug Fixes