Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

Releases: CESNET/OpenID-Connect-Java-Spring-Server

v6.0.0

06 Dec 10:26
Compare
Choose a tag to compare

6.0.0 (2021-12-06)

Code Refactoring

  • 💡 Drop support for java 8 (4a0b63e)

BREAKING CHANGES

  • 🧨 Dropped support for java 8

v5.0.1

02 Dec 15:29
Compare
Choose a tag to compare

5.0.1 (2021-12-02)

Bug Fixes

  • 🐛 Fix fallbacking of locale to the code to prevent errors (ceb01c7)

v5.0.0

30 Nov 12:45
Compare
Choose a tag to compare

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

19 Nov 17:26
Compare
Choose a tag to compare

4.0.1 (2021-11-19)

Bug Fixes

  • 🐛 Fixed missing ACRs code and device_code flows (4d3b072)

v4.0.0

19 Nov 15:21
Compare
Choose a tag to compare

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

16 Nov 06:31
Compare
Choose a tag to compare

3.5.0 (2021-11-16)

Features

  • 🎸 AARC_IDP_HINTING implemented (ebd1459)

v3.4.1

15 Nov 11:54
Compare
Choose a tag to compare

3.4.1 (2021-11-15)

Bug Fixes

  • 🐛 Added missing PostgreSQL dependency (e12c164)

v3.4.0

12 Nov 12:34
Compare
Choose a tag to compare

3.4.0 (2021-11-12)

Features

  • 🎸 Forward client_id in AuthenticationContextClass (6a6d1e3)

v3.3.0

11 Nov 13:23
Compare
Choose a tag to compare

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

09 Nov 10:53
Compare
Choose a tag to compare

3.2.0 (2021-11-09)

Features

  • 🎸 Adderd e-INFRA CZ template (5eb50f6)