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.25.31 #2937

Merged
merged 1 commit into from Nov 8, 2019
Merged

Release v1.25.31 #2937

merged 1 commit into from Nov 8, 2019

Conversation

aws-sdk-go-automation
Copy link
Contributor

Release v1.25.31 (2019-11-08)

Service Client Updates

  • service/cognito-identity: Updates service API and documentation
  • service/ecr: Updates service documentation
    • This release contains ticket fixes for Amazon ECR.

SDK Bugs

  • aws/request: Ensure New request handles nil retryer (#2934)
    • Adds additional default behavior to the SDK's New request constructor, to handle the case where a nil Retryer was passed in. This error could occur when the SDK's Request type was being used to create requests directly, not through one of the SDK's client.
    • Fixes #2889

===

### Service Client Updates
* `service/cognito-identity`: Updates service API and documentation
* `service/ecr`: Updates service documentation
  * This release contains ticket fixes for Amazon ECR.

### SDK Bugs
* `aws/request`: Ensure New request handles nil retryer ([#2934](#2934))
  * Adds additional default behavior to the SDK's New request constructor, to handle the case where a nil Retryer was passed in. This error could occur when the SDK's Request type was being used to create requests directly, not through one of the SDK's client.
  * Fixes [#2889](#2889)
@aws-sdk-go-automation aws-sdk-go-automation merged commit b8ebb17 into master Nov 8, 2019
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.

Nil de-reference panic from attempts to access nil Retryer provider of Request object
1 participant