Skip to content

Releases: feathersjs/feathers

v5.0.49

Choose a tag to compare

@marshallswain marshallswain released this 14 Aug 01:47

5.0.49 (2026-08-14)

Bug Fixes

  • adapter-commons: validate query operators nested in arrays (#3700) (304a1aa)

v5.0.48

Choose a tag to compare

@marshallswain marshallswain released this 11 Aug 01:53

5.0.48 (2026-08-11)

Bug Fixes

  • authentication-oauth: allow any port on loopback OAuth origins (#3699) (1a58896), closes #3684

v5.0.47

Choose a tag to compare

@marshallswain marshallswain released this 10 Aug 21:02

5.0.47 (2026-08-10)

Note: Version bump only for package @feathersjs/feathers

v4.5.21

Choose a tag to compare

@marshallswain marshallswain released this 10 Aug 18:19

Crow republish: correct compiled builds

Bug Fixes

  • release: Republish Crow packages with correctly compiled lib/ from crow source. v4.5.20 accidentally shipped stale Dove builds for some packages (notably @feathersjs/adapter-commons exported AdapterBase instead of AdapterService), which broke feathers-memory and CI.

Notes

  • Still includes the @feathersjs/commons prototype-pollution fix from #3695 / GHSA-28xv-ph75-77wh.
  • Prefer 4.5.21 over 4.5.20 for all Crow packages.
  • prepublishOnly added so modern npm recompiles before publish.

All packages published with dist-tag crow.

v4.5.20

Choose a tag to compare

@marshallswain marshallswain released this 10 Aug 17:29

@feathersjs/commons@4.5.20 (Crow)

Bug Fixes

  • commons: skip prototype-polluting keys in _.merge (#3695)

Backport of GHSA-28xv-ph75-77wh / CVE-2026-54335 (Dove fix: #3690 / 5.0.45).

All Crow packages published as 4.5.20 with dist-tag crow.

v5.0.46

Choose a tag to compare

@daffl daffl released this 27 Jun 22:15

5.0.46 (2026-06-27)

Bug Fixes

v5.0.45

Choose a tag to compare

@marshallswain marshallswain released this 04 Jun 02:20

5.0.45 (2026-06-04)

Bug Fixes

  • commons: skip prototype-polluting keys in _.merge (#3690) (28b3c03)

v5.0.44

Choose a tag to compare

@daffl daffl released this 02 Apr 04:47

5.0.44 (2026-04-02)

Note: Version bump only for package @feathersjs/feathers

v5.0.43

Choose a tag to compare

@daffl daffl released this 21 Mar 21:45

5.0.43 (2026-03-21)

Bug Fixes

  • authentication-oauth: prevent open redirect via domain suffix attack (#3669) (9905f9f)
  • authentication-oauth: Use actual URL origin comparison for origin check (#3676) (32f04d0)
  • mongodb: Block $rename operator in _patch data by default (CWE-943) (#3665) (0526ffd)

v6.0.0-pre.11

v6.0.0-pre.11 Pre-release
Pre-release

Choose a tag to compare

@daffl daffl released this 19 Mar 22:47

6.0.0-pre.11 (2026-03-19)

Bug Fixes

Features