Skip to content

Releases: aws/aws-sdk-go

Release v1.30.4

03 Apr 18:13
Compare
Choose a tag to compare

Release v1.30.4 (2020-04-03)

Service Client Updates

  • service/personalize-runtime: Updates service API and documentation
  • service/robomaker: Updates service API and documentation

Release v1.30.3

02 Apr 18:14
Compare
Choose a tag to compare

Release v1.30.3 (2020-04-02)

Service Client Updates

  • service/gamelift: Updates service API and documentation
    • Public preview of GameLift FleetIQ as a standalone feature. GameLift FleetIQ makes it possible to use low-cost Spot instances by limiting the chance of interruptions affecting game sessions. FleetIQ is a feature of the managed GameLift service, and can now be used with game hosting in EC2 Auto Scaling groups that you manage in your own account.
  • service/medialive: Updates service API, documentation, and waiters
    • AWS Elemental MediaLive now supports Automatic Input Failover. This feature provides resiliency upstream of the channel, before ingest starts.
  • service/monitoring: Updates service API and documentation
    • Amazon CloudWatch Contributor Insights adds support for tags and tagging on resource creation.
  • service/rds: Updates service documentation
    • Documentation updates for RDS: creating read replicas is now supported for SQL Server DB instances
  • service/redshift: Updates service documentation
    • Documentation updates for redshift

SDK Enhancements

  • aws/credentials: ProviderWithContext optional interface has been added to support passing contexts on credential retrieval (#3223)
    • Credential providers that implement the optional ProviderWithContext will have context passed to them
    • ec2rolecreds.EC2RoleProvider, endpointcreds.Provider, stscreds.AssumeRoleProvider, stscreds.WebIdentityRoleProvider have been updated to support the ProviderWithContext interface
    • Fixes #3213
  • aws/ec2metadata: Context aware operations have been added EC2Metadata client (#3223)

Release v1.30.2

01 Apr 18:18
Compare
Choose a tag to compare

Release v1.30.2 (2020-04-01)

Service Client Updates

  • service/iot: Updates service API and documentation
    • This release introduces Dimensions for AWS IoT Device Defender. Dimensions can be used in Security Profiles to collect and monitor fine-grained metrics.
  • service/mediaconnect: Updates service API and documentation

Release v1.30.1

31 Mar 18:09
Compare
Choose a tag to compare

Release v1.30.1 (2020-03-31)

Service Client Updates

  • service/appconfig: Updates service API and documentation
  • service/detective: Updates service documentation
  • service/elastic-inference: Updates service API
  • service/fms: Updates service API and documentation
  • service/glue: Updates service API and documentation
    • Add two enums for MongoDB connection: Added "CONNECTION_URL" to "ConnectionPropertyKey" and added "MONGODB" to "ConnectionType"
  • service/lambda: Updates service API and documentation
    • AWS Lambda now supports .NET Core 3.1
  • service/mediastore: Updates service API and documentation
    • This release adds support for CloudWatch Metrics. You can now set a policy on your container to dictate which metrics MediaStore sends to CloudWatch.
  • service/opsworkscm: Updates service documentation
    • Documentation updates for OpsWorks-CM CreateServer values.
  • service/organizations: Updates service documentation
    • Documentation updates for AWS Organizations
  • service/pinpoint: Updates service API and documentation
    • This release of the Amazon Pinpoint API introduces MMS support for SMS messages.
  • service/rekognition: Updates service API and documentation
    • This release adds DeleteProject and DeleteProjectVersion APIs to Amazon Rekognition Custom Labels.
  • service/storagegateway: Updates service API and documentation
    • Adding audit logging support for SMB File Shares
  • service/wafv2: Updates service API and documentation

Release v1.30.0

30 Mar 18:15
Compare
Choose a tag to compare

Release v1.30.0 (2020-03-30)

Service Client Updates

  • service/accessanalyzer: Updates service API and documentation

SDK Features

  • SDK generated errors are fixed to use pointer receivers preventing confusion, and potential impossible type assertions. The SDK will only return API generated API error types as pointers. This fix ensures Go's type system will catch invalid error type assertions.

SDK Enhancements

  • Update SDK's go-jmespath dependency to latest tagged version 0.3.0 (#3205)

SDK Bugs

  • Fix generated SDK errors to use pointer receivers
    • Fixes the generated SDK API errors to use pointer function receivers instead of value. This fixes potential confusion writing code and not casting to the correct type. The SDK will always return the API error as a pointer, not value.
    • Code that did type assertions from the operation's returned error to the value type would never be satisfied. Leading to errors being missed. Changing the function receiver to a pointer prevents this error. Highlighting it in code bases.

Release v1.29.34

27 Mar 18:14
Compare
Choose a tag to compare

Release v1.29.34 (2020-03-27)

Service Client Updates

  • service/globalaccelerator: Updates service API and documentation
  • service/kendra: Updates service API and documentation
    • The Amazon Kendra Microsoft SharePoint data source now supports include and exclude regular expressions and change log features. Include and exclude regular expressions enable you to provide a list of regular expressions to match the display URL of SharePoint documents to either include or exclude documents respectively. When you enable the changelog feature it enables Amazon Kendra to use the SharePoint change log to determine which documents to update in the index.
  • service/servicecatalog: Updates service documentation
    • Added "LocalRoleName" as an acceptable Parameter for Launch type in CreateConstraint and UpdateConstraint APIs

Release v1.29.33

26 Mar 18:27
Compare
Choose a tag to compare

Release v1.29.33 (2020-03-26)

Service Client Updates

  • service/fsx: Updates service API and documentation
  • service/sagemaker: Updates service API and documentation
    • This release updates Amazon Augmented AI CreateFlowDefinition API and DescribeFlowDefinition response.
  • service/securityhub: Updates service API and documentation

Release v1.29.32

25 Mar 18:28
Compare
Choose a tag to compare

Release v1.29.32 (2020-03-25)

Service Client Updates

  • service/application-insights: Updates service API and documentation
  • service/ce: Updates service API and documentation
  • service/detective: Updates service API and documentation
  • service/es: Updates service API, documentation, and paginators
    • Adding support for customer packages (dictionary files) to Amazon Elasticsearch Service
  • service/managedblockchain: Updates service API and documentation
  • service/xray: Updates service API and documentation
    • GetTraceSummaries - Now provides additional root cause attribute ClientImpacting which indicates whether root cause impacted trace client.

Release v1.29.31

24 Mar 18:28
Compare
Choose a tag to compare

Release v1.29.31 (2020-03-24)

Service Client Updates

  • service/athena: Updates service documentation
    • Documentation updates for Athena, including QueryExecutionStatus QUEUED and RUNNING states. QUEUED now indicates that the query has been submitted to the service. RUNNING indicates that the query is in execution phase.
  • service/eks: Updates service API and documentation
  • service/organizations: Updates service API, documentation, and paginators
    • Introduces actions for giving a member account administrative Organizations permissions for an AWS service. You can run this action only for AWS services that support this feature.
  • service/rds-data: Updates service documentation

Release v1.29.30

23 Mar 18:31
Compare
Choose a tag to compare

Release v1.29.30 (2020-03-23)

Service Client Updates

  • service/apigatewayv2: Updates service API and documentation
    • Documentation updates to reflect that the default timeout for integrations is now 30 seconds for HTTP APIs.
  • service/eks: Updates service API and documentation
  • service/route53: Updates service documentation
    • Documentation updates for Route 53.