Skip to content

Latest commit

 

History

History
213 lines (143 loc) · 11.8 KB

CHANGELOG.md

File metadata and controls

213 lines (143 loc) · 11.8 KB

Change Log

1.11.0 (2023-12-19)

Full Changelog

Changed

Security

1.10.0 (2023-07-18)

Full Changelog

** Added**

1.9.5 (2023-03-11)

Full Changelog

Added

1.9.4 (2023-01-11)

Full Changelog

This patch release does not contain any functional changes, but is being released using an updated signing key for verification as part of our commitment to best security practices. Please review the README note for additional details.

Security

1.9.3 (2022-10-26)

Full Changelog

Changed

  • Update to Gradle 6.9.2 and bump OSS plugin version #113 (jimmyjames)

Security

1.9.2 (2022-04-11)

Full Changelog

Security

1.9.1 (2022-03-30)

Full Changelog

Security

  • Bump transitive jackson dependencies in auth0 libraries #104 (poovamraj)

1.9.0 (2022-03-14)

Full Changelog

Changed

  • Update auth0 dependencies and address CVE-2020-36518 #102 (jimmyjames)

Security

  • Update auth0 dependencies and address CVE-2020-36518 #102 (jimmyjames)

1.8.2 (2022-01-19)

Full Changelog

Security

1.8.1 (2022-01-17)

Full Changelog

Security

1.8.0 (2021-07-06)

Full Changelog

Changed

1.7.0 (2021-05-27)

Full Changelog

Added

  • [SDK-2565] Enable network client configuration #86 (jimmyjames)

1.6.0 (2021-03-26)

Full Changelog

Added

Changed

1.5.0 (2021-02-09)

Full Changelog

Changed

1.4.0 (2020-11-16)

Full Changelog

Added

1.3.0 (2020-07-02)

Full Changelog

Added

  • Allow cookies to always have the Secure attribute if configured #59 (jimmyjames)

Changed

1.2.0 (2020-01-10)

Full Changelog

Added

Deprecated

Removed

  • Remove check that IAT claim must be in the future #52 (jimmyjames)

1.1.0 (2019-10-29)

Full Changelog

Security

1.0.11 (2019-09-26)

Full Changelog

Security

1.0.10 (2019-08-15)

Full Changelog

Security

1.0.9 (2019-07-03)

Full Changelog

Security

1.0.8 (2019-06-04)

Full Changelog

Fixed

1.0.7 (2019-05-23)

Full Changelog

Security

1.0.6 (2019-05-02)

Full Changelog

Fixed

  • Allow telemetry to dynamically obtain the package version #28 (lbalmaceda)

1.0.5 (2019-04-17)

Full Changelog

Changed

1.0.4 (2019-03-11)

Full Changelog

Fixed

  • Revert auth0 dependencies scope to api (compile) #24 (lbalmaceda)

1.0.3 (2019-01-03)

Full Changelog

Security

1.0.2 (2018-10-24)

Full Changelog

Security

1.0.1 (2018-06-13)

Full Changelog

Security

  • Use latest auth0-java, java-jwt and jwks-rsa libraries #11 (lbalmaceda)

1.0.0 (2017-05-24)

Reworked the library to support both Code Grant and Implicit Grant authentication flows by using the latest Auth0-Java SDK.

The changes from v0 includes:

  • Simpler setup and configuration
  • Use of Auth0 Hosted Login page and OAuth 2.0 endpoints for Authentication
  • Support Code Grant and Implicit Grant flows.
  • Support Public Key Rotation when verifying Token signatures (Implicit Grant)