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

v7.5.2

10 Jan 08:23
Compare
Choose a tag to compare

7.5.2 (2022-01-10)

Bug Fixes

  • 🐛 Do not display remember me when prompt=consnet (1bf72b8)

v7.5.1

23 Dec 08:42
Compare
Choose a tag to compare

7.5.1 (2021-12-23)

Bug Fixes

  • incorrect label on stay logged in button (75a626f)

v7.5.0

10 Dec 07:23
Compare
Choose a tag to compare

7.5.0 (2021-12-10)

Features

  • 🎸 Configurable favicons (bf227df)

v7.4.1

09 Dec 16:04
Compare
Choose a tag to compare

7.4.1 (2021-12-09)

Bug Fixes

  • 🐛 Fix inserting and reading properties in the stats filter (31710bf)

v7.4.0

09 Dec 14:46
Compare
Choose a tag to compare

7.4.0 (2021-12-09)

Features

  • 🎸 Configurable name of user col in stats filter (4a5be5d)

v7.3.0

09 Dec 09:13
Compare
Choose a tag to compare

7.3.0 (2021-12-09)

Features

  • 🎸 Configurable max pool size for JDBC data sources (e5b406e)

v7.2.0

08 Dec 08:48
Compare
Choose a tag to compare

7.2.0 (2021-12-08)

Features

  • 🎸 Added automated bundling of .war file into release (cd1118f)

v7.1.1

08 Dec 07:01
Compare
Choose a tag to compare

7.1.1 (2021-12-08)

Bug Fixes

  • 🐛 Fix possible SQL exceptions (b3bd9e9)

v7.1.0

07 Dec 06:40
Compare
Choose a tag to compare

7.1.0 (2021-12-07)

Bug Fixes

  • DB inserts in statistics work with PostgreSQL (b72eb8f)

Features

  • Added configurable ipdIdColumnName and spIdColumnName in statistics (515f99b)

Known bugs

  • SQL insert in the ProxyStatistics filter might cause SQL exceptions due to usage of rs.first() call. This bug has been fixed in #105 and has been released in v7.1.1

v7.0.0

06 Dec 13:19
Compare
Choose a tag to compare

7.0.0 (2021-12-06)

Code Refactoring

  • 💡 Refactored GA4GH Passports and visas (a94fd99)

Features

  • 🎸 Implemented BBMRI-ERIC Ga4gh Passports and Visas (141e6c8)

BREAKING CHANGES

  • 🧨 Ga4gh Claim source class for ELIXIR has been changed. Also, the
    ElixirAccessTokenModifier class has been moved and renamed.