Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [5.0.0](https://github.com/auth0/node-xml-encryption/compare/v4.0.1...v5.0.0) (2026-07-02)

### ⚠ BREAKING CHANGES

* DigestMethod is not used when keyEncryptionAlgorithm is RSA 1.5 so has been removed from the encrypted payload
* keyEncryptionDigest values of sha256 or sha512 correctly use the `http://www.w3.org/2001/04/xmlenc` namespace when encrypting

### Bug Fixes

* 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))

## [4.0.1](https://github.com/auth0/node-xml-encryption/compare/v4.0.0...v4.0.1) (2026-06-25)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xml-encryption",
"version": "4.0.1",
"version": "5.0.0",
"devDependencies": {
"@commitlint/cli": "^20.3.1",
"@commitlint/config-conventional": "^20.3.1",
Expand Down