Skip to content

Commit b3e2787

Browse files
committed
Publish
- @aws-crypto/[email protected] - @aws-crypto/[email protected] - @aws-crypto/[email protected] - @aws-crypto/[email protected] - @aws-crypto/[email protected] - @aws-crypto/[email protected] - @aws-crypto/[email protected] - @aws-crypto/[email protected] - @aws-crypto/[email protected] - @aws-crypto/[email protected] - @aws-crypto/[email protected] - @aws-crypto/[email protected] - @aws-crypto/[email protected] - @aws-crypto/[email protected] - @aws-crypto/[email protected] - @aws-crypto/[email protected] - @aws-crypto/[email protected] - @aws-crypto/[email protected] - @aws-crypto/[email protected] - @aws-crypto/[email protected] - @aws-crypto/[email protected] - @aws-crypto/[email protected] - @aws-crypto/[email protected] - @aws-crypto/[email protected] - @aws-crypto/[email protected]
1 parent b74716b commit b3e2787

File tree

50 files changed

+398
-84
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

+398
-84
lines changed

modules/cache-material/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
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+
# [0.1.0-preview.4](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-09-20)
7+
8+
9+
### Bug Fixes
10+
11+
* Add cacheing CMM examples (#187) b74716b, closes #187 #23
12+
* BYTES_PER_KEY value (#193) d3118d7, closes #193
13+
* cloned material that exceeds limits (#195) cd002d5, closes #195
14+
* KeyringTraceFlag requirements and data key caching (#210) 7dfa1ae, closes #210
15+
16+
17+
### Features
18+
19+
* Suport Node.js crypto KeyObjects (#200) 77ad031, closes #200 #74
20+
21+
22+
23+
24+
625
# [0.1.0-preview.3](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-08-08)
726

827

modules/cache-material/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-crypto/cache-material",
3-
"version": "0.1.0-preview.3",
3+
"version": "0.1.0-preview.4",
44
"scripts": {
55
"prepublishOnly": "npm run build",
66
"build": "tsc -b tsconfig.json && tsc -b tsconfig.module.json",
@@ -16,8 +16,8 @@
1616
},
1717
"license": "Apache-2.0",
1818
"dependencies": {
19-
"@aws-crypto/material-management": "^0.2.0-preview.3",
20-
"@aws-crypto/serialize": "^0.1.0-preview.3",
19+
"@aws-crypto/material-management": "^0.2.0-preview.4",
20+
"@aws-crypto/serialize": "^0.1.0-preview.4",
2121
"@types/lru-cache": "^5.1.0",
2222
"lru-cache": "^5.1.1",
2323
"tslib": "^1.9.3"

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+
# [0.1.0-preview.4](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-09-20)
7+
8+
**Note:** Version bump only for package @aws-crypto/caching-materials-manager-browser
9+
10+
11+
12+
13+
614
# [0.1.0-preview.3](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-08-08)
715

816

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-crypto/caching-materials-manager-browser",
3-
"version": "0.1.0-preview.3",
3+
"version": "0.1.0-preview.4",
44
"scripts": {
55
"prepublishOnly": "npm run build",
66
"build": "tsc -b tsconfig.json && tsc -b tsconfig.module.json",
@@ -16,9 +16,9 @@
1616
},
1717
"license": "Apache-2.0",
1818
"dependencies": {
19-
"@aws-crypto/cache-material": "^0.1.0-preview.3",
20-
"@aws-crypto/material-management-browser": "^0.1.0-preview.3",
21-
"@aws-crypto/serialize": "^0.1.0-preview.3",
19+
"@aws-crypto/cache-material": "^0.1.0-preview.4",
20+
"@aws-crypto/material-management-browser": "^0.1.0-preview.4",
21+
"@aws-crypto/serialize": "^0.1.0-preview.4",
2222
"@aws-crypto/web-crypto-backend": "^0.1.0-preview.3",
2323
"@aws-sdk/util-base64-browser": "0.1.0-preview.1",
2424
"tslib": "^1.9.3"

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+
# [0.1.0-preview.4](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-09-20)
7+
8+
**Note:** Version bump only for package @aws-crypto/caching-materials-manager-node
9+
10+
11+
12+
13+
614
# [0.1.0-preview.3](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-08-08)
715

816

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-crypto/caching-materials-manager-node",
3-
"version": "0.1.0-preview.3",
3+
"version": "0.1.0-preview.4",
44
"scripts": {
55
"prepublishOnly": "npm run build",
66
"build": "tsc -b tsconfig.json && tsc -b tsconfig.module.json",
@@ -16,8 +16,8 @@
1616
},
1717
"license": "Apache-2.0",
1818
"dependencies": {
19-
"@aws-crypto/cache-material": "^0.1.0-preview.3",
20-
"@aws-crypto/material-management-node": "^0.1.0-preview.3",
19+
"@aws-crypto/cache-material": "^0.1.0-preview.4",
20+
"@aws-crypto/material-management-node": "^0.1.0-preview.4",
2121
"tslib": "^1.9.3"
2222
},
2323
"devDependencies": {

modules/client-browser/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
# [0.1.0-preview.5](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-09-20)
7+
8+
9+
### Bug Fixes
10+
11+
* Add cacheing CMM examples (#187) b74716b, closes #187 #23
12+
13+
14+
15+
16+
617
# [0.1.0-preview.4](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-08-08)
718

819

modules/client-browser/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-crypto/client-browser",
3-
"version": "0.1.0-preview.4",
3+
"version": "0.1.0-preview.5",
44
"scripts": {
55
"build": "tsc -b tsconfig.json",
66
"lint": "standard src/*.ts test/**/*.ts"
@@ -12,13 +12,13 @@
1212
},
1313
"license": "Apache-2.0",
1414
"dependencies": {
15-
"@aws-crypto/caching-materials-manager-browser": "^0.1.0-preview.3",
16-
"@aws-crypto/decrypt-browser": "^0.1.0-preview.3",
17-
"@aws-crypto/encrypt-browser": "^0.1.0-preview.3",
18-
"@aws-crypto/kms-keyring-browser": "^0.1.0-preview.3",
19-
"@aws-crypto/material-management-browser": "^0.1.0-preview.3",
20-
"@aws-crypto/raw-aes-keyring-browser": "^0.1.0-preview.3",
21-
"@aws-crypto/raw-rsa-keyring-browser": "^0.1.0-preview.3",
15+
"@aws-crypto/caching-materials-manager-browser": "^0.1.0-preview.4",
16+
"@aws-crypto/decrypt-browser": "^0.1.0-preview.4",
17+
"@aws-crypto/encrypt-browser": "^0.1.0-preview.4",
18+
"@aws-crypto/kms-keyring-browser": "^0.1.0-preview.4",
19+
"@aws-crypto/material-management-browser": "^0.1.0-preview.4",
20+
"@aws-crypto/raw-aes-keyring-browser": "^0.1.0-preview.4",
21+
"@aws-crypto/raw-rsa-keyring-browser": "^0.1.0-preview.4",
2222
"@aws-crypto/web-crypto-backend": "^0.1.0-preview.3",
2323
"tslib": "^1.9.3"
2424
},

modules/client-node/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
# [0.1.0-preview.5](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-09-20)
7+
8+
9+
### Bug Fixes
10+
11+
* Add cacheing CMM examples (#187) b74716b, closes #187 #23
12+
13+
14+
15+
16+
617
# [0.1.0-preview.4](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-08-08)
718

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

modules/client-node/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-crypto/client-node",
3-
"version": "0.1.0-preview.4",
3+
"version": "0.1.0-preview.5",
44
"scripts": {
55
"build": "tsc -b tsconfig.json",
66
"lint": "standard src/*.ts test/**/*.ts"
@@ -12,13 +12,13 @@
1212
},
1313
"license": "Apache-2.0",
1414
"dependencies": {
15-
"@aws-crypto/caching-materials-manager-node": "^0.1.0-preview.3",
16-
"@aws-crypto/decrypt-node": "^0.1.0-preview.3",
17-
"@aws-crypto/encrypt-node": "^0.1.0-preview.3",
18-
"@aws-crypto/kms-keyring-node": "^0.1.0-preview.3",
19-
"@aws-crypto/material-management-node": "^0.1.0-preview.3",
20-
"@aws-crypto/raw-aes-keyring-node": "^0.1.0-preview.3",
21-
"@aws-crypto/raw-rsa-keyring-node": "^0.1.0-preview.3",
15+
"@aws-crypto/caching-materials-manager-node": "^0.1.0-preview.4",
16+
"@aws-crypto/decrypt-node": "^0.1.0-preview.4",
17+
"@aws-crypto/encrypt-node": "^0.1.0-preview.4",
18+
"@aws-crypto/kms-keyring-node": "^0.1.0-preview.4",
19+
"@aws-crypto/material-management-node": "^0.1.0-preview.4",
20+
"@aws-crypto/raw-aes-keyring-node": "^0.1.0-preview.4",
21+
"@aws-crypto/raw-rsa-keyring-node": "^0.1.0-preview.4",
2222
"tslib": "^1.9.3"
2323
},
2424
"devDependencies": {

modules/decrypt-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+
# [0.1.0-preview.4](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-09-20)
7+
8+
**Note:** Version bump only for package @aws-crypto/decrypt-browser
9+
10+
11+
12+
13+
614
# [0.1.0-preview.3](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-08-08)
715

816

modules/decrypt-browser/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-crypto/decrypt-browser",
3-
"version": "0.1.0-preview.3",
3+
"version": "0.1.0-preview.4",
44
"scripts": {
55
"prepublishOnly": "tsc -p tsconfig.json && tsc -p tsconfig.module.json",
66
"lint": "standard src/*.ts test/**/*.ts",
@@ -15,8 +15,8 @@
1515
},
1616
"license": "Apache-2.0",
1717
"dependencies": {
18-
"@aws-crypto/material-management-browser": "^0.1.0-preview.3",
19-
"@aws-crypto/serialize": "^0.1.0-preview.3",
18+
"@aws-crypto/material-management-browser": "^0.1.0-preview.4",
19+
"@aws-crypto/serialize": "^0.1.0-preview.4",
2020
"@aws-sdk/util-utf8-browser": "0.1.0-preview.1",
2121
"tslib": "^1.9.3"
2222
},

modules/decrypt-node/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
# [0.1.0-preview.4](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-09-20)
7+
8+
9+
### Bug Fixes
10+
11+
* Zero length frames in old version of Node (#202) c50dfa1, closes #202 #199
12+
13+
14+
15+
16+
617
# [0.1.0-preview.3](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-08-08)
718

819

modules/decrypt-node/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-crypto/decrypt-node",
3-
"version": "0.1.0-preview.3",
3+
"version": "0.1.0-preview.4",
44
"scripts": {
55
"prepublishOnly": "npm run build",
66
"build": "tsc -b tsconfig.json && tsc -b tsconfig.module.json",
@@ -16,8 +16,8 @@
1616
},
1717
"license": "Apache-2.0",
1818
"dependencies": {
19-
"@aws-crypto/material-management-node": "^0.1.0-preview.3",
20-
"@aws-crypto/serialize": "^0.1.0-preview.3",
19+
"@aws-crypto/material-management-node": "^0.1.0-preview.4",
20+
"@aws-crypto/serialize": "^0.1.0-preview.4",
2121
"@types/duplexify": "^3.6.0",
2222
"duplexify": "^4.0.0",
2323
"readable-stream": "^3.2.0",

modules/encrypt-browser/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
# [0.1.0-preview.4](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-09-20)
7+
8+
9+
### Bug Fixes
10+
11+
* Encrypt name to result (#211) 03061d1, closes #211
12+
13+
14+
15+
16+
617
# [0.1.0-preview.3](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-08-08)
718

819

modules/encrypt-browser/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-crypto/encrypt-browser",
3-
"version": "0.1.0-preview.3",
3+
"version": "0.1.0-preview.4",
44
"scripts": {
55
"prepublishOnly": "tsc -p tsconfig.json && tsc -p tsconfig.module.json",
66
"lint": "standard src/*.ts test/**/*.ts",
@@ -15,8 +15,8 @@
1515
},
1616
"license": "Apache-2.0",
1717
"dependencies": {
18-
"@aws-crypto/material-management-browser": "^0.1.0-preview.3",
19-
"@aws-crypto/serialize": "^0.1.0-preview.3",
18+
"@aws-crypto/material-management-browser": "^0.1.0-preview.4",
19+
"@aws-crypto/serialize": "^0.1.0-preview.4",
2020
"@aws-crypto/web-crypto-backend": "^0.1.0-preview.3",
2121
"@aws-sdk/util-utf8-browser": "0.1.0-preview.1",
2222
"tslib": "^1.9.3"

modules/encrypt-node/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+
# [0.1.0-preview.4](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-09-20)
7+
8+
9+
### Bug Fixes
10+
11+
* Encrypt name to result (#211) 03061d1, closes #211
12+
* plaintextLength must be enforced (#213) 1788d25, closes #213
13+
14+
15+
16+
17+
618
# [0.1.0-preview.3](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-08-08)
719

820

modules/encrypt-node/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-crypto/encrypt-node",
3-
"version": "0.1.0-preview.3",
3+
"version": "0.1.0-preview.4",
44
"scripts": {
55
"prepublishOnly": "tsc -p tsconfig.json && tsc -p tsconfig.module.json",
66
"lint": "standard src/*.ts test/**/*.ts",
@@ -15,8 +15,8 @@
1515
},
1616
"license": "Apache-2.0",
1717
"dependencies": {
18-
"@aws-crypto/material-management-node": "^0.1.0-preview.3",
19-
"@aws-crypto/serialize": "^0.1.0-preview.3",
18+
"@aws-crypto/material-management-node": "^0.1.0-preview.4",
19+
"@aws-crypto/serialize": "^0.1.0-preview.4",
2020
"@types/duplexify": "^3.6.0",
2121
"duplexify": "^4.0.0",
2222
"readable-stream": "^3.2.0",

modules/example-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+
# [0.1.0-preview.5](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-09-20)
7+
8+
9+
### Bug Fixes
10+
11+
* Add cacheing CMM examples (#187) b74716b, closes #187 #23
12+
* Encrypt name to result (#211) 03061d1, closes #211
13+
14+
15+
16+
17+
618
# [0.1.0-preview.4](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-08-08)
719

820

0 commit comments

Comments
 (0)