Skip to content

Releases: aws/aws-sdk-go

Release v1.31.8

01 Jun 18:09
Compare
Choose a tag to compare

Release v1.31.8 (2020-06-01)

Service Client Updates

  • service/athena: Updates service API, documentation, and paginators
  • service/elasticmapreduce: Updates service API and documentation
    • Amazon EMR now supports encrypting log files with AWS Key Management Service (KMS) customer managed keys.
  • service/fsx: Updates service API and documentation
  • service/kms: Updates service API and documentation
    • AWS Key Management Service (AWS KMS): If the GenerateDataKeyPair or GenerateDataKeyPairWithoutPlaintext APIs are called on a CMK in a custom key store (origin == AWS_CLOUDHSM), they return an UnsupportedOperationException. If a call to UpdateAlias causes a customer to exceed the Alias resource quota, the UpdateAlias API returns a LimitExceededException.
  • service/sagemaker: Updates service API and documentation
    • We are releasing HumanTaskUiArn as a new parameter in CreateLabelingJob and RenderUiTemplate which can take an ARN for a system managed UI to render a task.
  • service/worklink: Updates service API and documentation

Release v1.31.7

28 May 18:09
Compare
Choose a tag to compare

Release v1.31.7 (2020-05-28)

Service Client Updates

  • service/kafka: Updates service API and documentation
  • service/marketplace-catalog: Updates service API and documentation
  • service/qldb-session: Updates service documentation
  • service/workmail: Updates service API and documentation
    • This release adds support for Amazon WorkMail organization-level retention policies.

Release v1.31.6

27 May 18:15
Compare
Choose a tag to compare

Release v1.31.6 (2020-05-27)

Service Client Updates

  • service/elasticloadbalancingv2: Updates service API and documentation
  • service/guardduty: Updates service documentation
    • Documentation updates for GuardDuty

Release v1.31.5

26 May 18:09
Compare
Choose a tag to compare

Release v1.31.5 (2020-05-26)

Service Client Updates

  • service/dlm: Updates service API and documentation
  • service/ec2: Updates service API and documentation
    • ebsOptimizedInfo, efaSupported and supportedVirtualizationTypes added to DescribeInstanceTypes API
  • service/elasticache: Updates service API and documentation
    • Amazon ElastiCache now allows you to use resource based policies to manage access to operations performed on ElastiCache resources. Also, Amazon ElastiCache now exposes ARN (Amazon Resource Names) for ElastiCache resources such as Cache Clusters and Parameter Groups. ARNs can be used to apply IAM policies to ElastiCache resources.
  • service/macie: Updates service documentation, paginators, and examples
    • This is a documentation-only update to the Amazon Macie Classic API. This update corrects out-of-date references to the service name.
  • service/quicksight: Updates service API and documentation
    • Add DataSetArns to QuickSight DescribeDashboard API response.
  • service/ssm: Updates service API and documentation
    • The AWS Systems Manager GetOpsSummary API action now supports multiple OpsResultAttributes in the request. Currently, this feature only supports OpsResultAttributes with the following TypeNames: [AWS:EC2InstanceComputeOptimizer] or [AWS:EC2InstanceInformation, AWS:EC2InstanceComputeOptimizer]. These TypeNames can be used along with either or both of the following: [AWS:EC2InstanceRecommendation, AWS:RecommendationSource]

Release v1.31.4

22 May 18:12
Compare
Choose a tag to compare

Release v1.31.4 (2020-05-22)

Service Client Updates

  • service/autoscaling: Updates service documentation
    • Documentation updates for Amazon EC2 Auto Scaling
  • service/iotsitewise: Updates service API and documentation

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