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

v1.23.13 #2805

Merged
merged 1 commit into from
Aug 30, 2019
Merged

v1.23.13 #2805

merged 1 commit into from
Aug 30, 2019

Conversation

aws-sdk-go-automation
Copy link
Contributor

Release v1.23.13 (2019-08-30)

Service Client Updates

  • service/apigatewaymanagementapi: Updates service API and documentation
  • service/ecs: Updates service API and documentation
    • This release of Amazon Elastic Container Service (Amazon ECS) introduces support for modifying the cluster settings for existing clusters, which enables you to toggle whether Container Insights is enabled or not. Support is also introduced for custom log routing using the ECS FireLens integration.
  • service/mq: Updates service API and documentation
    • Adds support for updating security groups selection of an Amazon MQ broker.

SDK Bugs

  • aws/csm: Fix metricChan's unsafe atomic operations (#2785)
    • Fixes #2784 test failure caused by the metricChan.paused member being a value instead of a pointer. If the metricChan value was ever copied the atomic operations performed on paused would be invalid.
  • aws/client: Updates logic for request retry delay calculation (#2796)
    • Updates logic for calculating the delay after which a request can be retried. Retry delay now includes the Retry-After duration specified in a request. Fixes broken test for retry delays for throttled exceptions.
    • Fixes #2795

@aws-sdk-go-automation aws-sdk-go-automation merged commit 617a39e into master Aug 30, 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.

aws/client: Fix broken Throttle Retry test case TestMetricChanPush panics on 386 and arm
1 participant