Bumpsgithub.com/aws/aws-sdk-go-v2 from 0.9.0 to 0.10.0.
Release notes
Sourced fromgithub.com/aws/aws-sdk-go-v2's releases.
Release v0.10.0 (2019-07-24)
Services
- Synced the V2 SDK with latest AWS service API definitions.
- Fixes#341
- Fixes#342
SDK Breaking Changes
aws: Add default HTTP client instead of http.DefaultClient/Transport (#315)- Adds a new BuildableHTTPClient type to the SDK's aws package. The type uses the builder pattern with immutable changes. Modifications to the buildable client create copies of the client. Adds a HTTPClient interface to the aws package that the SDK will use as an abstraction over the specific HTTP client implementation. The SDK will default to the BuildableHTTPClient, but a *http.Client can be also provided for custom configuration. When the SDK's aws.Config.HTTPClient value is a BuildableHTTPClient the SDK will be able to use API client specific request timeout options.
- Fixes#279
- Fixes#269
SDK Enhancements
service/s3/s3manager: Update S3 Upload Multipart location (#324)- Updates the Location returned value of S3 Upload's Multipart UploadOutput type to be consistent with single part upload URL. This update also brings the multipart upload Location inline with the S3 object URLs created by the SDK.
- Fixes#323
- V2 Portaws/aws-sdk-go#2453
SDK Bugs
private/model: Handles empty map vs unset map behavior in send request (#337)- Updated shape marshal model to handle the empty map vs nil map behavior. Adding a test case to assert behavior when a user sends an empty map vs nil map.
- Fix#332
service/rds: Fix presign URL for same region (#331)- Fixes RDS no-autopresign URL for same region issue for aws-sdk-go-v2. Solves the issue by making sure that the presigned URLs are not created, when the source and destination regions are the same. Added and updated the tests accordingly.
- Fix#271
private/protocola/json/jsonutil: Fix Unmarshal map[string]bool (#320)- Fixes the JSON unmarshaling of maps of bools. The unmarshal case was missing the condition for bool value, in addition the bool pointer.
- Fix#319
Changelog
Sourced fromgithub.com/aws/aws-sdk-go-v2's changelog.
Release v0.10.0 (2019-07-24)
Services
- Synced the V2 SDK with latest AWS service API definitions.
- Fixes#341
- Fixes#342
SDK Breaking Changes
aws: Add default HTTP client instead of http.DefaultClient/Transport (#315)- Adds a new BuildableHTTPClient type to the SDK's aws package. The type uses the builder pattern with immutable changes. Modifications to the buildable client create copies of the client. Adds a HTTPClient interface to the aws package that the SDK will use as an abstraction over the specific HTTP client implementation. The SDK will default to the BuildableHTTPClient, but a *http.Client can be also provided for custom configuration. When the SDK's aws.Config.HTTPClient value is a BuildableHTTPClient the SDK will be able to use API client specific request timeout options.
- Fixes#279
- Fixes#269
SDK Enhancements
service/s3/s3manager: Update S3 Upload Multipart location (#324)- Updates the Location returned value of S3 Upload's Multipart UploadOutput type to be consistent with single part upload URL. This update also brings the multipart upload Location inline with the S3 object URLs created by the SDK.
- Fixes#323
- V2 Portaws/aws-sdk-go#2453
SDK Bugs
private/model: Handles empty map vs unset map behavior in send request (#337)- Updated shape marshal model to handle the empty map vs nil map behavior. Adding a test case to assert behavior when a user sends an empty map vs nil map.
- Fix#332
service/rds: Fix presign URL for same region (#331)- Fixes RDS no-autopresign URL for same region issue for aws-sdk-go-v2. Solves the issue by making sure that the presigned URLs are not created, when the source and destination regions are the same. Added and updated the tests accordingly.
- Fix#271
private/protocola/json/jsonutil: Fix Unmarshal map[string]bool (#320)- Fixes the JSON unmarshaling of maps of bools. The unmarshal case was missing the condition for bool value, in addition the bool pointer.
- Fix#319
Commits
5208fda Release v0.10.0 (2019-07-24) (#344)829ec26 example/service/sagemaker: Add create training job example (#330)ed4e589 private/model: Handles empty map vs unset map behavior in send request (#337)99b7e3d aws: fix a typo environment var usage (#336)a5b6d58 Fix typo in SDK README (#335)b71f4da private/protocol: Add unmarshaler benchmarks (#334)801e5ee service/rds: Fix presign URL for same region (#331)a357131 aws: Add default HTTP client instead of http.DefaultClient/Transport (#315)4f5e4b5 private/protocol: Fix benchmarks (#329)76aec52 Fix SDK README example (#325)- Additional commits viewable incompare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting@dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase will rebase this PR@dependabot recreate will recreate this PR, overwriting any edits that have been made to it@dependabot merge will merge this PR after your CI passes on it@dependabot squash and merge will squash and merge this PR after your CI passes on it@dependabot cancel merge will cancel a previously requested merge and block automerging@dependabot reopen will reopen this PR if it is closed@dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it@dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labels will set the current labels as the default for future PRs for this repo and language@dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language@dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language@dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language@dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabotdashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning@dependabot.
Uh oh!
There was an error while loading.Please reload this page.
Bumpsgithub.com/aws/aws-sdk-go-v2 from 0.9.0 to 0.10.0.
Release notes
Sourced fromgithub.com/aws/aws-sdk-go-v2's releases.
Changelog
Sourced fromgithub.com/aws/aws-sdk-go-v2's changelog.
Commits
5208fdaRelease v0.10.0 (2019-07-24) (#344)829ec26example/service/sagemaker: Add create training job example (#330)ed4e589private/model: Handles empty map vs unset map behavior in send request (#337)99b7e3daws: fix a typo environment var usage (#336)a5b6d58Fix typo in SDK README (#335)b71f4daprivate/protocol: Add unmarshaler benchmarks (#334)801e5eeservice/rds: Fix presign URL for same region (#331)a357131aws: Add default HTTP client instead of http.DefaultClient/Transport (#315)4f5e4b5private/protocol: Fix benchmarks (#329)76aec52Fix SDK README example (#325)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot ignore this [patch|minor|major] versionwill close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readmeAdditionally, you can set the following in your Dependabotdashboard:
Finally, you can contact us by mentioning@dependabot.