Skip to content

Releases: aws/aws-sdk-go

Release v1.31.3

21 May 18:18
Compare
Choose a tag to compare

Release v1.31.3 (2020-05-21)

Service Client Updates

  • service/codebuild: Updates service API and documentation
    • CodeBuild adds support for tagging with report groups
  • service/ec2: Updates service API and documentation
    • From this release onwards ProvisionByoipCidr publicly supports IPv6. Updated ProvisionByoipCidr API to support tags for public IPv4 and IPv6 pools. Added NetworkBorderGroup to the DescribePublicIpv4Pools response.
  • service/s3: Updates service API, documentation, and examples
    • Deprecates unusable input members bound to Content-MD5 header. Updates example and documentation.
  • service/synthetics: Updates service API and documentation

Release v1.31.2

20 May 18:10
Compare
Choose a tag to compare

Release v1.31.2 (2020-05-20)

Service Client Updates

  • service/application-autoscaling: Updates service documentation
  • service/appmesh: Updates service API and documentation
  • service/backup: Updates service API and documentation
  • service/chime: Updates service API and documentation
    • Amazon Chime enterprise account administrators can now set custom retention policies on chat data in the Amazon Chime application.
  • service/codedeploy: Updates service API and documentation
    • Amazon ECS customers using application and network load balancers can use CodeDeploy BlueGreen hook to invoke a CloudFormation stack update. With this update you can view CloudFormation deployment and target details via existing APIs and use your stack Id to list or delete all deployments associated with the stack.
  • service/medialive: Updates service API, documentation, waiters, and paginators
    • AWS Elemental MediaLive now supports the ability to ingest the content that is streaming from an AWS Elemental Link device: https://aws.amazon.com/medialive/features/link/. This release also adds support for SMPTE-2038 and input state waiters.
  • service/securityhub: Updates service API and documentation
  • service/transcribe-streaming: Updates service API and documentation

SDK Bugs

  • service/s3/s3crypto: Add missing return in encryption client (#3258)
    • Fixes a missing return in the encryption client that was causing a nil dereference panic.

Release v1.31.1

19 May 18:18
Compare
Choose a tag to compare

Release v1.31.1 (2020-05-19)

Service Client Updates

  • service/chime: Updates service API and documentation
    • You can now receive Voice Connector call events through SNS or SQS.
  • service/ec2: Updates service API and documentation
    • This release adds support for Federated Authentication via SAML-2.0 in AWS ClientVPN.
  • service/health: Updates service API, documentation, and paginators
  • service/transcribe: Updates service documentation

Release v1.31.0

18 May 19:24
Compare
Choose a tag to compare

Release v1.31.0 (2020-05-18)

Service Client Updates

  • service/chime: Updates service API and documentation
    • Amazon Chime now supports redacting chat messages.
  • service/dynamodb: Updates service documentation
    • Documentation updates for dynamodb
  • service/ec2: Updates service API
    • This release changes the RunInstances CLI and SDK's so that if you do not specify a client token, a randomly generated token is used for the request to ensure idempotency.
  • service/ecs: Updates service API and documentation
    • This release adds support for specifying environment files to add environment variables to your containers.
  • service/macie2: Updates service API
  • service/qldb: Updates service API, documentation, and paginators

SDK Features

  • service/dynamodb/dynamodbattribute: Support has been added for empty string and byte values.
    • Encoder has added two new configuration options for controlling whether empty string and byte values are sent as null or empty.
      • NullEmptyString: Whether string values that are empty will be sent as null (default: true).
      • NullEmptyByteSlice: Whether byte slice that are empty will be sent as null (default: true).
      • The default value for these options retrains the existing behavior of the SDK in prior releases.

Release v1.30.29

15 May 18:23
Compare
Choose a tag to compare

Release v1.30.29 (2020-05-15)

Service Client Updates

  • service/cloudformation: Updates service API, documentation, waiters, and paginators
    • This release adds support for the following features: 1. DescribeType and ListTypeVersions APIs now output a field IsDefaultVersion, indicating if a version is the default version for its type; 2. Add StackRollbackComplete waiter feature to wait until stack status is UPDATE_ROLLBACK_COMPLETE; 3. Add paginators in DescribeAccountLimits, ListChangeSets, ListStackInstances, ListStackSetOperationResults, ListStackSetOperations, ListStackSets APIs.
  • service/ecr: Updates service API and documentation
    • This release adds support for specifying an image manifest media type when pushing a manifest to Amazon ECR.
  • service/glue: Updates service API and documentation
    • Starting today, you can stop the execution of Glue workflows that are running. AWS Glue workflows are directed acyclic graphs (DAGs) of Glue triggers, crawlers and jobs. Using a workflow, you can design a complex multi-job extract, transform, and load (ETL) activity that AWS Glue can execute and track as single entity.
  • service/sts: Updates service API
    • API updates for STS

Release v1.30.28

14 May 18:14
Compare
Choose a tag to compare

Release v1.30.28 (2020-05-14)

Service Client Updates

  • service/ec2: Updates service API and documentation
    • Amazon EC2 now supports adding AWS resource tags for associations between VPCs and local gateways, at creation time.
  • service/imagebuilder: Updates service API and documentation

Release v1.30.27

13 May 18:09
Compare
Choose a tag to compare

Release v1.30.27 (2020-05-13)

Service Client Updates

Release v1.30.26

12 May 18:18
Compare
Choose a tag to compare

Release v1.30.26 (2020-05-12)

Service Client Updates

  • service/iotsitewise: Updates service documentation
  • service/workmail: Updates service API and documentation
    • Minor API fixes and updates to the documentation.

Release v1.30.25

11 May 18:13
Compare
Choose a tag to compare

Release v1.30.25 (2020-05-11)

Service Client Updates

  • service/codeguru-reviewer: Updates service API and documentation
  • service/ec2: Updates service API
    • M6g instances are our next-generation general purpose instances powered by AWS Graviton2 processors
  • service/kendra: Updates service API and documentation
    • Amazon Kendra is now generally available. As part of general availability, we are launching * Developer edition * Ability to scale your Amazon Kendra index with capacity units * Support for new connectors * Support for new tagging API's * Support for Deleting data source * Metrics for data source sync operations * Metrics for query & storage utilization

Release v1.30.24

08 May 18:23
Compare
Choose a tag to compare

Release v1.30.24 (2020-05-08)

Service Client Updates

  • service/guardduty: Updates service documentation
    • Documentation updates for GuardDuty
  • service/resourcegroupstaggingapi: Updates service documentation
    • Documentation updates for resourcegroupstaggingapi
  • service/sagemaker: Updates service API and documentation
    • This release adds a new parameter (EnableInterContainerTrafficEncryption) to CreateProcessingJob API to allow for enabling inter-container traffic encryption on processing jobs.

SDK Bugs

  • service/dynamodb/dynamodbattribute: Simplified decode logic to decode AttributeValue as it is defined (#3308)