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
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,28 @@ 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.3.1
9
+
As of this release the old non conforming Schac Home Organization synonym: urn:oid:1.3.6.1.4.1.1466.115.121.1.15 is no longer released as an attribute. This was achieved by removing it from the attributes.json. If you need it, please place it back in ./application/configs/attributes.json. See UPGRADING.md for details.
10
+
11
+
This release also includes the introduction of the Cypress test framework for JavaScript testing. The test framework does not yet run correctly on the GitHub Actions CI integration. This is corrected in the next release.
12
+
13
+
**Features:**
14
+
- Remove non conforming SHO oid from config #877
15
+
- Send NoPassive status response back to issuing SP #885
16
+
17
+
**Improvements:**
18
+
- Upgrade SAML2 library to version v4.1.9 #881
19
+
- Show proxied SP and proxy in feedback info #875
20
+
- Move metadata organization business rules away from metadata assembler #878
21
+
- Add trusted proxy signing verification #879
22
+
- Migrated a JavaScript test to Cypress (POC) #884
23
+
24
+
**Chores:**
25
+
- Repair acceptance tests #880
26
+
- Upgrade dot-prop to version 5.2.0 #886
27
+
- Change symfony cache path to reflect deploy path #857
28
+
29
+
## 6.3.0
8
30
## 6.2.4
9
31
This release is the finalization of the AuthnContextClassRef changes
10
32
that where started in 6.2.1 (and rolled back in 6.2.2).
0 commit comments