Skip to content

Commit 4499a93

Browse files
committed
Update CHANGELOG.md
1 parent cc8f0ac commit 4499a93

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,28 @@ We will continue to post relevant release notes on the GitHub release page. More
55

66
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.
77

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
830
## 6.2.4
931
This release is the finalization of the AuthnContextClassRef changes
1032
that where started in 6.2.1 (and rolled back in 6.2.2).

0 commit comments

Comments
 (0)