Releases: CESNET/OpenID-Connect-Java-Spring-Server
Releases · CESNET/OpenID-Connect-Java-Spring-Server
v6.0.0
6.0.0 (2021-12-06)
Code Refactoring
- 💡 Drop support for java 8 (4a0b63e)
BREAKING CHANGES
- 🧨 Dropped support for java 8
v5.0.1
5.0.1 (2021-12-02)
Bug Fixes
- 🐛 Fix fallbacking of locale to the code to prevent errors (ceb01c7)
v5.0.0
5.0.0 (2021-11-30)
Code Refactoring
- 💡 Refactored how translations are loaded and used (665b45f)
BREAKING CHANGES
- Property
web.langs.customfiles.path
must point to the
RersourceBundle.
v4.0.1
4.0.1 (2021-11-19)
Bug Fixes
- 🐛 Fixed missing ACRs code and device_code flows (4d3b072)
v4.0.0
4.0.0 (2021-11-19)
Bug Fixes
- 🐛 Fix ACR for implicit and authorization_code flows (39bc00a)
BREAKING CHANGES
- 🧨 Database needs to be updated:
ALTER TABLE saved_user_auth DROP source_class; ALTER TABLE saved_user_auth ADD COLUMN acr VARCHAR(1024);
v3.5.0
3.5.0 (2021-11-16)
Features
- 🎸 AARC_IDP_HINTING implemented (ebd1459)
v3.4.1
3.4.1 (2021-11-15)
Bug Fixes
- 🐛 Added missing PostgreSQL dependency (e12c164)
v3.4.0
3.4.0 (2021-11-12)
Features
- 🎸 Forward client_id in AuthenticationContextClass (6a6d1e3)
v3.3.0
3.3.0 (2021-11-11)
Features
- 🎸 Extended list of internal referrers for sess. invalider (9aa16ff)
- 🎸 Make SAML identifier attribute configurable (3949857)
v3.2.0
3.2.0 (2021-11-09)
Features
- 🎸 Adderd e-INFRA CZ template (5eb50f6)