Skip to content

Commit

Permalink
Publish v0.8.0 (#689)
Browse files Browse the repository at this point in the history

Co-authored-by: awstools <[email protected]>
  • Loading branch information
2 people authored and srchase committed Apr 26, 2023
1 parent 1b43b62 commit b163a76
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 6 deletions.
19 changes: 19 additions & 0 deletions packages/protocol-http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Change Log

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.1 (2020-01-08)


### Bug Fixes

* 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))
* 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))


### Features

* apply protocol and middleware update ([0de0a22](https://github.com/aws/aws-sdk-js-v3/commit/0de0a22))
* 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))
* use flag to replace httprequest instanceof ([b584032](https://github.com/aws/aws-sdk-js-v3/commit/b584032))
12 changes: 6 additions & 6 deletions packages/protocol-http/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-sdk/protocol-http",
"version": "1.0.0-alpha.0",
"version": "1.0.0-alpha.1",
"scripts": {
"prepublishOnly": "tsc",
"pretest": "tsc -p tsconfig.test.json",
Expand All @@ -15,13 +15,13 @@
},
"license": "Apache-2.0",
"dependencies": {
"tslib": "^1.8.0",
"@aws-sdk/types": "^1.0.0-alpha.0",
"@aws-sdk/util-uri-escape": "^1.0.0-alpha.0"
"@aws-sdk/types": "^1.0.0-alpha.1",
"@aws-sdk/util-uri-escape": "^1.0.0-alpha.1",
"tslib": "^1.8.0"
},
"devDependencies": {
"@types/jest": "^24.0.12",
"typescript": "~3.4.0",
"jest": "^24.7.1"
"jest": "^24.7.1",
"typescript": "~3.4.0"
}
}

0 comments on commit b163a76

Please sign in to comment.