Skip to content

Commit 44eccb1

Browse files
author
aws-crypto-tools-ci-bot
committed
v4.2.2
1 parent 04db819 commit 44eccb1

57 files changed

Lines changed: 193 additions & 55 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.2.2](https://github.com/awslabs/aws-encryption-sdk-javascript/compare/v4.2.1...v4.2.2) (2026-03-05)
7+
8+
### Bug Fixes
9+
10+
- **ci-auth:** git release auth ([#1638](https://github.com/awslabs/aws-encryption-sdk-javascript/issues/1638)) ([04db819](https://github.com/awslabs/aws-encryption-sdk-javascript/commit/04db819fca842432b714a45a92563045b241c14b))
11+
- **ci-debug:** log auth username ([#1637](https://github.com/awslabs/aws-encryption-sdk-javascript/issues/1637)) ([27003a7](https://github.com/awslabs/aws-encryption-sdk-javascript/commit/27003a78383947c105b3160f329f6af5fc89f826))
12+
- **ci:** git auth ([#1636](https://github.com/awslabs/aws-encryption-sdk-javascript/issues/1636)) ([83d825d](https://github.com/awslabs/aws-encryption-sdk-javascript/commit/83d825dcd15daf1736b27c4c906756ba8c685d52))
13+
- **ci:** release bot credentials ([#1635](https://github.com/awslabs/aws-encryption-sdk-javascript/issues/1635)) ([4870b2c](https://github.com/awslabs/aws-encryption-sdk-javascript/commit/4870b2c4b9f0e51da39693c56b9065e62c7c06c8))
14+
- **deps:** add missing dependency ([#1629](https://github.com/awslabs/aws-encryption-sdk-javascript/issues/1629)) ([7329fb7](https://github.com/awslabs/aws-encryption-sdk-javascript/commit/7329fb700cc09f116f4270d6343324d80d4d4820))
15+
- remove usage of Buffer from top-level ([#1621](https://github.com/awslabs/aws-encryption-sdk-javascript/issues/1621)) ([9556272](https://github.com/awslabs/aws-encryption-sdk-javascript/commit/955627223af2bbbb96a2ee69f2fe64504593aaf2))
16+
- upgrade bn.js to 4.12.3/5.2.3 ([#1631](https://github.com/awslabs/aws-encryption-sdk-javascript/issues/1631)) ([ebbd60f](https://github.com/awslabs/aws-encryption-sdk-javascript/commit/ebbd60f2af27a14f41a7a2bfcca6095dc953df0c))
17+
18+
- feat!: Remove support for NodeJs v16 ([ef26b39](https://github.com/awslabs/aws-encryption-sdk-javascript/commit/ef26b39eb8c8078fcbae3482eaf5ce1ec37e61ba))
19+
20+
### Reverts
21+
22+
- Revert "feat!: Drop IE11 (#1625)" ([7d6902e](https://github.com/awslabs/aws-encryption-sdk-javascript/commit/7d6902e9f80e09434b2b901cf3317e056d872167)), closes [#1625](https://github.com/awslabs/aws-encryption-sdk-javascript/issues/1625)
23+
24+
### BREAKING CHANGES
25+
26+
- - no longer tests against nor supports NodeJS 16
27+
628
## [4.2.1](https://github.com/awslabs/aws-encryption-sdk-javascript/compare/v4.2.0...v4.2.1) (2025-04-10)
729

830
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages": ["modules/*"],
3-
"version": "4.2.1",
3+
"version": "4.2.2",
44
"command": {
55
"bootstrap": {
66
"nohoist": ["typedoc"]

modules/branch-keystore-node/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.2.2](https://github.com/aws/aws-encryption-sdk-javascript/compare/v4.2.1...v4.2.2) (2026-03-05)
7+
8+
### Bug Fixes
9+
10+
- **deps:** add missing dependency ([#1629](https://github.com/aws/aws-encryption-sdk-javascript/issues/1629)) ([7329fb7](https://github.com/aws/aws-encryption-sdk-javascript/commit/7329fb700cc09f116f4270d6343324d80d4d4820))
11+
612
## [4.2.1](https://github.com/aws/aws-encryption-sdk-javascript/compare/v4.2.0...v4.2.1) (2025-04-10)
713

814
### Bug Fixes

modules/branch-keystore-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-crypto/branch-keystore-node",
3-
"version": "4.2.1",
3+
"version": "4.2.2",
44
"scripts": {
55
"prepublishOnly": "npm run generate-version.ts; npm run build",
66
"generate-version.ts": "npx genversion --es6 src/version.ts",

modules/cache-material/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.2.2](https://github.com/aws/aws-encryption-sdk-javascript/compare/v4.2.1...v4.2.2) (2026-03-05)
7+
8+
### Bug Fixes
9+
10+
- remove usage of Buffer from top-level ([#1621](https://github.com/aws/aws-encryption-sdk-javascript/issues/1621)) ([9556272](https://github.com/aws/aws-encryption-sdk-javascript/commit/955627223af2bbbb96a2ee69f2fe64504593aaf2))
11+
612
## [4.2.1](https://github.com/aws/aws-encryption-sdk-javascript/compare/v4.2.0...v4.2.1) (2025-04-10)
713

814
### Bug Fixes

modules/cache-material/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-crypto/cache-material",
3-
"version": "4.2.1",
3+
"version": "4.2.2",
44
"scripts": {
55
"prepublishOnly": "npm run build",
66
"build": "tsc -b tsconfig.json && tsc -b tsconfig.module.json",

modules/caching-materials-manager-browser/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.2.2](https://github.com/aws/aws-encryption-sdk-javascript/compare/v4.2.1...v4.2.2) (2026-03-05)
7+
8+
**Note:** Version bump only for package @aws-crypto/caching-materials-manager-browser
9+
610
## [4.2.1](https://github.com/aws/aws-encryption-sdk-javascript/compare/v4.2.0...v4.2.1) (2025-04-10)
711

812
**Note:** Version bump only for package @aws-crypto/caching-materials-manager-browser

modules/caching-materials-manager-browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-crypto/caching-materials-manager-browser",
3-
"version": "4.2.1",
3+
"version": "4.2.2",
44
"scripts": {
55
"prepublishOnly": "npm run build",
66
"build": "tsc -b tsconfig.json && tsc -b tsconfig.module.json",

modules/caching-materials-manager-node/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.2.2](https://github.com/aws/aws-encryption-sdk-javascript/compare/v4.2.1...v4.2.2) (2026-03-05)
7+
8+
**Note:** Version bump only for package @aws-crypto/caching-materials-manager-node
9+
610
## [4.2.1](https://github.com/aws/aws-encryption-sdk-javascript/compare/v4.2.0...v4.2.1) (2025-04-10)
711

812
**Note:** Version bump only for package @aws-crypto/caching-materials-manager-node

modules/caching-materials-manager-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-crypto/caching-materials-manager-node",
3-
"version": "4.2.1",
3+
"version": "4.2.2",
44
"scripts": {
55
"prepublishOnly": "npm run build",
66
"build": "tsc -b tsconfig.json && tsc -b tsconfig.module.json",

0 commit comments

Comments
 (0)