Skip to content

Latest commit

 

History

History
197 lines (133 loc) · 10.3 KB

CHANGELOG.md

File metadata and controls

197 lines (133 loc) · 10.3 KB

Change Log

0.20.1 (2022-01-17)

Full Changelog

Security

0.20.0 (2021-10-11)

Full Changelog

Added

  • Expose read/connect timeouts in the JwkProviderBuilder class #133 (lbalmaceda)

Changed

  • Use Duration in JwkProviderBuilder #130 (ghostd)

0.19.0 (2021-07-05)

Full Changelog

Changed

0.18.0 (2021-05-10)

Full Changelog

Changed

0.17.1 (2021-04-19)

Full Changelog Closed issues

  • Remove commons-codec dependency #118

Changed

0.17.0 (2021-02-26)

Full Changelog

Added

0.16.0 (2021-02-22)

Full Changelog

Added

Fixed

  • toString should return kty instead of kyt #108 (pevers)

0.15.0 (2020-11-16)

Full Changelog

Changed

0.14.1 (2020-11-05)

Full Changelog

Security

0.14.0 (2020-09-29)

Full Changelog

Added

0.13.0 (2020-08-26)

Full Changelog

Removed

0.12.0 (2020-06-25)

Full Changelog

Added

0.11.0 (2020-02-14)

Full Changelog

Changed

0.10.0 (2020-02-11)

Full Changelog

Changed

  • Set default cache expiration time to 10 minutes #82 (jimmyjames)

0.9.0 (2019-09-26)

Full Changelog

Changed

  • Improve ObjectMapper use #68 (skjolber)
  • Concatenate JWKS path with existing path on domain if present #67 (ltj)

Security

0.8.3 (2019-08-15)

Full Changelog

Security

0.8.2 (2019-05-22)

Full Changelog

Security

0.8.1 (2019-05-02)

Full Changelog

Fixed

0.8.0 (2019-03-28)

Full Changelog

Added

  • Expose getAll() publicly on UrlJwkProvider #38 (kampka)
  • change visibility to public on fromValues method in Jwk #36 (underscorenico)

Changed

0.7.0 (2019-01-03)

Full Changelog

Changed

  • Throw correct exception when key is not of type RSA #48 (lbalmaceda)

Security

  • Bump jackson-databind to patch security issues #49 (lbalmaceda)

0.6.1 (2018-10-24)

Full Changelog

Security

0.6.0 (2018-07-18)

Full Changelog

Changed

0.5.0 (2018-06-13)

Full Changelog Closed issues

  • Improve release procedure #29

Added

  • Optional support for connection / read timeout #27 (skjolber)

Fixed

Security

  • [Snyk] Fix for 6 vulnerable dependencies #28 (crew-security)
  • bump commons-io due to security vulnerabilities in that library #26 (ryber)

0.4.0 (2018-04-27)

Full Changelog

Added

0.3.0 (2017-11-10)

Full Changelog

Changed

  • Parse 'key_ops' as an Array rather than a String #13 (chadramsey)
  • Remove algorithm (alg tag) from mandatory Jwk attributes #10 (Colin-b)

0.2.0 (2016-12-05)

Full Changelog

Added

Changed

0.1.0 (2016-08-30)

JSON Web Token Set parser library for Java. Initial release.