Skip to content

Commit 1e8938f

Browse files
committed
Update CHANGELOG for 8.6.0
1 parent 191a9a1 commit 1e8938f

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

Changelog.md renamed to CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## 8.6.0
4+
5+
- Update java dependencies
6+
- Add URI too long validation to authorization endpoint
7+
- Validate parameters MultiValueMap instead of query string to support both GET and POST requests
8+
- Optimize parameter size calculation to avoid intermediate string allocation
9+
- Calculate URL-encoded size incrementally to avoid heap issues with large parameters
10+
- Do not throw 400 for missing signing keys #328
11+
- Do not skip attribute manipulation if IdP and RS are the same institution
12+
313
## 8.5.0
414

515
- Logging improvements

0 commit comments

Comments
 (0)