Skip to content

Release v1.23.13

Compare
Choose a tag to compare
@aws-sdk-go-automation aws-sdk-go-automation released this 30 Aug 18:22

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