Skip to content

Commit

Permalink
Publish v1.0.0-alpha.28
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools authored and srchase committed Jun 16, 2023
1 parent 5db1522 commit f0691c6
Show file tree
Hide file tree
Showing 66 changed files with 1,655 additions and 88 deletions.
49 changes: 49 additions & 0 deletions packages/abort-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,55 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-alpha.6](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/[email protected]...@aws-sdk/[email protected]) (2020-03-20)



# 1.0.0-alpha.24 (2020-02-19)



# 1.0.0-alpha.13 (2020-01-24)



# 1.0.0-alpha.12 (2020-01-22)



# 0.9.0 (2020-01-09)



# 0.6.0 (2019-10-30)



# 0.3.0 (2019-09-09)


### Features

* commit all clients ([#324](https://github.com/aws/aws-sdk-js-v3/issues/324)) ([cb268ed](https://github.com/aws/aws-sdk-js-v3/commit/cb268ed45fd5580ef9633da78f13aaa6aa472805))



# 0.2.0 (2019-07-12)


### Features

* add npm badges for individual packages ([#251](https://github.com/aws/aws-sdk-js-v3/issues/251)) ([8adc10c](https://github.com/aws/aws-sdk-js-v3/commit/8adc10cb6b0ebc32004b797556bfc171c96bbf16))
* update jest v20 to v24 ([#243](https://github.com/aws/aws-sdk-js-v3/issues/243)) ([1e156ab](https://github.com/aws/aws-sdk-js-v3/commit/1e156ab4ac5343058eaf7d448a428d8c4b72c844))



# 0.1.0 (2019-04-19)





# [1.0.0-alpha.5](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/[email protected]...@aws-sdk/[email protected]) (2020-02-19)


Expand Down
4 changes: 2 additions & 2 deletions packages/abort-controller/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-sdk/abort-controller",
"version": "1.0.0-alpha.5",
"version": "1.0.0-alpha.6",
"description": "A simple abort controller library",
"main": "./build/index.js",
"types": "./build/index.d.ts",
Expand All @@ -15,7 +15,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"@aws-sdk/types": "^1.0.0-alpha.5",
"@aws-sdk/types": "^1.0.0-alpha.6",
"tslib": "^1.8.0"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/chunked-blob-reader-native/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.0.0-alpha.2 (2020-03-20)

**Note:** Version bump only for package @aws-sdk/chunked-blob-reader-native





# 1.0.0-alpha.1 (2020-02-11)


Expand Down
4 changes: 2 additions & 2 deletions packages/chunked-blob-reader-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-sdk/chunked-blob-reader-native",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"scripts": {
"prepublishOnly": "tsc",
"pretest": "tsc -p tsconfig.test.json",
Expand All @@ -14,7 +14,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"@aws-sdk/util-base64-browser": "^1.0.0-alpha.2",
"@aws-sdk/util-base64-browser": "^1.0.0-alpha.3",
"tslib": "^1.8.0"
},
"devDependencies": {
Expand Down
29 changes: 29 additions & 0 deletions packages/chunked-blob-reader/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,35 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-alpha.3](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/[email protected]...@aws-sdk/[email protected]) (2020-03-20)



# 0.9.0 (2020-01-09)



# 0.3.0 (2019-09-09)


### Features

* commit all clients ([#324](https://github.com/aws/aws-sdk-js-v3/issues/324)) ([cb268ed](https://github.com/aws/aws-sdk-js-v3/commit/cb268ed45fd5580ef9633da78f13aaa6aa472805))



# 0.2.0 (2019-07-12)


### Features

* add npm badges for individual packages ([#251](https://github.com/aws/aws-sdk-js-v3/issues/251)) ([8adc10c](https://github.com/aws/aws-sdk-js-v3/commit/8adc10cb6b0ebc32004b797556bfc171c96bbf16))
* update jest v20 to v24 ([#243](https://github.com/aws/aws-sdk-js-v3/issues/243)) ([1e156ab](https://github.com/aws/aws-sdk-js-v3/commit/1e156ab4ac5343058eaf7d448a428d8c4b72c844))





# [1.0.0-alpha.2](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/[email protected]...@aws-sdk/[email protected]) (2020-01-09)


Expand Down
2 changes: 1 addition & 1 deletion packages/chunked-blob-reader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-sdk/chunked-blob-reader",
"version": "1.0.0-alpha.2",
"version": "1.0.0-alpha.3",
"scripts": {
"prepublishOnly": "tsc",
"pretest": "tsc -p tsconfig.test.json",
Expand Down
95 changes: 95 additions & 0 deletions packages/config-resolver/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,101 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-alpha.14](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/[email protected]...@aws-sdk/[email protected]) (2020-03-20)



# 1.0.0-alpha.26 (2020-03-12)



# 1.0.0-alpha.24 (2020-02-19)



# 1.0.0-alpha.21 (2020-02-11)



# 1.0.0-alpha.20 (2020-02-09)



# 1.0.0-alpha.18 (2020-02-06)



# 1.0.0-alpha.13 (2020-01-24)



# 1.0.0-alpha.12 (2020-01-22)



# 1.0.0-alpha.9 (2020-01-17)



# 1.0.0-alpha.8 (2020-01-16)



# 1.0.0-alpha.4 (2020-01-14)



# 1.0.0-alpha.1 (2020-01-10)



# 0.9.0 (2020-01-09)


### Bug Fixes

* parseurl in Node returns only pathname when protocol not specified ([#566](https://github.com/aws/aws-sdk-js-v3/issues/566)) ([0454dd6](https://github.com/aws/aws-sdk-js-v3/commit/0454dd6aa252cb07f6a6bc5d9b10ce1ec703735d))
* update input and resolved naming ([#444](https://github.com/aws/aws-sdk-js-v3/issues/444)) ([4235b6c](https://github.com/aws/aws-sdk-js-v3/commit/4235b6c64099c9c36481e5649e1be982490e028c))


### Features

* add pluggable runtime specific config ([#404](https://github.com/aws/aws-sdk-js-v3/issues/404)) ([8be08fc](https://github.com/aws/aws-sdk-js-v3/commit/8be08fcc49251dc03c5d79a70eed0aefe2786731))
* remove protocol rest json class ([#438](https://github.com/aws/aws-sdk-js-v3/issues/438)) ([7ec275a](https://github.com/aws/aws-sdk-js-v3/commit/7ec275a7fa8e13b94dabb59647b78f263872c240))
* standardize plugins ([#422](https://github.com/aws/aws-sdk-js-v3/issues/422)) ([09112e5](https://github.com/aws/aws-sdk-js-v3/commit/09112e5a61dcb4a4c5ef5e544c1964545d30e046))
* start endpoint resolver generation ([#472](https://github.com/aws/aws-sdk-js-v3/issues/472)) ([d0f9250](https://github.com/aws/aws-sdk-js-v3/commit/d0f9250fde6f51418640ea897cc29359243257f1))



# 0.6.0 (2019-10-30)



# 0.3.0 (2019-09-09)


### Features

* commit all clients ([#324](https://github.com/aws/aws-sdk-js-v3/issues/324)) ([cb268ed](https://github.com/aws/aws-sdk-js-v3/commit/cb268ed45fd5580ef9633da78f13aaa6aa472805))



# 0.2.0 (2019-07-12)


### Features

* add npm badges for individual packages ([#251](https://github.com/aws/aws-sdk-js-v3/issues/251)) ([8adc10c](https://github.com/aws/aws-sdk-js-v3/commit/8adc10cb6b0ebc32004b797556bfc171c96bbf16))
* update jest v20 to v24 ([#243](https://github.com/aws/aws-sdk-js-v3/issues/243)) ([1e156ab](https://github.com/aws/aws-sdk-js-v3/commit/1e156ab4ac5343058eaf7d448a428d8c4b72c844))



# 0.1.0 (2019-04-19)





# [1.0.0-alpha.13](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/[email protected]...@aws-sdk/[email protected]) (2020-03-12)


Expand Down
6 changes: 3 additions & 3 deletions packages/config-resolver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-sdk/config-resolver",
"version": "1.0.0-alpha.13",
"version": "1.0.0-alpha.14",
"scripts": {
"prepublishOnly": "tsc",
"pretest": "tsc -p tsconfig.test.json",
Expand All @@ -20,8 +20,8 @@
"typescript": "~3.8.3"
},
"dependencies": {
"@aws-sdk/signature-v4": "^1.0.0-alpha.13",
"@aws-sdk/types": "^1.0.0-alpha.5",
"@aws-sdk/signature-v4": "^1.0.0-alpha.14",
"@aws-sdk/types": "^1.0.0-alpha.6",
"tslib": "^1.8.0"
}
}
53 changes: 53 additions & 0 deletions packages/credential-provider-imds/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,59 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-alpha.6](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/[email protected]...@aws-sdk/[email protected]) (2020-03-20)



# 1.0.0-alpha.24 (2020-02-19)



# 1.0.0-alpha.13 (2020-01-24)



# 1.0.0-alpha.12 (2020-01-22)



# 0.9.0 (2020-01-09)



# 0.7.0 (2019-11-19)



# 0.6.0 (2019-10-30)



# 0.3.0 (2019-09-09)


### Features

* commit all clients ([#324](https://github.com/aws/aws-sdk-js-v3/issues/324)) ([cb268ed](https://github.com/aws/aws-sdk-js-v3/commit/cb268ed45fd5580ef9633da78f13aaa6aa472805))



# 0.2.0 (2019-07-12)


### Features

* add npm badges for individual packages ([#251](https://github.com/aws/aws-sdk-js-v3/issues/251)) ([8adc10c](https://github.com/aws/aws-sdk-js-v3/commit/8adc10cb6b0ebc32004b797556bfc171c96bbf16))
* update jest v20 to v24 ([#243](https://github.com/aws/aws-sdk-js-v3/issues/243)) ([1e156ab](https://github.com/aws/aws-sdk-js-v3/commit/1e156ab4ac5343058eaf7d448a428d8c4b72c844))



# 0.1.0 (2019-04-19)





# [1.0.0-alpha.5](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/[email protected]...@aws-sdk/[email protected]) (2020-02-19)


Expand Down
6 changes: 3 additions & 3 deletions packages/credential-provider-imds/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-sdk/credential-provider-imds",
"version": "1.0.0-alpha.5",
"version": "1.0.0-alpha.6",
"description": "AWS credential provider that sources credentials from the EC2 instance metadata service and ECS container metadata service",
"main": "./build/index.js",
"scripts": {
Expand All @@ -18,8 +18,8 @@
},
"license": "Apache-2.0",
"dependencies": {
"@aws-sdk/property-provider": "^1.0.0-alpha.5",
"@aws-sdk/types": "^1.0.0-alpha.5",
"@aws-sdk/property-provider": "^1.0.0-alpha.6",
"@aws-sdk/types": "^1.0.0-alpha.6",
"tslib": "^1.8.0"
},
"devDependencies": {
Expand Down
15 changes: 15 additions & 0 deletions packages/eventstream-serde-browser/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.0.0-alpha.2 (2020-03-20)



# 1.0.0-alpha.24 (2020-02-19)


### Features

* add event stream serde depedencies ([#824](https://github.com/aws/aws-sdk-js-v3/issues/824)) ([08f8213](https://github.com/aws/aws-sdk-js-v3/commit/08f821365c34010d1bed77b7c7e454e2f71c65fb))





# 1.0.0-alpha.1 (2020-02-19)


Expand Down
6 changes: 3 additions & 3 deletions packages/eventstream-serde-browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-sdk/eventstream-serde-browser",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"scripts": {
"prepublishOnly": "tsc",
"pretest": "tsc -p tsconfig.test.json",
Expand All @@ -15,8 +15,8 @@
},
"license": "Apache-2.0",
"dependencies": {
"@aws-sdk/eventstream-marshaller": "^1.0.0-alpha.7",
"@aws-sdk/types": "^1.0.0-alpha.5",
"@aws-sdk/eventstream-marshaller": "^1.0.0-alpha.8",
"@aws-sdk/types": "^1.0.0-alpha.6",
"tslib": "^1.8.0"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit f0691c6

Please sign in to comment.