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.29.21 #3197

Merged
merged 1 commit into from
Mar 10, 2020
Merged

Release v1.29.21 #3197

merged 1 commit into from
Mar 10, 2020

Conversation

aws-sdk-go-automation
Copy link
Contributor

Release v1.29.21 (2020-03-10)

Service Client Updates

  • service/ec2: Updates service API and documentation
    • Documentation updates for EC2
  • service/iotevents: Updates service API and documentation
  • service/marketplacecommerceanalytics: Updates service documentation
    • Change the disbursement data set to look past 31 days instead until the beginning of the month.
  • service/serverlessrepo: Updates service API and documentation

SDK Enhancements

  • aws/credentials: Clarify token usage in NewStaticCredentials documentation.
  • service/s3/s3manager: Improve memory allocation behavior by replacing sync.Pool with custom pool implementation (#3183)
    • Improves memory allocations that occur when the provided io.Reader to upload does not satisfy both the io.ReaderAt and io.ReadSeeker interfaces.
    • Fixes #3075

===

### Service Client Updates
* `service/ec2`: Updates service API and documentation
  * Documentation updates for EC2
* `service/iotevents`: Updates service API and documentation
* `service/marketplacecommerceanalytics`: Updates service documentation
  * Change the disbursement data set to look past 31 days instead until the beginning of the month.
* `service/serverlessrepo`: Updates service API and documentation

### SDK Enhancements
* `aws/credentials`: Clarify `token` usage in `NewStaticCredentials` documentation.
  * Related to [#3162](#3162).
* `service/s3/s3manager`: Improve memory allocation behavior by replacing sync.Pool with custom pool implementation ([#3183](#3183))
  * Improves memory allocations that occur when the provided `io.Reader` to upload does not satisfy both the `io.ReaderAt` and `io.ReadSeeker` interfaces.
  * Fixes [#3075](#3075)
@aws-sdk-go-automation aws-sdk-go-automation merged commit f2ca443 into master Mar 10, 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.

memory usage of s3 upload manager for Go 1.13.5 and 1.13.6
1 participant