We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 191a9a1 commit 1e8938fCopy full SHA for 1e8938f
1 file changed
Changelog.md CHANGELOG.mdChangelog.md renamed to CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Changelog
2
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
13
## 8.5.0
14
15
- Logging improvements
0 commit comments