Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.35.12 #3607

Merged
merged 1 commit into from
Oct 21, 2020
Merged

Release v1.35.12 #3607

merged 1 commit into from
Oct 21, 2020

Conversation

aws-sdk-go-automation
Copy link
Contributor

Release v1.35.12 (2020-10-21)

Service Client Updates

  • service/cloudfront: Updates service API and documentation
    • CloudFront adds support for managing the public keys for signed URLs and signed cookies directly in CloudFront (it no longer requires the AWS root account).
  • service/ec2: Updates service API and documentation
    • instance-storage-info nvmeSupport added to DescribeInstanceTypes API
  • service/globalaccelerator: Updates service API and documentation
  • service/glue: Updates service API and documentation
    • AWS Glue crawlers now support incremental crawls for the Amazon Simple Storage Service (Amazon S3) data source.
  • service/kendra: Updates service API and documentation
    • This release adds custom data sources: a new data source type that gives you full control of the documents added, modified or deleted during a data source sync while providing run history metrics.
  • service/organizations: Updates service documentation
    • AWS Organizations renamed the 'master account' to 'management account'.

SDK Bugs

  • aws/credentials: Fixed a race condition checking if credentials are expired. (#3448)
  • internal/ini: Fixes ini file parsing for cases when Right Hand Value is missed in the last statement of the ini file (#3596)

===

### Service Client Updates
* `service/cloudfront`: Updates service API and documentation
  * CloudFront adds support for managing the public keys for signed URLs and signed cookies directly in CloudFront (it no longer requires the AWS root account).
* `service/ec2`: Updates service API and documentation
  * instance-storage-info nvmeSupport added to DescribeInstanceTypes API
* `service/globalaccelerator`: Updates service API and documentation
* `service/glue`: Updates service API and documentation
  * AWS Glue crawlers now support incremental crawls for the Amazon Simple Storage Service (Amazon S3) data source.
* `service/kendra`: Updates service API and documentation
  * This release adds custom data sources: a new data source type that gives you full control of the documents added, modified or deleted during a data source sync while providing run history metrics.
* `service/organizations`: Updates service documentation
  * AWS Organizations renamed the 'master account' to 'management account'.

### SDK Bugs
* `aws/credentials`: Fixed a race condition checking if credentials are expired. ([#3448](#3448))
  * Fixes [#3524](#3524)
* `internal/ini`: Fixes ini file parsing for cases when Right Hand Value is missed in the last statement of the ini file ([#3596](#3596))
  * related to [#2800](#2800)
@aws-sdk-go-automation aws-sdk-go-automation merged commit b655064 into master Oct 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Data race in credentials.
1 participant