Skip to content

Commit ad6d298

Browse files
author
aws-crypto-tools-ci-bot
committed
v4.0.0
1 parent 69f5f93 commit ad6d298

File tree

59 files changed

+224
-188
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

+224
-188
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.0.0](https://github.com/awslabs/aws-encryption-sdk-javascript/compare/v3.2.2...v4.0.0) (2023-07-17)
7+
8+
- feat!: Remove AWS SDK V2 Dependency (#1180) ([1d74248](https://github.com/awslabs/aws-encryption-sdk-javascript/commit/1d742489b436748a656ecc2abce00e99353d1d62)), closes [#1180](https://github.com/awslabs/aws-encryption-sdk-javascript/issues/1180)
9+
10+
### BREAKING CHANGES
11+
12+
- The AWS Encryption SDK for JavaScript:
13+
14+
* requires the AWS SDK for JavaScript V3's kms-client (if using the KMS Keyring).
15+
* no longer requires the AWS SDK V2
16+
* no longer tests against nor supports NodeJS 12 or 14
17+
618
## [3.2.2](https://github.com/awslabs/aws-encryption-sdk-javascript/compare/v3.2.1...v3.2.2) (2023-07-05)
719

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

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+
# [4.0.0](https://github.com/aws/aws-encryption-sdk-javascript/compare/v3.2.2...v4.0.0) (2023-07-17)
7+
8+
**Note:** Version bump only for package @aws-crypto/cache-material
9+
610
## [3.2.2](https://github.com/aws/aws-encryption-sdk-javascript/compare/v3.2.1...v3.2.2) (2023-07-05)
711

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

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": "3.2.2",
3+
"version": "4.0.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

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.0.0](https://github.com/aws/aws-encryption-sdk-javascript/compare/v3.2.2...v4.0.0) (2023-07-17)
7+
8+
**Note:** Version bump only for package @aws-crypto/caching-materials-manager-browser
9+
610
## [3.2.2](https://github.com/aws/aws-encryption-sdk-javascript/compare/v3.2.1...v3.2.2) (2023-07-05)
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": "3.2.2",
3+
"version": "4.0.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

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.0.0](https://github.com/aws/aws-encryption-sdk-javascript/compare/v3.2.2...v4.0.0) (2023-07-17)
7+
8+
**Note:** Version bump only for package @aws-crypto/caching-materials-manager-node
9+
610
## [3.2.2](https://github.com/aws/aws-encryption-sdk-javascript/compare/v3.2.1...v3.2.2) (2023-07-05)
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": "3.2.2",
3+
"version": "4.0.0",
44
"scripts": {
55
"prepublishOnly": "npm run build",
66
"build": "tsc -b tsconfig.json && tsc -b tsconfig.module.json",

modules/client-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.0.0](https://github.com/aws/aws-encryption-sdk-javascript/compare/v3.2.2...v4.0.0) (2023-07-17)
7+
8+
**Note:** Version bump only for package @aws-crypto/client-browser
9+
610
## [3.2.2](https://github.com/aws/aws-encryption-sdk-javascript/compare/v3.2.1...v3.2.2) (2023-07-05)
711

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

modules/client-browser/package.json

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

modules/client-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.0.0](https://github.com/aws/aws-encryption-sdk-javascript/compare/v3.2.2...v4.0.0) (2023-07-17)
7+
8+
**Note:** Version bump only for package @aws-crypto/client-node
9+
610
## [3.2.2](https://github.com/aws/aws-encryption-sdk-javascript/compare/v3.2.1...v3.2.2) (2023-07-05)
711

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

modules/client-node/package.json

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

modules/decrypt-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.0.0](https://github.com/aws/aws-encryption-sdk-javascript/compare/v3.2.2...v4.0.0) (2023-07-17)
7+
8+
**Note:** Version bump only for package @aws-crypto/decrypt-browser
9+
610
## [3.2.2](https://github.com/aws/aws-encryption-sdk-javascript/compare/v3.2.1...v3.2.2) (2023-07-05)
711

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

modules/decrypt-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/decrypt-browser",
3-
"version": "3.2.2",
3+
"version": "4.0.0",
44
"scripts": {
55
"prepublishOnly": "tsc -p tsconfig.json && tsc -p tsconfig.module.json",
66
"lint": "run-s lint-*",

modules/decrypt-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.0.0](https://github.com/aws/aws-encryption-sdk-javascript/compare/v3.2.2...v4.0.0) (2023-07-17)
7+
8+
**Note:** Version bump only for package @aws-crypto/decrypt-node
9+
610
## [3.2.2](https://github.com/aws/aws-encryption-sdk-javascript/compare/v3.2.1...v3.2.2) (2023-07-05)
711

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

modules/decrypt-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/decrypt-node",
3-
"version": "3.2.2",
3+
"version": "4.0.0",
44
"scripts": {
55
"prepublishOnly": "npm run build",
66
"build": "tsc -b tsconfig.json && tsc -b tsconfig.module.json",

modules/encrypt-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.0.0](https://github.com/aws/aws-encryption-sdk-javascript/compare/v3.2.2...v4.0.0) (2023-07-17)
7+
8+
**Note:** Version bump only for package @aws-crypto/encrypt-browser
9+
610
## [3.2.2](https://github.com/aws/aws-encryption-sdk-javascript/compare/v3.2.1...v3.2.2) (2023-07-05)
711

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

modules/encrypt-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/encrypt-browser",
3-
"version": "3.2.2",
3+
"version": "4.0.0",
44
"scripts": {
55
"prepublishOnly": "tsc -p tsconfig.json && tsc -p tsconfig.module.json",
66
"lint": "run-s lint-*",

modules/encrypt-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.0.0](https://github.com/aws/aws-encryption-sdk-javascript/compare/v3.2.2...v4.0.0) (2023-07-17)
7+
8+
**Note:** Version bump only for package @aws-crypto/encrypt-node
9+
610
## [3.2.2](https://github.com/aws/aws-encryption-sdk-javascript/compare/v3.2.1...v3.2.2) (2023-07-05)
711

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

modules/encrypt-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/encrypt-node",
3-
"version": "3.2.2",
3+
"version": "4.0.0",
44
"scripts": {
55
"prepublishOnly": "tsc -p tsconfig.json && tsc -p tsconfig.module.json",
66
"lint": "run-s lint-*",

modules/example-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.0.0](https://github.com/aws/aws-encryption-sdk-javascript/compare/v3.2.2...v4.0.0) (2023-07-17)
7+
8+
**Note:** Version bump only for package @aws-crypto/example-browser
9+
610
## [3.2.2](https://github.com/aws/aws-encryption-sdk-javascript/compare/v3.2.1...v3.2.2) (2023-07-05)
711

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

modules/example-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/example-browser",
3-
"version": "3.2.2",
3+
"version": "4.0.0",
44
"scripts": {
55
"prepublishOnly": "npm run build",
66
"build": "tsc -b tsconfig.json && tsc -b tsconfig.module.json",

modules/example-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.0.0](https://github.com/aws/aws-encryption-sdk-javascript/compare/v3.2.2...v4.0.0) (2023-07-17)
7+
8+
**Note:** Version bump only for package @aws-crypto/example-node
9+
610
## [3.2.2](https://github.com/aws/aws-encryption-sdk-javascript/compare/v3.2.1...v3.2.2) (2023-07-05)
711

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

modules/example-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/example-node",
3-
"version": "3.2.2",
3+
"version": "4.0.0",
44
"scripts": {
55
"prepublishOnly": "npm run build",
66
"build": "tsc -b tsconfig.json && tsc -b tsconfig.module.json",

modules/hkdf-node/CHANGELOG.md

Lines changed: 12 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -3,89 +3,57 @@
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-
# [3.0.0](https://github.com/aws/aws-encryption-sdk-javascript/compare/v2.4.0...v3.0.0) (2021-07-14)
6+
# [4.0.0](https://github.com/aws/aws-encryption-sdk-javascript/compare/v3.2.2...v4.0.0) (2023-07-17)
77

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

10+
# [3.0.0](https://github.com/aws/aws-encryption-sdk-javascript/compare/v2.4.0...v3.0.0) (2021-07-14)
1011

11-
12-
12+
**Note:** Version bump only for package @aws-crypto/hkdf-node
1313

1414
# [2.4.0](https://github.com/aws/aws-encryption-sdk-javascript/compare/v2.3.1...v2.4.0) (2021-07-13)
1515

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

18-
19-
20-
21-
2218
# [2.2.0](https://github.com/aws/private-aws-encryption-sdk-javascript-staging/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2021-05-27)
2319

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

26-
27-
28-
29-
3022
## [1.0.3](https://github.com/aws/aws-encryption-sdk-javascript/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2020-05-26)
3123

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

34-
35-
36-
37-
3826
## [1.0.2](https://github.com/aws/aws-encryption-sdk-javascript/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2020-04-02)
3927

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

42-
43-
44-
45-
4630
## [1.0.1](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2020-02-07)
4731

48-
4932
### Bug Fixes
5033

51-
* lerna version maintains package-lock (#235) c901318, closes #235 #234
52-
53-
54-
55-
34+
- lerna version maintains package-lock (#235) c901318, closes #235 #234
5635

5736
# [1.0.0](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-10-01)
5837

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

61-
62-
63-
64-
6540
# [0.2.0-preview.1](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-06-21)
6641

67-
6842
### Bug Fixes
6943

70-
* package.json files path update (#120) fbc3270, closes #120
71-
72-
73-
74-
44+
- package.json files path update (#120) fbc3270, closes #120
7545

7646
# 0.2.0-preview.0 (2019-06-21)
7747

78-
7948
### Bug Fixes
8049

81-
* dependencies and lint (#75) 5324491, closes #75
82-
* hkdf lint 3eed8dd
83-
* LICENSE file needs date and owner e0f7085
84-
* Update nyc version fcfa3af
85-
50+
- dependencies and lint (#75) 5324491, closes #75
51+
- hkdf lint 3eed8dd
52+
- LICENSE file needs date and owner e0f7085
53+
- Update nyc version fcfa3af
8654

8755
### Features
8856

89-
* Adding all test vectors from C ESDK (#78) 44ec53c, closes #78 #32
90-
* Better language for hkdf-node README (#112) 16951b0, closes #112
91-
* HKDF initial commit (#4) bd83211, closes #4
57+
- Adding all test vectors from C ESDK (#78) 44ec53c, closes #78 #32
58+
- Better language for hkdf-node README (#112) 16951b0, closes #112
59+
- HKDF initial commit (#4) bd83211, closes #4

modules/hkdf-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/hkdf-node",
3-
"version": "3.0.0",
3+
"version": "4.0.0",
44
"description": "nodejs hkdf crypto primitive",
55
"scripts": {
66
"prepublishOnly": "npm run build",

modules/integration-browser/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.0.0](https://github.com/aws/aws-encryption-sdk-javascript/compare/v3.2.2...v4.0.0) (2023-07-17)
7+
8+
- feat!: Remove AWS SDK V2 Dependency (#1180) ([1d74248](https://github.com/aws/aws-encryption-sdk-javascript/commit/1d742489b436748a656ecc2abce00e99353d1d62)), closes [#1180](https://github.com/aws/aws-encryption-sdk-javascript/issues/1180)
9+
10+
### BREAKING CHANGES
11+
12+
- The AWS Encryption SDK for JavaScript:
13+
14+
* requires the AWS SDK for JavaScript V3's kms-client (if using the KMS Keyring).
15+
* no longer requires the AWS SDK V2
16+
* no longer tests against nor supports NodeJS 12 or 14
17+
618
## [3.2.2](https://github.com/aws/aws-encryption-sdk-javascript/compare/v3.2.1...v3.2.2) (2023-07-05)
719

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

modules/integration-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/integration-browser",
3-
"version": "3.2.2",
3+
"version": "4.0.0",
44
"scripts": {
55
"build": "tsc -b tsconfig.json",
66
"lint": "run-s lint-*",

modules/integration-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.0.0](https://github.com/aws/aws-encryption-sdk-javascript/compare/v3.2.2...v4.0.0) (2023-07-17)
7+
8+
**Note:** Version bump only for package @aws-crypto/integration-node
9+
610
## [3.2.2](https://github.com/aws/aws-encryption-sdk-javascript/compare/v3.2.1...v3.2.2) (2023-07-05)
711

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

modules/integration-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/integration-node",
3-
"version": "3.2.2",
3+
"version": "4.0.0",
44
"scripts": {
55
"build": "tsc -b tsconfig.json",
66
"lint": "run-s lint-*",

0 commit comments

Comments
 (0)