Release v2.0.0-preview.3 (2018-03-08) #147
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Services
Breaking Changes
private/mode/api
: Refactor service paginator helpers to iterator pattern (private/mode/api: refactoring paginators #119)private/model/api
: Removes setter helpers from service API types (private/model/api: remove setters #101)aws
: Rename CanceledErrorCode to ErrCodeRequestCanceled (aws: rename CanceledErrorCode to ErrCodeRequestCanceled #131)SDK Bugs
internal/awsutil
: Fix DeepEqual to consider string alias type equal to string (internal/awsutil: Fix DeepEqual to consider string and string alias type equal #102)aws/external
: Fix EnvConfig misspelled container endpoint path getter (aws/external: Fix EnvConfig misspelled container endpoint path getter #106)service/s3/s3crypto
: Fix S3Crypto's handling of TagLen (service/s3/s3crypto: syncing crypto change #107)private/model/api
: Update SDK service client initialization documentation (private/model/api: Update SDK service initialization doc #141)SDK Enhancements
aws
: Improve pagination unit tests (aws: Refactor pagination test based on v1 port #97)aws/external
: Add example for shared config and static credential helper (aws/external: Add example for shared config and static credential helper #109)private/model/api
: Add validation to prevent collision of api defintions (models/apis: adding validation to ensure collision of api defintions do not occur #112)aws/ec2metadata
: Add support for AWS_EC2_METADATA_DISABLED env var (aws/ec2metadata: Add support for AWS_EC2_METADATA_DISABLED env var #128)