Skip to content

Commit 886eba3

Browse files
author
aws-crypto-tools-ci-bot
committed
v4.1.0
1 parent 4bf8add commit 886eba3

File tree

59 files changed

+203
-59
lines changed

Some content is hidden

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

59 files changed

+203
-59
lines changed

CHANGELOG.md

+6
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.1.0](https://github.com/awslabs/aws-encryption-sdk-javascript/compare/v4.0.2...v4.1.0) (2025-01-16)
7+
8+
### Features
9+
10+
- Adding the hierarchical keyring ([#1537](https://github.com/awslabs/aws-encryption-sdk-javascript/issues/1537)) ([43dcb16](https://github.com/awslabs/aws-encryption-sdk-javascript/commit/43dcb166d5ac76d744ea283808006f65915b9730))
11+
612
## [4.0.2](https://github.com/awslabs/aws-encryption-sdk-javascript/compare/v4.0.1...v4.0.2) (2024-10-21)
713

814
**Note:** Version bump only for package aws-encryption-sdk-javascript

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages": ["modules/*"],
3-
"version": "4.0.2",
3+
"version": "4.1.0",
44
"command": {
55
"bootstrap": {
66
"nohoist": ["typedoc"]
+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [4.1.0](https://github.com/aws/aws-encryption-sdk-javascript/compare/v4.0.2...v4.1.0) (2025-01-16)
7+
8+
### Features
9+
10+
- Adding the hierarchical keyring ([#1537](https://github.com/aws/aws-encryption-sdk-javascript/issues/1537)) ([43dcb16](https://github.com/aws/aws-encryption-sdk-javascript/commit/43dcb166d5ac76d744ea283808006f65915b9730))

modules/branch-keystore-node/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-crypto/branch-keystore-node",
3-
"version": "4.0.0",
3+
"version": "4.1.0",
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

+6
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.1.0](https://github.com/aws/aws-encryption-sdk-javascript/compare/v4.0.2...v4.1.0) (2025-01-16)
7+
8+
### Features
9+
10+
- Adding the hierarchical keyring ([#1537](https://github.com/aws/aws-encryption-sdk-javascript/issues/1537)) ([43dcb16](https://github.com/aws/aws-encryption-sdk-javascript/commit/43dcb166d5ac76d744ea283808006f65915b9730))
11+
612
## [4.0.1](https://github.com/aws/aws-encryption-sdk-javascript/compare/v4.0.0...v4.0.1) (2024-07-30)
713

814
**Note:** Version bump only for package @aws-crypto/cache-material

modules/cache-material/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-crypto/cache-material",
3-
"version": "4.0.1",
3+
"version": "4.1.0",
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

+4
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.1.0](https://github.com/aws/aws-encryption-sdk-javascript/compare/v4.0.2...v4.1.0) (2025-01-16)
7+
8+
**Note:** Version bump only for package @aws-crypto/caching-materials-manager-browser
9+
610
## [4.0.1](https://github.com/aws/aws-encryption-sdk-javascript/compare/v4.0.0...v4.0.1) (2024-07-30)
711

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-crypto/caching-materials-manager-browser",
3-
"version": "4.0.1",
3+
"version": "4.1.0",
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

+6
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.1.0](https://github.com/aws/aws-encryption-sdk-javascript/compare/v4.0.2...v4.1.0) (2025-01-16)
7+
8+
### Features
9+
10+
- Adding the hierarchical keyring ([#1537](https://github.com/aws/aws-encryption-sdk-javascript/issues/1537)) ([43dcb16](https://github.com/aws/aws-encryption-sdk-javascript/commit/43dcb166d5ac76d744ea283808006f65915b9730))
11+
612
## [4.0.1](https://github.com/aws/aws-encryption-sdk-javascript/compare/v4.0.0...v4.0.1) (2024-07-30)
713

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

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

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

modules/client-browser/CHANGELOG.md

+4
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.1.0](https://github.com/aws/aws-encryption-sdk-javascript/compare/v4.0.2...v4.1.0) (2025-01-16)
7+
8+
**Note:** Version bump only for package @aws-crypto/client-browser
9+
610
## [4.0.1](https://github.com/aws/aws-encryption-sdk-javascript/compare/v4.0.0...v4.0.1) (2024-07-30)
711

812
**Note:** Version bump only for package @aws-crypto/client-browser

modules/client-browser/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"CSE",
1010
"aws"
1111
],
12-
"version": "4.0.1",
12+
"version": "4.1.0",
1313
"scripts": {
1414
"build": "tsc -b tsconfig.json",
1515
"lint": "run-s lint-*",

modules/client-node/CHANGELOG.md

+6
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.1.0](https://github.com/aws/aws-encryption-sdk-javascript/compare/v4.0.2...v4.1.0) (2025-01-16)
7+
8+
### Features
9+
10+
- Adding the hierarchical keyring ([#1537](https://github.com/aws/aws-encryption-sdk-javascript/issues/1537)) ([43dcb16](https://github.com/aws/aws-encryption-sdk-javascript/commit/43dcb166d5ac76d744ea283808006f65915b9730))
11+
612
## [4.0.2](https://github.com/aws/aws-encryption-sdk-javascript/compare/v4.0.1...v4.0.2) (2024-10-21)
713

814
**Note:** Version bump only for package @aws-crypto/client-node

modules/client-node/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"CSE",
1010
"aws"
1111
],
12-
"version": "4.0.2",
12+
"version": "4.1.0",
1313
"scripts": {
1414
"build": "tsc -b tsconfig.json",
1515
"lint": "run-s lint-*",
@@ -23,15 +23,15 @@
2323
},
2424
"license": "Apache-2.0",
2525
"dependencies": {
26+
"@aws-crypto/branch-keystore-node": "file:../branch-keystore-node",
2627
"@aws-crypto/caching-materials-manager-node": "file:../caching-materials-manager-node",
2728
"@aws-crypto/decrypt-node": "file:../decrypt-node",
2829
"@aws-crypto/encrypt-node": "file:../encrypt-node",
30+
"@aws-crypto/kms-keyring": "file:../kms-keyring",
2931
"@aws-crypto/kms-keyring-node": "file:../kms-keyring-node",
3032
"@aws-crypto/material-management-node": "file:../material-management-node",
3133
"@aws-crypto/raw-aes-keyring-node": "file:../raw-aes-keyring-node",
3234
"@aws-crypto/raw-rsa-keyring-node": "file:../raw-rsa-keyring-node",
33-
"@aws-crypto/branch-keystore-node": "file:../branch-keystore-node",
34-
"@aws-crypto/kms-keyring": "file:../kms-keyring",
3535
"tslib": "^2.2.0"
3636
},
3737
"sideEffects": false,

modules/decrypt-browser/CHANGELOG.md

+4
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.1.0](https://github.com/aws/aws-encryption-sdk-javascript/compare/v4.0.2...v4.1.0) (2025-01-16)
7+
8+
**Note:** Version bump only for package @aws-crypto/decrypt-browser
9+
610
## [4.0.1](https://github.com/aws/aws-encryption-sdk-javascript/compare/v4.0.0...v4.0.1) (2024-07-30)
711

812
**Note:** Version bump only for package @aws-crypto/decrypt-browser

modules/decrypt-browser/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-crypto/decrypt-browser",
3-
"version": "4.0.1",
3+
"version": "4.1.0",
44
"scripts": {
55
"prepublishOnly": "tsc -p tsconfig.json && tsc -p tsconfig.module.json",
66
"lint": "run-s lint-*",

modules/decrypt-node/CHANGELOG.md

+6
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.1.0](https://github.com/aws/aws-encryption-sdk-javascript/compare/v4.0.2...v4.1.0) (2025-01-16)
7+
8+
### Features
9+
10+
- Adding the hierarchical keyring ([#1537](https://github.com/aws/aws-encryption-sdk-javascript/issues/1537)) ([43dcb16](https://github.com/aws/aws-encryption-sdk-javascript/commit/43dcb166d5ac76d744ea283808006f65915b9730))
11+
612
## [4.0.2](https://github.com/aws/aws-encryption-sdk-javascript/compare/v4.0.1...v4.0.2) (2024-10-21)
713

814
**Note:** Version bump only for package @aws-crypto/decrypt-node

modules/decrypt-node/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-crypto/decrypt-node",
3-
"version": "4.0.2",
3+
"version": "4.1.0",
44
"scripts": {
55
"prepublishOnly": "npm run build",
66
"build": "tsc -b tsconfig.json && tsc -b tsconfig.module.json",

modules/encrypt-browser/CHANGELOG.md

+4
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.1.0](https://github.com/aws/aws-encryption-sdk-javascript/compare/v4.0.2...v4.1.0) (2025-01-16)
7+
8+
**Note:** Version bump only for package @aws-crypto/encrypt-browser
9+
610
## [4.0.1](https://github.com/aws/aws-encryption-sdk-javascript/compare/v4.0.0...v4.0.1) (2024-07-30)
711

812
**Note:** Version bump only for package @aws-crypto/encrypt-browser

modules/encrypt-browser/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-crypto/encrypt-browser",
3-
"version": "4.0.1",
3+
"version": "4.1.0",
44
"scripts": {
55
"prepublishOnly": "tsc -p tsconfig.json && tsc -p tsconfig.module.json",
66
"lint": "run-s lint-*",

modules/encrypt-node/CHANGELOG.md

+4
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.1.0](https://github.com/aws/aws-encryption-sdk-javascript/compare/v4.0.2...v4.1.0) (2025-01-16)
7+
8+
**Note:** Version bump only for package @aws-crypto/encrypt-node
9+
610
## [4.0.1](https://github.com/aws/aws-encryption-sdk-javascript/compare/v4.0.0...v4.0.1) (2024-07-30)
711

812
**Note:** Version bump only for package @aws-crypto/encrypt-node

modules/encrypt-node/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-crypto/encrypt-node",
3-
"version": "4.0.1",
3+
"version": "4.1.0",
44
"scripts": {
55
"prepublishOnly": "tsc -p tsconfig.json && tsc -p tsconfig.module.json",
66
"lint": "run-s lint-*",

modules/example-browser/CHANGELOG.md

+4
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.1.0](https://github.com/aws/aws-encryption-sdk-javascript/compare/v4.0.2...v4.1.0) (2025-01-16)
7+
8+
**Note:** Version bump only for package @aws-crypto/example-browser
9+
610
## [4.0.1](https://github.com/aws/aws-encryption-sdk-javascript/compare/v4.0.0...v4.0.1) (2024-07-30)
711

812
**Note:** Version bump only for package @aws-crypto/example-browser

modules/example-browser/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-crypto/example-browser",
3-
"version": "4.0.1",
3+
"version": "4.1.0",
44
"scripts": {
55
"prepublishOnly": "npm run build",
66
"build": "tsc -b tsconfig.json && tsc -b tsconfig.module.json",

modules/example-node/CHANGELOG.md

+6
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.1.0](https://github.com/aws/aws-encryption-sdk-javascript/compare/v4.0.2...v4.1.0) (2025-01-16)
7+
8+
### Features
9+
10+
- Adding the hierarchical keyring ([#1537](https://github.com/aws/aws-encryption-sdk-javascript/issues/1537)) ([43dcb16](https://github.com/aws/aws-encryption-sdk-javascript/commit/43dcb166d5ac76d744ea283808006f65915b9730))
11+
612
## [4.0.2](https://github.com/aws/aws-encryption-sdk-javascript/compare/v4.0.1...v4.0.2) (2024-10-21)
713

814
**Note:** Version bump only for package @aws-crypto/example-node

modules/example-node/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-crypto/example-node",
3-
"version": "4.0.2",
3+
"version": "4.1.0",
44
"scripts": {
55
"prepublishOnly": "npm run build",
66
"build": "tsc -b tsconfig.json && tsc -b tsconfig.module.json",

modules/integration-browser/CHANGELOG.md

+4
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.1.0](https://github.com/aws/aws-encryption-sdk-javascript/compare/v4.0.2...v4.1.0) (2025-01-16)
7+
8+
**Note:** Version bump only for package @aws-crypto/integration-browser
9+
610
## [4.0.1](https://github.com/aws/aws-encryption-sdk-javascript/compare/v4.0.0...v4.0.1) (2024-07-30)
711

812
**Note:** Version bump only for package @aws-crypto/integration-browser

modules/integration-browser/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-crypto/integration-browser",
3-
"version": "4.0.1",
3+
"version": "4.1.0",
44
"scripts": {
55
"build": "tsc -b tsconfig.json",
66
"lint": "run-s lint-*",

modules/integration-node/CHANGELOG.md

+4
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.1.0](https://github.com/aws/aws-encryption-sdk-javascript/compare/v4.0.2...v4.1.0) (2025-01-16)
7+
8+
**Note:** Version bump only for package @aws-crypto/integration-node
9+
610
## [4.0.2](https://github.com/aws/aws-encryption-sdk-javascript/compare/v4.0.1...v4.0.2) (2024-10-21)
711

812
**Note:** Version bump only for package @aws-crypto/integration-node

modules/integration-node/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-crypto/integration-node",
3-
"version": "4.0.2",
3+
"version": "4.1.0",
44
"scripts": {
55
"build": "tsc -b tsconfig.json",
66
"lint": "run-s lint-*",

modules/integration-vectors/CHANGELOG.md

+4
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.1.0](https://github.com/aws/aws-encryption-sdk-javascript/compare/v4.0.2...v4.1.0) (2025-01-16)
7+
8+
**Note:** Version bump only for package @aws-crypto/integration-vectors
9+
610
## [4.0.1](https://github.com/aws/aws-encryption-sdk-javascript/compare/v4.0.0...v4.0.1) (2024-07-30)
711

812
**Note:** Version bump only for package @aws-crypto/integration-vectors

modules/integration-vectors/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-crypto/integration-vectors",
3-
"version": "4.0.1",
3+
"version": "4.1.0",
44
"scripts": {
55
"build": "tsc -b tsconfig.json",
66
"lint": "run-s lint-*",

modules/kdf-ctr-mode-node/CHANGELOG.md

+6
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.1.0](https://github.com/aws/aws-encryption-sdk-javascript/compare/v4.0.2...v4.1.0) (2025-01-16)
7+
8+
### Features
9+
10+
- Adding the hierarchical keyring ([#1537](https://github.com/aws/aws-encryption-sdk-javascript/issues/1537)) ([43dcb16](https://github.com/aws/aws-encryption-sdk-javascript/commit/43dcb166d5ac76d744ea283808006f65915b9730))
11+
612
# [4.0.0](https://github.com/aws/aws-encryption-sdk-javascript/compare/v3.2.2...v4.0.0) (2023-07-17)
713

814
**Note:** Version bump only for package @aws-crypto/hkdf-node

modules/kdf-ctr-mode-node/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-crypto/kdf-ctr-mode-node",
3-
"version": "4.0.0",
3+
"version": "4.1.0",
44
"description": "nodejs kdf ctr mode crypto primitive",
55
"scripts": {
66
"prepublishOnly": "npm run build",

modules/kms-keyring-browser/CHANGELOG.md

+4
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.1.0](https://github.com/aws/aws-encryption-sdk-javascript/compare/v4.0.2...v4.1.0) (2025-01-16)
7+
8+
**Note:** Version bump only for package @aws-crypto/kms-keyring-browser
9+
610
## [4.0.1](https://github.com/aws/aws-encryption-sdk-javascript/compare/v4.0.0...v4.0.1) (2024-07-30)
711

812
**Note:** Version bump only for package @aws-crypto/kms-keyring-browser

modules/kms-keyring-browser/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-crypto/kms-keyring-browser",
3-
"version": "4.0.1",
3+
"version": "4.1.0",
44
"scripts": {
55
"prepublishOnly": "npm run generate-version.ts; npm run build",
66
"generate-version.ts": "npx genversion --es6 src/version.ts",

modules/kms-keyring-node/CHANGELOG.md

+6
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.1.0](https://github.com/aws/aws-encryption-sdk-javascript/compare/v4.0.2...v4.1.0) (2025-01-16)
7+
8+
### Features
9+
10+
- Adding the hierarchical keyring ([#1537](https://github.com/aws/aws-encryption-sdk-javascript/issues/1537)) ([43dcb16](https://github.com/aws/aws-encryption-sdk-javascript/commit/43dcb166d5ac76d744ea283808006f65915b9730))
11+
612
## [4.0.1](https://github.com/aws/aws-encryption-sdk-javascript/compare/v4.0.0...v4.0.1) (2024-07-30)
713

814
**Note:** Version bump only for package @aws-crypto/kms-keyring-node

modules/kms-keyring-node/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-crypto/kms-keyring-node",
3-
"version": "4.0.1",
3+
"version": "4.1.0",
44
"scripts": {
55
"prepublishOnly": "npm run generate-version.ts; npm run build",
66
"generate-version.ts": "npx genversion --es6 src/version.ts",

0 commit comments

Comments
 (0)