Skip to content

v3.2.0

Latest
Compare
Choose a tag to compare
@mrts mrts released this 22 Aug 14:12
· 3 commits to main since this release
v3.2.0

v3.2.0 is a feature and maintenance release that adds support for ID-card authentication when Extended Key Usage is not present in authentication certificate (like for example in Belgian and Finnish ID-cards), includes several dependency upgrades and merging web-eid-spring-boot-example into web-eid-authtoken-validation-java repository under web-eid-authtoken-validation-java/example.

What's Changed

  • Github code scanning alert: Deprecated method or constructor invocation by @svenzik in #73
  • Update web-eid-authtoken-validation-java dependencies by @svenzik in #75
  • Allow id-card authentication when Extended Key Usage is not present in certificate by @svenzik in #72
  • Move web-eid-spring-boot-example into web-eid-authtoken-validation-java/example by @svenzik in #76
  • Add debug statement when returning early by @svenzik in #77
  • Add plucky support by @kristelmerilain in #80
  • Bump version to 3.2.0, update dependencies by @mrts in #84
  • example: bump version to 3.2.0, update dependencies by @mrts in #85
  • Add v2.7.0 release by @mrts in #86

Full Changelog: v3.1.1...v3.2.0

New Contributors