Skip to content

Commit 250c306

Browse files
julienwollgithub-actions[bot]
authored andcommitted
chore(release): 4.0.0
1 parent 41d5738 commit 250c306

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# [4.0.0](https://github.com/auth0/node-saml/compare/v3.0.0...v4.0.0) (2026-03-31)
2+
3+
4+
### Bug Fixes
5+
6+
* update async and moment dependencies to fix reported CVEs ([663a73e](https://github.com/auth0/node-saml/commit/663a73ef4f933c5b264ab0ba3b69fd35039eab64))
7+
8+
9+
### Features
10+
11+
* update default encryption algorithm & block insecure algorithms by default ([#113](https://github.com/auth0/node-saml/issues/113)) ([41d5738](https://github.com/auth0/node-saml/commit/41d57389c40add5b70ab30a6a2adf3408909c27c))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* changing default encryption algorithm to http://www.w3.org/2009/xmlenc11#aes256-gcm, adding disallowEncryptionWithInsecureAlgorithm flag to use insecure algorithms for legacy compatibility
117
# Changelog
218

319
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "saml",
3-
"version": "3.0.0",
3+
"version": "4.0.0",
44
"engines": {
55
"node": ">=12"
66
},

0 commit comments

Comments
 (0)