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.40.25 #4063

Merged
merged 1 commit into from
Aug 18, 2021
Merged

Release v1.40.25 #4063

merged 1 commit into from
Aug 18, 2021

Conversation

aws-sdk-go-automation
Copy link
Contributor

Release v1.40.25 (2021-08-18)

Service Client Updates

  • service/codebuild: Updates service API and documentation
    • CodeBuild now allows you to make the build results for your build projects available to the public without requiring access to an AWS account.
  • service/route53: Updates service documentation
    • Documentation updates for route53
  • service/route53resolver: Updates service documentation
  • service/runtime.sagemaker: Updates service API and documentation
  • service/sagemaker: Updates service API and documentation
    • Amazon SageMaker now supports Asynchronous Inference endpoints. Adds PlatformIdentifier field that allows Notebook Instance creation with different platform selections. Increases the maximum number of containers in multi-container endpoints to 15. Adds more instance types to InstanceType field.

SDK Bugs

  • service/s3: Close http.Response.Body in CopyObject, UploadPartCopy and CompleteMultipartUpload operations

===

### Service Client Updates
* `service/codebuild`: Updates service API and documentation
  * CodeBuild now allows you to make the build results for your build projects available to the public without requiring access to an AWS account.
* `service/route53`: Updates service documentation
  * Documentation updates for route53
* `service/route53resolver`: Updates service documentation
* `service/runtime.sagemaker`: Updates service API and documentation
* `service/sagemaker`: Updates service API and documentation
  * Amazon SageMaker now supports Asynchronous Inference endpoints. Adds PlatformIdentifier field that allows Notebook Instance creation with different platform selections. Increases the maximum number of containers in multi-container endpoints to 15. Adds more instance types to InstanceType field.

### SDK Bugs
* `service/s3`: Close http.Response.Body in CopyObject, UploadPartCopy and CompleteMultipartUpload operations
  * Fixes [#4037](#4037)
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.

S3 operations CopyObject, UploadPartCopy and CompleteMultipartUpload don't close http.Response.Body
1 participant