Releases: CESNET/OpenID-Connect-Java-Spring-Server
Releases · CESNET/OpenID-Connect-Java-Spring-Server
v7.5.2
7.5.2 (2022-01-10)
Bug Fixes
- 🐛 Do not display remember me when prompt=consnet (1bf72b8)
v7.5.1
7.5.1 (2021-12-23)
Bug Fixes
- incorrect label on stay logged in button (75a626f)
v7.5.0
7.5.0 (2021-12-10)
Features
v7.4.1
7.4.1 (2021-12-09)
Bug Fixes
- 🐛 Fix inserting and reading properties in the stats filter (31710bf)
v7.4.0
7.4.0 (2021-12-09)
Features
- 🎸 Configurable name of user col in stats filter (4a5be5d)
v7.3.0
7.3.0 (2021-12-09)
Features
- 🎸 Configurable max pool size for JDBC data sources (e5b406e)
v7.2.0
7.2.0 (2021-12-08)
Features
- 🎸 Added automated bundling of .war file into release (cd1118f)
v7.1.1
7.1.1 (2021-12-08)
Bug Fixes
- 🐛 Fix possible SQL exceptions (b3bd9e9)
v7.1.0
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
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.