Skip to content

Commit 18c17d7

Browse files
chore(release): 5.0.0 (#137)
Co-authored-by: adamjmcgrath <1299658+adamjmcgrath@users.noreply.github.com>
1 parent 586edd3 commit 18c17d7

3 files changed

Lines changed: 14 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [5.0.0](https://github.com/auth0/node-xml-encryption/compare/v4.0.1...v5.0.0) (2026-07-02)
2+
3+
### ⚠ BREAKING CHANGES
4+
5+
* DigestMethod is not used when keyEncryptionAlgorithm is RSA 1.5 so has been removed from the encrypted payload
6+
* keyEncryptionDigest values of sha256 or sha512 correctly use the `http://www.w3.org/2001/04/xmlenc` namespace when encrypting
7+
8+
### Bug Fixes
9+
10+
* correct digest method and digest method algorithm id ([#136](https://github.com/auth0/node-xml-encryption/issues/136)) ([586edd3](https://github.com/auth0/node-xml-encryption/commit/586edd3e3fdc9783f108921036808a0ee54202d7))
11+
112
## [4.0.1](https://github.com/auth0/node-xml-encryption/compare/v4.0.0...v4.0.1) (2026-06-25)
213

314
### Bug Fixes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xml-encryption",
3-
"version": "4.0.1",
3+
"version": "5.0.0",
44
"devDependencies": {
55
"@commitlint/cli": "^20.3.1",
66
"@commitlint/config-conventional": "^20.3.1",

0 commit comments

Comments
 (0)