Skip to content

Commit 85636e1

Browse files
author
aws-crypto-tools-ci-bot
committed
v5.0.1
1 parent 4081d91 commit 85636e1

57 files changed

Lines changed: 184 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: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
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+
## [5.0.1](https://github.com/aws/aws-encryption-sdk-javascript/compare/v5.0.0...v5.0.1) (2026-07-23)
7+
8+
### Bug Fixes
9+
10+
- **ci:** pass branch input into shared-ci for release workflow ([#1674](https://github.com/aws/aws-encryption-sdk-javascript/issues/1674)) ([7237bf2](https://github.com/aws/aws-encryption-sdk-javascript/commit/7237bf283f87355f2fd927239295ce7da2424d26))
11+
- **ci:** release from the dispatched branch instead of a branch input ([#1675](https://github.com/aws/aws-encryption-sdk-javascript/issues/1675)) ([235d871](https://github.com/aws/aws-encryption-sdk-javascript/commit/235d8716adae11a6bcc9cf9ad85768db42c1f93d))
12+
- **decrypt-node:** single-consumer output stream for framed decrypt ([#1670](https://github.com/aws/aws-encryption-sdk-javascript/issues/1670)) ([77fbd26](https://github.com/aws/aws-encryption-sdk-javascript/commit/77fbd260eddd155eb8ab8b21771afc49c0ad1841))
13+
- **release:** drop --unsafe-perm from publish npm ci ([#1682](https://github.com/aws/aws-encryption-sdk-javascript/issues/1682)) ([4081d91](https://github.com/aws/aws-encryption-sdk-javascript/commit/4081d914f550baea16d3e8cf673f5c0acb0f7a42))
14+
- **release:** Prevent script injection via dist_tag input ([#1668](https://github.com/aws/aws-encryption-sdk-javascript/issues/1668)) ([d2aee46](https://github.com/aws/aws-encryption-sdk-javascript/commit/d2aee46e128e68b3286a3da7d3341cf2b321a31a))
15+
- **release:** publish on Node LTS so npm@latest installs ([#1680](https://github.com/aws/aws-encryption-sdk-javascript/issues/1680)) ([f0f6548](https://github.com/aws/aws-encryption-sdk-javascript/commit/f0f6548809b4a2cd4a9bbc589bb8cba1d74eecb9))
16+
- **release:** source test vector values from one file so npm 12 can run scripts ([#1683](https://github.com/aws/aws-encryption-sdk-javascript/issues/1683)) ([a05aa80](https://github.com/aws/aws-encryption-sdk-javascript/commit/a05aa8065be0908287c40f92b10f564eb9799b66))
17+
- **release:** stop passing removed branch input to shared-ci ([#1678](https://github.com/aws/aws-encryption-sdk-javascript/issues/1678)) ([babf30d](https://github.com/aws/aws-encryption-sdk-javascript/commit/babf30d72afcbc6e747d3a032fe7fc4ea283a8dc))
18+
- use environment for release ci ([#1667](https://github.com/aws/aws-encryption-sdk-javascript/issues/1667)) ([6adf90b](https://github.com/aws/aws-encryption-sdk-javascript/commit/6adf90bb07bfc1ff2493468d9a3e0ccd1002bebd))
19+
- Using discovery filter while constructing keyring ([#1662](https://github.com/aws/aws-encryption-sdk-javascript/issues/1662)) ([23f3f5b](https://github.com/aws/aws-encryption-sdk-javascript/commit/23f3f5b79eb9e178a28e0507fdd0beddb1e8be63))
20+
621
# [5.0.0](https://github.com/aws/aws-encryption-sdk-javascript/compare/v4.2.2...v5.0.0) (2026-04-23)
722

823
### 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": "5.0.0",
3+
"version": "5.0.1",
44
"command": {
55
"bootstrap": {
66
"nohoist": ["typedoc"]

modules/branch-keystore-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+
## [5.0.1](https://github.com/aws/aws-encryption-sdk-javascript/compare/v5.0.0...v5.0.1) (2026-07-23)
7+
8+
**Note:** Version bump only for package @aws-crypto/branch-keystore-node
9+
610
# [5.0.0](https://github.com/aws/aws-encryption-sdk-javascript/compare/v4.2.2...v5.0.0) (2026-04-23)
711

812
### 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": "5.0.0",
3+
"version": "5.0.1",
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: 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+
## [5.0.1](https://github.com/aws/aws-encryption-sdk-javascript/compare/v5.0.0...v5.0.1) (2026-07-23)
7+
8+
**Note:** Version bump only for package @aws-crypto/cache-material
9+
610
# [5.0.0](https://github.com/aws/aws-encryption-sdk-javascript/compare/v4.2.2...v5.0.0) (2026-04-23)
711

812
### 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": "5.0.0",
3+
"version": "5.0.1",
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+
## [5.0.1](https://github.com/aws/aws-encryption-sdk-javascript/compare/v5.0.0...v5.0.1) (2026-07-23)
7+
8+
**Note:** Version bump only for package @aws-crypto/caching-materials-manager-browser
9+
610
# [5.0.0](https://github.com/aws/aws-encryption-sdk-javascript/compare/v4.2.2...v5.0.0) (2026-04-23)
711

812
### Bug Fixes

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": "5.0.0",
3+
"version": "5.0.1",
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+
## [5.0.1](https://github.com/aws/aws-encryption-sdk-javascript/compare/v5.0.0...v5.0.1) (2026-07-23)
7+
8+
**Note:** Version bump only for package @aws-crypto/caching-materials-manager-node
9+
610
# [5.0.0](https://github.com/aws/aws-encryption-sdk-javascript/compare/v4.2.2...v5.0.0) (2026-04-23)
711

812
### Bug Fixes

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": "5.0.0",
3+
"version": "5.0.1",
44
"scripts": {
55
"prepublishOnly": "npm run build",
66
"build": "tsc -b tsconfig.json && tsc -b tsconfig.module.json",

0 commit comments

Comments
 (0)