Skip to content

Latest commit

 

History

History
330 lines (176 loc) · 14.8 KB

CHANGELOG.md

File metadata and controls

330 lines (176 loc) · 14.8 KB

Change Log

v2.27.0 (2020-06-30)

Added

  • feat(migrations): adds migrations manager #503 (CriGoT)
  • Added deleteUserByEmail to ConnectionsManager #502 (MatthewBacalakis)
  • feat(guardian): support policies, selected-provider, message-types methods [MFA-310]#501 (pmalouin)

Fixed

Full Changelog

v2.26.0 (2020-06-05)

Added

Deprecated

Fixed

Security

Full Changelog

v2.25.1 (2020-05-03)

Fixed

Full Changelog

v2.25.0 (2020-04-29)

Changed

Fixed

Security

Full Changelog

v2.24.0 (2020-03-06)

Fixed

Full Changelog

v2.23.0 (2020-02-21)

Added

  • [DXEX-455] Allow custom headers to be set in Management/Auth Clients. #460 (seejee)

Changed

Fixed

Security

Full Changelog

v2.22.0 (2020-01-24)

Added

Full Changelog

v2.21.0 (2020-01-15)

Added

Changed

  • Add client secret to refreshToken and remove ID token validation #433 (joshcanhelp)

Security

Full Changelog

v2.20.0 (2019-09-17)

Added

Security

Full Changelog

v2.18.1 (2019-08-08)

Added

  • Implement auth0-forwarded-for header passing in Authentication Client #401 (kjarmicki)

Changed

  • Improve JobManager (get errors + parse error message when importing users) #407 (jbauth0)

Full Changelog

v2.18.0 (2019-07-23)

Changed

Full Changelog

v2.18.0 (2019-06-26)

Full Changelog

Added

  • Add Management API support for Branding and Prompts endpoints. #370 (chrisscott)

v2.17.1 (2019-05-22)

Full Changelog

Fixed

v2.17.0 (2019-04-15)

Full Changelog

Added

v2.16.0 (2019-03-18)

Full Changelog

Added

v2.15.0 (2019-03-11)

Full Changelog

Added

Fixed

  • Don't validate id_token when alg is HS256 and there is no clientSecret #330 (luisrudge)

v2.14.0 (2018-11-12)

Full Changelog

Added

Deprecated

  • Deprecate UsersManager.deleteAll and deleteAllUsers wrapper methods #309 (M-Zuber)

v2.13.0 (2018-09-28)

Full Changelog

Added

v2.12.0 (2018-08-09)

Full Changelog

Added

  • Added authorizationCodeGrant method to OAuthAuthenticator #290 (cwurtz)
  • Add Guardian Enrollments endpoints #278 (fmedinac)

v2.11.0 (2018-07-25)

Full Changelog

Added

  • Added Pagination Docs for a Client Grants, Resouce Servers and Rules #282 (cocojoe)
  • Added rules config methods #227 (dctoon)

Fixed

  • Get access token before importing users #267 (Floppy)

v2.10.0 (2018-05-29)

Full Changelog

Added

  • Adding pagination docs for clients/connections #268 (luisrudge)

Fixed

v2.9.3 (2018-03-01)

Full Changelog

Fixed

v2.9.2 (2018-01-16)

Full Changelog

Security

v2.9.1 (2017-12-08)

Full Changelog

Fixed

v2.9.0 (2017-12-07)

Full Changelog

Added

  • Added support for /users-by-email method. #218 (kopertop)
  • Add retry functionality for management api requests #215 (dctoon)

v2.8.0 (2017-09-30)

Full Changelog

Added

Fixed

  • Fix wrapPropertyMethod mistake for updateClientGrant #202 (danedmunds)

v2.7.1 (2017-09-30)

Full Changelog

Fixed

  • Fix auth/users.getInfo to return JSON (fixes #158) #192 (pilwon)

Security

  • Update request to address ReDoS vulnerability #206 (dancrumb)

v2.7.0 (2017-06-28)

Full Changelog

Added

Changed

  • Update packages and utilize error classes from rest-facade correctly (Fixes #154) #183 (charsleysa)

Fixed