Browse Source

updated changelog for release

dynreg-client-check
Justin Richer 6 years ago
parent
commit
5aa8b2a0a7
  1. 9
      CHANGELOG.md

9
CHANGELOG.md

@ -1,4 +1,6 @@
Unreleased: Unreleased:
*1.3.3*:
- Authorization codes are now longer - Authorization codes are now longer
- Client/RS can parse the "sub" and "user_id" claims in introspection response - Client/RS can parse the "sub" and "user_id" claims in introspection response
- Database-direct queries for fetching tokens by user (optimization) - Database-direct queries for fetching tokens by user (optimization)
@ -6,9 +8,12 @@ Unreleased:
- Long scopes display properly and are still checkable - Long scopes display properly and are still checkable
- Language system remebers when it can't find a file and stops throwing so many errors - Language system remebers when it can't find a file and stops throwing so many errors
- Index added for refresh tokens - Index added for refresh tokens
- Updated to Spring Security 4.2.4 - Updated to Spring Security 4.2.11
- Updated Spring to 4.3.22
- Change approve pages to use issuer instead of page context
- Updated oracle database scripts
*1.3.2: *1.3.2*:
- Added changelog - Added changelog
- Set default redirect URI resolver strict matching to true - Set default redirect URI resolver strict matching to true
- Fixed XSS vulnerability on redirect URI display on approval page - Fixed XSS vulnerability on redirect URI display on approval page

Loading…
Cancel
Save