Skip to content

Commit b163a76

Browse files
trivikrawstools
authored andcommitted
Publish v0.8.0 (#689)
Co-authored-by: awstools <[email protected]>
1 parent 1b43b62 commit b163a76

File tree

2 files changed

+25
-6
lines changed

2 files changed

+25
-6
lines changed

packages/protocol-http/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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+
# 1.0.0-alpha.1 (2020-01-08)
7+
8+
9+
### Bug Fixes
10+
11+
* support custom agent in node http handler ([#489](https://github.com/aws/aws-sdk-js-v3/issues/489)) ([9c6cde8](https://github.com/aws/aws-sdk-js-v3/commit/9c6cde8))
12+
* update updated types ([#474](https://github.com/aws/aws-sdk-js-v3/issues/474)) ([9efac3e](https://github.com/aws/aws-sdk-js-v3/commit/9efac3e))
13+
14+
15+
### Features
16+
17+
* apply protocol and middleware update ([0de0a22](https://github.com/aws/aws-sdk-js-v3/commit/0de0a22))
18+
* 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/7ec275a))
19+
* use flag to replace httprequest instanceof ([b584032](https://github.com/aws/aws-sdk-js-v3/commit/b584032))

packages/protocol-http/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-sdk/protocol-http",
3-
"version": "1.0.0-alpha.0",
3+
"version": "1.0.0-alpha.1",
44
"scripts": {
55
"prepublishOnly": "tsc",
66
"pretest": "tsc -p tsconfig.test.json",
@@ -15,13 +15,13 @@
1515
},
1616
"license": "Apache-2.0",
1717
"dependencies": {
18-
"tslib": "^1.8.0",
19-
"@aws-sdk/types": "^1.0.0-alpha.0",
20-
"@aws-sdk/util-uri-escape": "^1.0.0-alpha.0"
18+
"@aws-sdk/types": "^1.0.0-alpha.1",
19+
"@aws-sdk/util-uri-escape": "^1.0.0-alpha.1",
20+
"tslib": "^1.8.0"
2121
},
2222
"devDependencies": {
2323
"@types/jest": "^24.0.12",
24-
"typescript": "~3.4.0",
25-
"jest": "^24.7.1"
24+
"jest": "^24.7.1",
25+
"typescript": "~3.4.0"
2626
}
2727
}

0 commit comments

Comments
 (0)