OpenID-Connect-Java-Spring-.../CHANGELOG.md

47 lines
1.4 KiB
Markdown
Raw Normal View History

2017-05-09 18:54:47 +00:00
Unreleased:
- Updated JDK to Corretto 1.8.342
- Upgraded Jackson Components to 2.15.2
2022-09-02 16:41:07 +00:00
*1.3.3-GRESHAM-28:
- Updated JDK to Corretto 1.8.332
- Upgraded Jackson Components to 2.13.3
2018-02-07 14:09:07 +00:00
2019-03-14 11:49:24 +00:00
*1.3.3-GRESHAM:
- Upgraded libraries with known vulnerabilities
- Added a Gresham specific Jenkinsfile
- Added a password encoder to the client entity service
- Fixes a bug by specifying the name of the scope columnn
- Removed functionality that passed the client secret down to the UI
2020-06-05 09:51:34 +00:00
- Updated JDK to Corretto 1.8.252
2019-03-14 11:49:24 +00:00
2018-02-07 14:09:07 +00:00
*1.3.2:
2018-02-07 14:03:09 +00:00
- Added changelog
- Set default redirect URI resolver strict matching to true
- Fixed XSS vulnerability on redirect URI display on approval page
- Removed MITRE from copyright
- Disallow unsigned JWTs on client authentication
- Upgraded Nimbus revision
- Added French translation
- Added hooks for custom JWT claims
- Removed "Not Yet Implemented" tag from post-logout redirect URI
2017-05-09 18:54:47 +00:00
*1.3.1*:
2018-02-07 14:03:09 +00:00
- Added End Session endpoint
- Fixed discovery endpoint
- Downgrade MySQL connector dependency version from developer preview to GA release
2017-05-09 18:54:47 +00:00
*1.3.0*:
2018-02-07 14:03:09 +00:00
- Added device flow support
- Added PKCE support
- Modularized UI to allow better overlay and extensions
- Modularized data import/export API
- Added software statements to dynamic client registration
- Added assertion processing framework
- Removed ID tokens from storage
- Removed structured scopes
2017-05-09 18:54:47 +00:00
*1.2.6*:
2018-02-07 14:03:09 +00:00
- Added strict HEART compliance mode