Skip to content

Commit b514837

Browse files
committed
Publish
- @aws-crypto/cache-material@2.0.0 - @aws-crypto/caching-materials-manager-browser@2.0.0 - @aws-crypto/caching-materials-manager-node@2.0.0 - @aws-crypto/client-browser@2.0.0 - @aws-crypto/client-node@2.0.0 - @aws-crypto/decrypt-browser@2.0.0 - @aws-crypto/decrypt-node@2.0.0 - @aws-crypto/encrypt-browser@2.0.0 - @aws-crypto/encrypt-node@2.0.0 - @aws-crypto/example-browser@2.0.0 - @aws-crypto/example-node@2.0.0 - @aws-crypto/integration-browser@2.0.0 - @aws-crypto/integration-node@2.0.0 - @aws-crypto/kms-keyring-browser@2.0.0 - @aws-crypto/kms-keyring-node@2.0.0 - @aws-crypto/kms-keyring@2.0.0 - @aws-crypto/material-management-browser@2.0.0 - @aws-crypto/material-management-node@2.0.0 - @aws-crypto/material-management@2.0.0 - @aws-crypto/raw-aes-keyring-browser@2.0.0 - @aws-crypto/raw-aes-keyring-node@2.0.0 - @aws-crypto/raw-keyring@2.0.0 - @aws-crypto/raw-rsa-keyring-browser@2.0.0 - @aws-crypto/raw-rsa-keyring-node@2.0.0 - @aws-crypto/serialize@2.0.0
1 parent 0a8a581 commit b514837

File tree

50 files changed

+351
-25
lines changed

Some content is hidden

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

50 files changed

+351
-25
lines changed

modules/cache-material/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
# [2.0.0](https://github.com/aws/private-aws-encryption-sdk-javascript-staging/compare/@aws-crypto/cache-material@1.7.0...@aws-crypto/cache-material@2.0.0) (2020-09-25)
7+
8+
**Note:** Version bump only for package @aws-crypto/cache-material
9+
10+
11+
12+
13+
614
# [1.7.0](https://github.com/aws/private-aws-encryption-sdk-javascript-staging/compare/@aws-crypto/cache-material@1.0.4...@aws-crypto/cache-material@1.7.0) (2020-09-24)
715

816

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": "1.7.0",
3+
"version": "2.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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
# [2.0.0](https://github.com/aws/private-aws-encryption-sdk-javascript-staging/compare/@aws-crypto/caching-materials-manager-browser@1.7.0...@aws-crypto/caching-materials-manager-browser@2.0.0) (2020-09-25)
7+
8+
**Note:** Version bump only for package @aws-crypto/caching-materials-manager-browser
9+
10+
11+
12+
13+
614
# [1.7.0](https://github.com/aws/private-aws-encryption-sdk-javascript-staging/compare/@aws-crypto/caching-materials-manager-browser@1.1.2...@aws-crypto/caching-materials-manager-browser@1.7.0) (2020-09-24)
715

816

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": "1.7.0",
3+
"version": "2.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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
# [2.0.0](https://github.com/aws/private-aws-encryption-sdk-javascript-staging/compare/@aws-crypto/caching-materials-manager-node@1.7.0...@aws-crypto/caching-materials-manager-node@2.0.0) (2020-09-25)
7+
8+
**Note:** Version bump only for package @aws-crypto/caching-materials-manager-node
9+
10+
11+
12+
13+
614
# [1.7.0](https://github.com/aws/private-aws-encryption-sdk-javascript-staging/compare/@aws-crypto/caching-materials-manager-node@1.0.5...@aws-crypto/caching-materials-manager-node@1.7.0) (2020-09-24)
715

816

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": "1.7.0",
3+
"version": "2.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: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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+
# [2.0.0](https://github.com/aws/private-aws-encryption-sdk-javascript-staging/compare/@aws-crypto/client-browser@1.7.0...@aws-crypto/client-browser@2.0.0) (2020-09-25)
7+
8+
9+
* feat!: Updates to the AWS Encryption SDK. ([0a8a581](https://github.com/aws/private-aws-encryption-sdk-javascript-staging/commit/0a8a581ab7c058735310016b819caaec6868c0a7))
10+
11+
12+
### BREAKING CHANGES
13+
14+
* AWS KMS KeyIDs must be specified explicitly or Discovery mode explicitly chosen.
15+
Key committing suites are now default. CommitmentPolicy requires commitment by default.
16+
17+
See: https://docs.aws.amazon.com/encryption-sdk/latest/developer-guide/migration.html
18+
19+
20+
21+
22+
623
# [1.7.0](https://github.com/aws/private-aws-encryption-sdk-javascript-staging/compare/@aws-crypto/client-browser@1.0.6...@aws-crypto/client-browser@1.7.0) (2020-09-24)
724

825

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": "1.7.0",
12+
"version": "2.0.0",
1313
"scripts": {
1414
"build": "tsc -b tsconfig.json",
1515
"lint": "run-s lint-*",

modules/client-node/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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+
# [2.0.0](https://github.com/aws/private-aws-encryption-sdk-javascript-staging/compare/@aws-crypto/client-node@1.7.0...@aws-crypto/client-node@2.0.0) (2020-09-25)
7+
8+
9+
* feat!: Updates to the AWS Encryption SDK. ([0a8a581](https://github.com/aws/private-aws-encryption-sdk-javascript-staging/commit/0a8a581ab7c058735310016b819caaec6868c0a7))
10+
11+
12+
### BREAKING CHANGES
13+
14+
* AWS KMS KeyIDs must be specified explicitly or Discovery mode explicitly chosen.
15+
Key committing suites are now default. CommitmentPolicy requires commitment by default.
16+
17+
See: https://docs.aws.amazon.com/encryption-sdk/latest/developer-guide/migration.html
18+
19+
20+
21+
22+
623
# [1.7.0](https://github.com/aws/private-aws-encryption-sdk-javascript-staging/compare/@aws-crypto/client-node@1.0.5...@aws-crypto/client-node@1.7.0) (2020-09-24)
724

825

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": "1.7.0",
12+
"version": "2.0.0",
1313
"scripts": {
1414
"build": "tsc -b tsconfig.json",
1515
"lint": "run-s lint-*",

modules/decrypt-browser/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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+
# [2.0.0](https://github.com/aws/private-aws-encryption-sdk-javascript-staging/compare/@aws-crypto/decrypt-browser@1.7.0...@aws-crypto/decrypt-browser@2.0.0) (2020-09-25)
7+
8+
9+
* feat!: Updates to the AWS Encryption SDK. ([0a8a581](https://github.com/aws/private-aws-encryption-sdk-javascript-staging/commit/0a8a581ab7c058735310016b819caaec6868c0a7))
10+
11+
12+
### BREAKING CHANGES
13+
14+
* AWS KMS KeyIDs must be specified explicitly or Discovery mode explicitly chosen.
15+
Key committing suites are now default. CommitmentPolicy requires commitment by default.
16+
17+
See: https://docs.aws.amazon.com/encryption-sdk/latest/developer-guide/migration.html
18+
19+
20+
21+
22+
623
# [1.7.0](https://github.com/aws/private-aws-encryption-sdk-javascript-staging/compare/@aws-crypto/decrypt-browser@1.1.2...@aws-crypto/decrypt-browser@1.7.0) (2020-09-24)
724

825

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": "1.7.0",
3+
"version": "2.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: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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+
# [2.0.0](https://github.com/aws/private-aws-encryption-sdk-javascript-staging/compare/@aws-crypto/decrypt-node@1.7.0...@aws-crypto/decrypt-node@2.0.0) (2020-09-25)
7+
8+
9+
* feat!: Updates to the AWS Encryption SDK. ([0a8a581](https://github.com/aws/private-aws-encryption-sdk-javascript-staging/commit/0a8a581ab7c058735310016b819caaec6868c0a7))
10+
11+
12+
### BREAKING CHANGES
13+
14+
* AWS KMS KeyIDs must be specified explicitly or Discovery mode explicitly chosen.
15+
Key committing suites are now default. CommitmentPolicy requires commitment by default.
16+
17+
See: https://docs.aws.amazon.com/encryption-sdk/latest/developer-guide/migration.html
18+
19+
20+
21+
22+
623
# [1.7.0](https://github.com/aws/private-aws-encryption-sdk-javascript-staging/compare/@aws-crypto/decrypt-node@1.0.5...@aws-crypto/decrypt-node@1.7.0) (2020-09-24)
724

825

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": "1.7.0",
3+
"version": "2.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: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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+
# [2.0.0](https://github.com/aws/private-aws-encryption-sdk-javascript-staging/compare/@aws-crypto/encrypt-browser@1.7.0...@aws-crypto/encrypt-browser@2.0.0) (2020-09-25)
7+
8+
9+
* feat!: Updates to the AWS Encryption SDK. ([0a8a581](https://github.com/aws/private-aws-encryption-sdk-javascript-staging/commit/0a8a581ab7c058735310016b819caaec6868c0a7))
10+
11+
12+
### BREAKING CHANGES
13+
14+
* AWS KMS KeyIDs must be specified explicitly or Discovery mode explicitly chosen.
15+
Key committing suites are now default. CommitmentPolicy requires commitment by default.
16+
17+
See: https://docs.aws.amazon.com/encryption-sdk/latest/developer-guide/migration.html
18+
19+
20+
21+
22+
623
# [1.7.0](https://github.com/aws/private-aws-encryption-sdk-javascript-staging/compare/@aws-crypto/encrypt-browser@1.1.2...@aws-crypto/encrypt-browser@1.7.0) (2020-09-24)
724

825

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": "1.7.0",
3+
"version": "2.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: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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+
# [2.0.0](https://github.com/aws/private-aws-encryption-sdk-javascript-staging/compare/@aws-crypto/encrypt-node@1.7.0...@aws-crypto/encrypt-node@2.0.0) (2020-09-25)
7+
8+
9+
* feat!: Updates to the AWS Encryption SDK. ([0a8a581](https://github.com/aws/private-aws-encryption-sdk-javascript-staging/commit/0a8a581ab7c058735310016b819caaec6868c0a7))
10+
11+
12+
### BREAKING CHANGES
13+
14+
* AWS KMS KeyIDs must be specified explicitly or Discovery mode explicitly chosen.
15+
Key committing suites are now default. CommitmentPolicy requires commitment by default.
16+
17+
See: https://docs.aws.amazon.com/encryption-sdk/latest/developer-guide/migration.html
18+
19+
20+
21+
22+
623
# [1.7.0](https://github.com/aws/private-aws-encryption-sdk-javascript-staging/compare/@aws-crypto/encrypt-node@1.0.5...@aws-crypto/encrypt-node@1.7.0) (2020-09-24)
724

825

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": "1.7.0",
3+
"version": "2.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: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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+
# [2.0.0](https://github.com/aws/private-aws-encryption-sdk-javascript-staging/compare/@aws-crypto/example-browser@1.7.0...@aws-crypto/example-browser@2.0.0) (2020-09-25)
7+
8+
9+
* feat!: Updates to the AWS Encryption SDK. ([0a8a581](https://github.com/aws/private-aws-encryption-sdk-javascript-staging/commit/0a8a581ab7c058735310016b819caaec6868c0a7))
10+
11+
12+
### BREAKING CHANGES
13+
14+
* AWS KMS KeyIDs must be specified explicitly or Discovery mode explicitly chosen.
15+
Key committing suites are now default. CommitmentPolicy requires commitment by default.
16+
17+
See: https://docs.aws.amazon.com/encryption-sdk/latest/developer-guide/migration.html
18+
19+
20+
21+
22+
623
# [1.7.0](https://github.com/aws/private-aws-encryption-sdk-javascript-staging/compare/@aws-crypto/example-browser@1.2.1...@aws-crypto/example-browser@1.7.0) (2020-09-24)
724

825

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": "1.7.0",
3+
"version": "2.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: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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+
# [2.0.0](https://github.com/aws/private-aws-encryption-sdk-javascript-staging/compare/@aws-crypto/example-node@1.7.0...@aws-crypto/example-node@2.0.0) (2020-09-25)
7+
8+
9+
* feat!: Updates to the AWS Encryption SDK. ([0a8a581](https://github.com/aws/private-aws-encryption-sdk-javascript-staging/commit/0a8a581ab7c058735310016b819caaec6868c0a7))
10+
11+
12+
### BREAKING CHANGES
13+
14+
* AWS KMS KeyIDs must be specified explicitly or Discovery mode explicitly chosen.
15+
Key committing suites are now default. CommitmentPolicy requires commitment by default.
16+
17+
See: https://docs.aws.amazon.com/encryption-sdk/latest/developer-guide/migration.html
18+
19+
20+
21+
22+
623
# [1.7.0](https://github.com/aws/private-aws-encryption-sdk-javascript-staging/compare/@aws-crypto/example-node@1.0.5...@aws-crypto/example-node@1.7.0) (2020-09-24)
724

825

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

modules/integration-browser/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
# [2.0.0](https://github.com/aws/private-aws-encryption-sdk-javascript-staging/compare/@aws-crypto/integration-browser@1.7.0...@aws-crypto/integration-browser@2.0.0) (2020-09-25)
7+
8+
**Note:** Version bump only for package @aws-crypto/integration-browser
9+
10+
11+
12+
13+
614
# [1.7.0](https://github.com/aws/private-aws-encryption-sdk-javascript-staging/compare/@aws-crypto/integration-browser@1.2.1...@aws-crypto/integration-browser@1.7.0) (2020-09-24)
715

816

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": "1.7.0",
3+
"version": "2.0.0",
44
"scripts": {
55
"build": "tsc -b tsconfig.json",
66
"lint": "run-s lint-*",

modules/integration-node/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
# [2.0.0](https://github.com/aws/private-aws-encryption-sdk-javascript-staging/compare/@aws-crypto/integration-node@1.7.0...@aws-crypto/integration-node@2.0.0) (2020-09-25)
7+
8+
**Note:** Version bump only for package @aws-crypto/integration-node
9+
10+
11+
12+
13+
614
# [1.7.0](https://github.com/aws/private-aws-encryption-sdk-javascript-staging/compare/@aws-crypto/integration-node@1.2.1...@aws-crypto/integration-node@1.7.0) (2020-09-24)
715

816

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": "1.7.0",
3+
"version": "2.0.0",
44
"scripts": {
55
"build": "tsc -b tsconfig.json",
66
"lint": "run-s lint-*",

modules/kms-keyring-browser/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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+
# [2.0.0](https://github.com/aws/private-aws-encryption-sdk-javascript-staging/compare/@aws-crypto/kms-keyring-browser@1.7.0...@aws-crypto/kms-keyring-browser@2.0.0) (2020-09-25)
7+
8+
9+
* feat!: Updates to the AWS Encryption SDK. ([0a8a581](https://github.com/aws/private-aws-encryption-sdk-javascript-staging/commit/0a8a581ab7c058735310016b819caaec6868c0a7))
10+
11+
12+
### BREAKING CHANGES
13+
14+
* AWS KMS KeyIDs must be specified explicitly or Discovery mode explicitly chosen.
15+
Key committing suites are now default. CommitmentPolicy requires commitment by default.
16+
17+
See: https://docs.aws.amazon.com/encryption-sdk/latest/developer-guide/migration.html
18+
19+
20+
21+
22+
623
# [1.7.0](https://github.com/aws/private-aws-encryption-sdk-javascript-staging/compare/@aws-crypto/kms-keyring-browser@1.1.2...@aws-crypto/kms-keyring-browser@1.7.0) (2020-09-24)
724

825

0 commit comments

Comments
 (0)