Skip to content

Releases: aws/aws-sdk-go-v2

Release (2025-02-06)

06 Feb 19:42
Compare
Choose a tag to compare

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/cloudformation: v1.57.0
    • Feature: We added 5 new stack refactoring APIs: CreateStackRefactor, ExecuteStackRefactor, ListStackRefactors, DescribeStackRefactor, ListStackRefactorActions.
  • github.com/aws/aws-sdk-go-v2/service/connectcases: v1.22.0
    • Feature: This release adds the ability to conditionally require fields on a template. Check public documentation for more information.
  • github.com/aws/aws-sdk-go-v2/service/costoptimizationhub: v1.12.0
    • Feature: This release enables AWS Cost Optimization Hub to show cost optimization recommendations for Amazon Auto Scaling Groups, including those with single and mixed instance types.
  • github.com/aws/aws-sdk-go-v2/service/s3: v1.76.0
    • Feature: Updated list of the valid AWS Region values for the LocationConstraint parameter for general purpose buckets.

Release (2025-02-05)

05 Feb 19:45
Compare
Choose a tag to compare

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/dynamodb: v1.40.0
    • Feature: Track AccountID endpoint mode in user-agent.
  • github.com/aws/aws-sdk-go-v2/service/rds: v1.93.12
    • Documentation: Documentation updates to clarify the description for the parameter AllocatedStorage for the DB cluster data type, the description for the parameter DeleteAutomatedBackups for the DeleteDBCluster API operation, and removing an outdated note for the CreateDBParameterGroup API operation.

Release (2025-02-04)

04 Feb 19:43
Compare
Choose a tag to compare

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/databasemigrationservice: v1.46.0
    • Feature: Introduces TargetDataSettings with the TablePreparationMode option available for data migrations.
  • github.com/aws/aws-sdk-go-v2/service/datasync: v1.45.3
    • Documentation: Doc-only update to provide more information on using Kerberos authentication with SMB locations.
  • github.com/aws/aws-sdk-go-v2/service/iam: v1.39.0
    • Feature: This release adds support for accepting encrypted SAML assertions. Customers can now configure their identity provider to encrypt the SAML assertions it sends to IAM.
  • github.com/aws/aws-sdk-go-v2/service/neptunegraph: v1.16.0
    • Feature: Added argument to list-export to filter by graph ID
  • github.com/aws/aws-sdk-go-v2/service/qbusiness: v1.21.0
    • Feature: Adds functionality to enable/disable a new Q Business Chat orchestration feature. If enabled, Q Business can orchestrate over datasources and plugins without the need for customers to select specific chat modes.
  • github.com/aws/aws-sdk-go-v2/service/sagemaker: v1.174.1
    • Documentation: IPv6 support for Hyperpod clusters

Release (2025-02-03)

03 Feb 19:44
Compare
Choose a tag to compare

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/mediatailor: v1.44.0
    • Feature: Add support for CloudWatch Vended Logs which allows for delivery of customer logs to CloudWatch Logs, S3, or Firehose.

Release (2025-01-31)

31 Jan 19:43
Compare
Choose a tag to compare

General Highlights

  • Dependency Update: Switch to code-generated waiter matchers, removing the dependency on go-jmespath.
  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2: v1.36.0
    • Feature: Reduce allocations in query encoding.
    • Dependency Update: Remove root dependency on go-jmespath, which is no longer used.
  • github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue: v1.18.0
    • Feature: Add FixUnmarshalIndividualSetValues option to DecoderOptions to fix unmarshalling of individual values of StringSet, NumberSet, and BinarySet attributes.
  • github.com/aws/aws-sdk-go-v2/feature/dynamodbstreams/attributevalue: v1.17.0
    • Feature: Add FixUnmarshalIndividualSetValues option to DecoderOptions to fix unmarshalling of individual values of StringSet, NumberSet, and BinarySet attributes.
  • github.com/aws/aws-sdk-go-v2/feature/s3/manager: v1.17.57
    • Bug Fix: Fix incorrect reference to old s3manager in comments.
  • github.com/aws/aws-sdk-go-v2/service/amp: v1.31.0
    • Feature: Add support for sending metrics to cross account and CMCK AMP workspaces through RoleConfiguration on Create/Update Scraper.
  • github.com/aws/aws-sdk-go-v2/service/bedrockagentruntime: v1.35.0
    • Feature: This change is to deprecate the existing citation field under RetrieveAndGenerateStream API response in lieu of GeneratedResponsePart and RetrievedReferences
  • github.com/aws/aws-sdk-go-v2/service/codebuild: v1.51.0
    • Feature: Added support for CodeBuild self-hosted Buildkite runner builds
  • github.com/aws/aws-sdk-go-v2/service/georoutes: v1.1.0
    • Feature: The OptimizeWaypoints API now supports 50 waypoints per request (20 with constraints like AccessHours or AppointmentTime). It adds waypoint clustering via Clustering and ClusteringIndex for better optimization. Also, total distance validation is removed for greater flexibility.
  • github.com/aws/aws-sdk-go-v2/service/rds: v1.93.10
    • Documentation: Updates to Aurora MySQL and Aurora PostgreSQL API pages with instance log type in the create and modify DB Cluster.
  • github.com/aws/aws-sdk-go-v2/service/sagemaker: v1.174.0
    • Feature: This release introduces a new valid value in InstanceType parameter: p5en.48xlarge, in ProductionVariant.

Release (2025-01-30)

30 Jan 19:58
Compare
Choose a tag to compare

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2: v1.35.0
    • Feature: Reduce allocations in query encoding.
    • Bug Fix: Do not sign Transfer-Encoding header in Sigv4[a]. Fixes a signer mismatch issue with S3 Accelerate.
  • github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue: v1.17.0
    • Feature: Add FixUnmarshalIndividualSetValues option to DecoderOptions to fix unmarshalling of individual values of StringSet, NumberSet, and BinarySet attributes.
  • github.com/aws/aws-sdk-go-v2/feature/dynamodbstreams/attributevalue: v1.16.0
    • Feature: Add FixUnmarshalIndividualSetValues option to DecoderOptions to fix unmarshalling of individual values of StringSet, NumberSet, and BinarySet attributes.
  • github.com/aws/aws-sdk-go-v2/feature/s3/manager: v1.17.56
    • Bug Fix: Fix incorrect reference to old s3manager in comments.
  • github.com/aws/aws-sdk-go-v2/internal/v4a: v1.3.30
    • Bug Fix: Do not sign Transfer-Encoding header in Sigv4[a]. Fixes a signer mismatch issue with S3 Accelerate.
  • github.com/aws/aws-sdk-go-v2/service/appstream: v1.43.0
    • Feature: Add support for managing admin consent requirement on selected domains for OneDrive Storage Connectors in AppStream2.0.
  • github.com/aws/aws-sdk-go-v2/service/bedrockagentruntime: v1.34.0
    • Feature: Add a 'reason' field to InternalServerException
  • github.com/aws/aws-sdk-go-v2/service/ecr: v1.40.0
    • Feature: Temporarily updating dualstack endpoint support
  • github.com/aws/aws-sdk-go-v2/service/ecrpublic: v1.31.0
    • Feature: Temporarily updating dualstack endpoint support
  • github.com/aws/aws-sdk-go-v2/service/mediatailor: v1.43.0
    • Feature: Adds options for configuring how MediaTailor conditions ads before inserting them into the content stream. Based on the new settings, MediaTailor will either transcode ads to match the content stream as it has in the past, or it will insert ads without first transcoding them.
  • github.com/aws/aws-sdk-go-v2/service/qbusiness: v1.20.0
    • Feature: Added APIs to manage QBusiness user subscriptions
  • github.com/aws/aws-sdk-go-v2/service/s3tables: v1.1.0
    • Feature: You can now use the CreateTable API operation to create tables with schemas by adding an optional metadata argument.
  • github.com/aws/aws-sdk-go-v2/service/verifiedpermissions: v1.21.0
    • Feature: Adds Cedar JSON format support for entities and context data in authorization requests

Release (2025-01-29)

29 Jan 20:19
Compare
Choose a tag to compare

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2/feature/s3/manager: v1.17.55
    • Bug Fix: Fix incorrect reference to old s3manager in comments.
  • github.com/aws/aws-sdk-go-v2/service/bcmpricingcalculator: v1.2.0
    • Feature: Added ConflictException error type in DeleteBillScenario, BatchDeleteBillScenarioCommitmentModification, BatchDeleteBillScenarioUsageModification, BatchUpdateBillScenarioUsageModification, and BatchUpdateBillScenarioCommitmentModification API operations.
  • github.com/aws/aws-sdk-go-v2/service/ecr: v1.39.0
    • Feature: Add support for Dualstack and Dualstack-with-FIPS Endpoints
  • github.com/aws/aws-sdk-go-v2/service/ecrpublic: v1.30.0
    • Feature: Add support for Dualstack Endpoints
  • github.com/aws/aws-sdk-go-v2/service/mailmanager: v1.8.0
    • Feature: This release includes a new feature for Amazon SES Mail Manager which allows customers to specify known addresses and domains and make use of those in traffic policies and rules actions to distinguish between known and unknown entries.
  • github.com/aws/aws-sdk-go-v2/service/s3: v1.75.0
    • Feature: Change the type of MpuObjectSize in CompleteMultipartUploadRequest from int to long.
  • github.com/aws/aws-sdk-go-v2/service/transcribestreaming: v1.23.0
    • Feature: This release adds support for AWS HealthScribe Streaming APIs within Amazon Transcribe.

Release (2025-01-28)

28 Jan 19:44
Compare
Choose a tag to compare

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/appsync: v1.42.0
    • Feature: Add stash and outErrors to EvaluateCode/EvaluateMappingTemplate response
  • github.com/aws/aws-sdk-go-v2/service/datasync: v1.45.0
    • Feature: AWS DataSync now supports the Kerberos authentication protocol for SMB locations.
  • github.com/aws/aws-sdk-go-v2/service/deadline: v1.8.0
    • Feature: feature: Deadline: Add support for limiting the concurrent usage of external resources, like floating licenses, using limits and the ability to constrain the maximum number of workers that work on a job
  • github.com/aws/aws-sdk-go-v2/service/ec2: v1.202.0
    • Feature: This release changes the CreateFleet CLI and SDK's such that if you do not specify a client token, a randomly generated token is used for the request to ensure idempotency.
  • github.com/aws/aws-sdk-go-v2/service/firehose: v1.36.0
    • Feature: For AppendOnly streams, Firehose will automatically scale to match your throughput.
  • github.com/aws/aws-sdk-go-v2/service/timestreaminfluxdb: v1.8.0
    • Feature: Adds 'allocatedStorage' parameter to UpdateDbInstance API that allows increasing the database instance storage size and 'dbStorageType' parameter to UpdateDbInstance API that allows changing the storage type of the database instance

Release (2025-01-27)

27 Jan 20:04
Compare
Choose a tag to compare

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/bedrockagent: v1.34.0
    • Feature: Add support for the prompt caching feature for Bedrock Prompt Management
  • github.com/aws/aws-sdk-go-v2/service/mediaconvert: v1.66.0
    • Feature: This release adds support for dynamic audio configuration and the ability to disable the deblocking filter for h265 encodes.
  • github.com/aws/aws-sdk-go-v2/service/s3control: v1.53.0
    • Feature: Minor fix to ARN validation for Lambda functions passed to S3 Batch Operations

Release (2025-01-24)

24 Jan 19:47
Compare
Choose a tag to compare

General Highlights

  • Dependency Update: Updated to the latest SDK module versions
  • Dependency Update: Upgrade to smithy-go v1.22.2.

Module Highlights

  • github.com/aws/aws-sdk-go-v2: v1.34.0
    • Feature: Reduce allocations in query encoding.
  • github.com/aws/aws-sdk-go-v2/config: v1.29.2
    • Bug Fix: Fix env config naming and usage of deprecated ioutil
  • github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue: v1.16.0
    • Feature: Add FixUnmarshalIndividualSetValues option to DecoderOptions to fix unmarshalling of individual values of StringSet, NumberSet, and BinarySet attributes.
  • github.com/aws/aws-sdk-go-v2/feature/dynamodbstreams/attributevalue: v1.15.0
    • Feature: Add FixUnmarshalIndividualSetValues option to DecoderOptions to fix unmarshalling of individual values of StringSet, NumberSet, and BinarySet attributes.
  • github.com/aws/aws-sdk-go-v2/feature/s3/manager: v1.17.54
    • Bug Fix: Fix incorrect reference to old s3manager in comments.
  • github.com/aws/aws-sdk-go-v2/internal/ini: v1.8.2
    • Bug Fix: Refactor filepath.Walk to filepath.WalkDir
  • github.com/aws/aws-sdk-go-v2/service/autoscaling: v1.51.8
    • Bug Fix: Switch to generated waiters, removing the dependency on go-jmespath and fixing broken waiters that used ordering comparators.
  • github.com/aws/aws-sdk-go-v2/service/cloudtrail: v1.47.0
    • Feature: This release introduces the SearchSampleQueries API that allows users to search for CloudTrail Lake sample queries.
  • github.com/aws/aws-sdk-go-v2/service/cloudwatch: v1.43.10
    • Bug Fix: Switch to generated waiters, removing the dependency on go-jmespath and fixing broken waiters that used ordering comparators.
  • github.com/aws/aws-sdk-go-v2/service/eks: v1.57.0
    • Feature: Adds support for UpdateStrategies in EKS Managed Node Groups.
  • github.com/aws/aws-sdk-go-v2/service/healthlake: v1.29.0
    • Feature: Added new authorization strategy value 'SMART_ON_FHIR' for CreateFHIRDatastore API to support Smart App 2.0
  • github.com/aws/aws-sdk-go-v2/service/internal/checksum: v1.5.3
    • Bug Fix: Enable request checksum validation mode by default
  • github.com/aws/aws-sdk-go-v2/service/s3: v1.74.1
    • Bug Fix: Enable request checksum validation mode by default
  • github.com/aws/aws-sdk-go-v2/service/ssm: v1.56.8
    • Documentation: Systems Manager doc-only update for January, 2025.
  • github.com/aws/aws-sdk-go-v2/service/ssooidc: v1.28.11
    • Documentation: Fixed typos in the descriptions.
  • github.com/aws/aws-sdk-go-v2/service/transfer: v1.56.0
    • Feature: Added CustomDirectories as a new directory option for storing inbound AS2 messages, MDN files and Status files.