Skip to content

Releases: jscheffner/hapi-auth-any

v2.0.0

22 Sep 11:37
Compare
Choose a tag to compare

BREAKING CHANGES:

  • drops support for Node.js 14 and 16. You now need at least Node.js 18 to use this package.
  • drops support for Hapi 19 and 20. You now need Hapi 21 to use this package.
  • throws a native AggregateError instead of a third-party one. They are no longer iterable but have an errors property that contains the individual errors

v2.0.0-rc.1

19 Sep 16:30
Compare
Choose a tag to compare
v2.0.0-rc.1 Pre-release
Pre-release
2.0.0-rc.1

v1.0.0

29 Nov 15:34
Compare
Choose a tag to compare

Bumps dependency versions.

BREAKING CHANGE: This release drops support for node 8. You now need at least node 10 to use this package.

v0.2.0

05 Nov 17:48
Compare
Choose a tag to compare

Improved Error Handling

  • throw a boomified AggregateError to preserve errors that make the strategy fail
  • output messages from error payloads instead of actual error message in order to avoid leaking internal server error messages

v0.1.4

29 Sep 13:42
Compare
Choose a tag to compare
0.1.4

v0.1.3

18 Sep 20:16
Compare
Choose a tag to compare
0.1.3

v0.1.2

09 Sep 21:01
Compare
Choose a tag to compare
release v0.1.2

v0.1.1

18 Sep 20:16
Compare
Choose a tag to compare
0.1.1

Initial Release

24 Jul 20:37
Compare
Choose a tag to compare
v0.1.0

initial commit