You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,21 @@ We will continue to post relevant release notes on the GitHub release page. More
5
5
6
6
More information about our release strategy can be found in the [Development Guidelines](https://github.com/OpenConext/OpenConext-engineblock/wiki/Development-Guidelines#release-notes) on the EngineBlock wiki.
7
7
8
+
## 6.9.2
9
+
**Change**
10
+
* Log IDPList contents (info) only when present. Also log any IDPList contents to log_logins.
11
+
* Do not list redundant key:default metadata URL variants on front page.
12
+
* Give an explict error message when an SP requests an unknown key ID.
13
+
* Support MySQL strict mode by limiting some metadata fields on push to 255 characters.
14
+
15
+
**Bugfix**
16
+
* Fix certificate used for Stepup callout changing based on SP selected key ID.
17
+
18
+
**Maintenance**
19
+
* Move certificate serving code to Symfony.
20
+
* Clean up or disable some unused bits.
21
+
* Update NPM json5 dependency.
22
+
8
23
## 6.9.1
9
24
**Bugfix**
10
25
* Change migration for consent table to work when running 6.9 in parallel with an earlier version (rolling upgrade).
0 commit comments