@aws-sdk/fetch-http-handler
Advanced tools
Comparing version 1.0.0-alpha.2 to 1.0.0-alpha.3
@@ -6,2 +6,53 @@ # Change Log | ||
# [1.0.0-alpha.3](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/fetch-http-handler@0.1.0-preview.2...@aws-sdk/fetch-http-handler@1.0.0-alpha.3) (2020-01-10) | ||
# 0.9.0 (2020-01-09) | ||
### 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)) | ||
### Features | ||
* apply protocol and middleware update ([0de0a22](https://github.com/aws/aws-sdk-js-v3/commit/0de0a22)) | ||
# 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/cb268ed)) | ||
# 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/8adc10c)) | ||
* 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/1e156ab)) | ||
# 0.1.0 (2019-04-19) | ||
# [1.0.0-alpha.2](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/fetch-http-handler@0.1.0-preview.2...@aws-sdk/fetch-http-handler@1.0.0-alpha.2) (2020-01-09) | ||
@@ -8,0 +59,0 @@ |
{ | ||
"name": "@aws-sdk/fetch-http-handler", | ||
"version": "1.0.0-alpha.2", | ||
"version": "1.0.0-alpha.3", | ||
"description": "Provides a way to make requests", | ||
@@ -18,3 +18,3 @@ "scripts": { | ||
"dependencies": { | ||
"@aws-sdk/protocol-http": "^1.0.0-alpha.2", | ||
"@aws-sdk/protocol-http": "^1.0.0-alpha.3", | ||
"@aws-sdk/querystring-builder": "^1.0.0-alpha.2", | ||
@@ -21,0 +21,0 @@ "@aws-sdk/types": "^1.0.0-alpha.2", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
34265