@aws-sdk/middleware-bucket-endpoint
Advanced tools
Comparing version 1.0.0-alpha.8 to 1.0.0-beta.1
@@ -6,2 +6,52 @@ # Change Log | ||
# 1.0.0-beta.1 (2020-03-25) | ||
### Features | ||
* bump packages to beta ([#1050](https://github.com/aws/aws-sdk-js-v3/issues/1050)) ([40501d4](https://github.com/aws/aws-sdk-js-v3/commit/40501d4394d04bc1bc91c10136fa48b1d3a67d8f)) | ||
# 1.0.0-alpha.28 (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) | ||
# 1.0.0-alpha.8 (2020-01-16) | ||
# 1.0.0-alpha.1 (2020-01-10) | ||
# 0.9.0 (2020-01-09) | ||
### Bug Fixes | ||
* add BucketEndpoint config plugin ([#572](https://github.com/aws/aws-sdk-js-v3/issues/572)) ([ae04135](https://github.com/aws/aws-sdk-js-v3/commit/ae041354c0cd49d020513c2c5b38873934d15754)) | ||
* assure bucket endpoint middleware inserted before host-header-middleware ([#574](https://github.com/aws/aws-sdk-js-v3/issues/574)) ([c9c4127](https://github.com/aws/aws-sdk-js-v3/commit/c9c4127d7ade07b7eb7043b27a9a3b6e84b2e9b9)) | ||
### Features | ||
* migrate bucketEndpointMiddleware ([#552](https://github.com/aws/aws-sdk-js-v3/issues/552)) ([f0c3222](https://github.com/aws/aws-sdk-js-v3/commit/f0c32224455fd3e3be78bfeeeba6f3520f5ea0e9)) | ||
# 1.0.0-alpha.8 (2020-03-20) | ||
@@ -8,0 +58,0 @@ |
{ | ||
"name": "@aws-sdk/middleware-bucket-endpoint", | ||
"version": "1.0.0-alpha.8", | ||
"version": "1.0.0-beta.1", | ||
"scripts": { | ||
@@ -17,12 +17,12 @@ "prepublishOnly": "tsc", | ||
"dependencies": { | ||
"@aws-sdk/protocol-http": "^1.0.0-alpha.8", | ||
"@aws-sdk/types": "^1.0.0-alpha.6", | ||
"@aws-sdk/protocol-http": "^1.0.0-beta.1", | ||
"@aws-sdk/types": "^1.0.0-beta.1", | ||
"tslib": "^1.8.0" | ||
}, | ||
"devDependencies": { | ||
"@aws-sdk/middleware-stack": "^1.0.0-alpha.6", | ||
"@types/jest": "^24.0.12", | ||
"jest": "^24.7.1", | ||
"@aws-sdk/middleware-stack": "^1.0.0-beta.1", | ||
"@types/jest": "^25.1.4", | ||
"jest": "^25.1.0", | ||
"typescript": "~3.8.3" | ||
} | ||
} |
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
45229