Releases: aws/aws-sdk-go-v2
Releases · aws/aws-sdk-go-v2
Release (2025-01-17)
General Highlights
- Bug Fix: Fix bug where credentials weren't refreshed during retry loop.
- Dependency Update: Updated to the latest SDK module versions
Module Highlights
github.com/aws/aws-sdk-go-v2/service/bedrockruntime
: v1.24.0- Feature: Allow hyphens in tool name for Converse and ConverseStream APIs
github.com/aws/aws-sdk-go-v2/service/detective
: v1.31.11- Documentation: Doc only update for Detective documentation.
github.com/aws/aws-sdk-go-v2/service/ec2
: v1.200.0- Feature: Release u7i-6tb.112xlarge, u7i-8tb.112xlarge, u7inh-32tb.480xlarge, p5e.48xlarge, p5en.48xlarge, f2.12xlarge, f2.48xlarge, trn2.48xlarge instance types.
github.com/aws/aws-sdk-go-v2/service/notifications
: v1.1.0- Feature: Added support for Managed Notifications, integration with AWS Organization and added aggregation summaries for Aggregate Notifications
github.com/aws/aws-sdk-go-v2/service/sagemaker
: v1.173.1- Documentation: Correction of docs for "Added support for ml.trn1.32xlarge instance type in Reserved Capacity Offering"
Release (2025-01-16)
General Highlights
- Dependency Update: Updated to the latest SDK module versions
Module Highlights
github.com/aws/aws-sdk-go-v2/service/ecs
: v1.53.7- Documentation: The release addresses Amazon ECS documentation tickets.
github.com/aws/aws-sdk-go-v2/service/internal/checksum
: v1.5.1- Bug Fix: Fix nil dereference panic for operations that require checksums, but do not have an input setting for which algorithm to use.
github.com/aws/aws-sdk-go-v2/service/sagemaker
: v1.173.0- Feature: Added support for ml.trn1.32xlarge instance type in Reserved Capacity Offering
Release (2025-01-15)
General Highlights
- Dependency Update: Updated to the latest SDK module versions
Module Highlights
github.com/aws/aws-sdk-go-v2
: v1.33.0- Feature: S3 client behavior is updated to always calculate a checksum by default for operations that support it (such as PutObject or UploadPart), or require it (such as DeleteObjects). The checksum algorithm used by default now becomes CRC32. Checksum behavior can be configured using
when_supported
andwhen_required
options - in code using RequestChecksumCalculation, in shared config using request_checksum_calculation, or as env variable using AWS_REQUEST_CHECKSUM_CALCULATION. The S3 client attempts to validate response checksums for all S3 API operations that support checksums. However, if the SDK has not implemented the specified checksum algorithm then this validation is skipped. Checksum validation behavior can be configured usingwhen_supported
andwhen_required
options - in code using ResponseChecksumValidation, in shared config using response_checksum_validation, or as env variable using AWS_RESPONSE_CHECKSUM_VALIDATION.
- Feature: S3 client behavior is updated to always calculate a checksum by default for operations that support it (such as PutObject or UploadPart), or require it (such as DeleteObjects). The checksum algorithm used by default now becomes CRC32. Checksum behavior can be configured using
github.com/aws/aws-sdk-go-v2/config
: v1.29.0- Feature: S3 client behavior is updated to always calculate a checksum by default for operations that support it (such as PutObject or UploadPart), or require it (such as DeleteObjects). The checksum algorithm used by default now becomes CRC32. Checksum behavior can be configured using
when_supported
andwhen_required
options - in code using RequestChecksumCalculation, in shared config using request_checksum_calculation, or as env variable using AWS_REQUEST_CHECKSUM_CALCULATION. The S3 client attempts to validate response checksums for all S3 API operations that support checksums. However, if the SDK has not implemented the specified checksum algorithm then this validation is skipped. Checksum validation behavior can be configured usingwhen_supported
andwhen_required
options - in code using ResponseChecksumValidation, in shared config using response_checksum_validation, or as env variable using AWS_RESPONSE_CHECKSUM_VALIDATION.
- Feature: S3 client behavior is updated to always calculate a checksum by default for operations that support it (such as PutObject or UploadPart), or require it (such as DeleteObjects). The checksum algorithm used by default now becomes CRC32. Checksum behavior can be configured using
github.com/aws/aws-sdk-go-v2/service/apigateway
: v1.28.6- Documentation: Documentation updates for Amazon API Gateway
github.com/aws/aws-sdk-go-v2/service/bedrockagentruntime
: v1.32.0- Feature: Now supports streaming for inline agents.
github.com/aws/aws-sdk-go-v2/service/cognitoidentity
: v1.28.0- Feature: corrects the dual-stack endpoint configuration
github.com/aws/aws-sdk-go-v2/service/internal/checksum
: v1.5.0- Feature: S3 client behavior is updated to always calculate a checksum by default for operations that support it (such as PutObject or UploadPart), or require it (such as DeleteObjects). The checksum algorithm used by default now becomes CRC32. Checksum behavior can be configured using
when_supported
andwhen_required
options - in code using RequestChecksumCalculation, in shared config using request_checksum_calculation, or as env variable using AWS_REQUEST_CHECKSUM_CALCULATION. The S3 client attempts to validate response checksums for all S3 API operations that support checksums. However, if the SDK has not implemented the specified checksum algorithm then this validation is skipped. Checksum validation behavior can be configured usingwhen_supported
andwhen_required
options - in code using ResponseChecksumValidation, in shared config using response_checksum_validation, or as env variable using AWS_RESPONSE_CHECKSUM_VALIDATION.
- Feature: S3 client behavior is updated to always calculate a checksum by default for operations that support it (such as PutObject or UploadPart), or require it (such as DeleteObjects). The checksum algorithm used by default now becomes CRC32. Checksum behavior can be configured using
github.com/aws/aws-sdk-go-v2/service/partnercentralselling
: v1.3.0- Feature: Add Tagging support for ResourceSnapshotJob resources
github.com/aws/aws-sdk-go-v2/service/s3
: v1.73.0- Feature: S3 client behavior is updated to always calculate a checksum by default for operations that support it (such as PutObject or UploadPart), or require it (such as DeleteObjects). The checksum algorithm used by default now becomes CRC32. Checksum behavior can be configured using
when_supported
andwhen_required
options - in code using RequestChecksumCalculation, in shared config using request_checksum_calculation, or as env variable using AWS_REQUEST_CHECKSUM_CALCULATION. The S3 client attempts to validate response checksums for all S3 API operations that support checksums. However, if the SDK has not implemented the specified checksum algorithm then this validation is skipped. Checksum validation behavior can be configured usingwhen_supported
andwhen_required
options - in code using ResponseChecksumValidation, in shared config using response_checksum_validation, or as env variable using AWS_RESPONSE_CHECKSUM_VALIDATION. - Feature: This change enhances integrity protections for new SDK requests to S3. S3 SDKs now support the CRC64NVME checksum algorithm, full object checksums for multipart S3 objects, and new default integrity protections for S3 requests.
- Feature: S3 client behavior is updated to always calculate a checksum by default for operations that support it (such as PutObject or UploadPart), or require it (such as DeleteObjects). The checksum algorithm used by default now becomes CRC32. Checksum behavior can be configured using
github.com/aws/aws-sdk-go-v2/service/securityir
: v1.1.0- Feature: Increase minimum length of Threat Actor IP 'userAgent' to 1.
github.com/aws/aws-sdk-go-v2/service/sesv2
: v1.41.0- Feature: This release introduces a new recommendation in Virtual Deliverability Manager Advisor, which detects elevated complaint rates for customer sending identities.
github.com/aws/aws-sdk-go-v2/service/workspaces
: v1.52.0- Feature: Added GeneralPurpose.4xlarge & GeneralPurpose.8xlarge ComputeTypes.
github.com/aws/aws-sdk-go-v2/service/workspacesthinclient
: v1.11.0- Feature: Mark type in MaintenanceWindow as required.
Release (2025-01-14)
General Highlights
- Bug Fix: Fix issue where waiters were not failing on unmatched errors as they should. This may have breaking behavioral changes for users in fringe cases. See this announcement for more information.
- Dependency Update: Updated to the latest SDK module versions
Module Highlights
github.com/aws/aws-sdk-go-v2/service/ec2
: v1.199.1- Bug Fix: Fix nil dereference panic in certain waiters.
github.com/aws/aws-sdk-go-v2/service/gamelift
: v1.39.0- Feature: Amazon GameLift releases a new game session placement feature: PriorityConfigurationOverride. You can now override how a game session queue prioritizes placement locations for a single StartGameSessionPlacement request.
github.com/aws/aws-sdk-go-v2/service/route53
: v1.48.0- Feature: Amazon Route 53 now supports the Mexico (Central) Region (mx-central-1) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region
Release (2025-01-13)
Module Highlights
github.com/aws/aws-sdk-go-v2/service/artifact
: v1.8.0- Feature: Support resolving regional API calls to partition's leader region endpoint.
github.com/aws/aws-sdk-go-v2/service/bedrock
: v1.26.0- Feature: With this release, Bedrock Evaluation will now support latency-optimized inference for foundation models.
github.com/aws/aws-sdk-go-v2/service/ec2
: v1.199.0- Feature: Add support for DisconnectOnSessionTimeout flag in CreateClientVpnEndpoint and ModifyClientVpnEndpoint requests and DescribeClientVpnEndpoints responses
github.com/aws/aws-sdk-go-v2/service/kafkaconnect
: v1.22.0- Feature: Support updating connector configuration via UpdateConnector API. Release Operations API to monitor the status of the connector operation.
github.com/aws/aws-sdk-go-v2/service/transcribe
: v1.42.0- Feature: This update provides tagging support for Transcribe's Call Analytics Jobs and Call Analytics Categories.
Release (2025-01-10)
General Highlights
- Dependency Update: Updated to the latest SDK module versions
Module Highlights
github.com/aws/aws-sdk-go-v2/service/redshift
: v1.53.4- Documentation: Additions to the PubliclyAccessible and Encrypted parameters clarifying what the defaults are.
github.com/aws/aws-sdk-go-v2/service/securitylake
: v1.19.8- Documentation: Doc only update for ServiceName that fixes several customer-reported issues
github.com/aws/aws-sdk-go-v2/service/sts
: v1.33.6- Documentation: Fixed typos in the descriptions.
Release (2025-01-09)
General Highlights
- Dependency Update: Updated to the latest SDK module versions
Module Highlights
github.com/aws/aws-sdk-go-v2
: v1.32.8- Bug Fix: Retry transient net.ErrClosed errors by default.
github.com/aws/aws-sdk-go-v2/service/codebuild
: v1.50.0- Feature: AWS CodeBuild Now Supports BuildBatch in Reserved Capacity and Lambda
github.com/aws/aws-sdk-go-v2/service/computeoptimizer
: v1.41.0- Feature: This release expands AWS Compute Optimizer rightsizing recommendation support for Amazon EC2 Auto Scaling groups to include those with scaling policies and multiple instance types.
github.com/aws/aws-sdk-go-v2/service/fms
: v1.39.0- Feature: AWS Firewall Manager now lets you combine multiple resource tags using the logical AND operator or the logical OR operator.
Release (2025-01-08)
General Highlights
- Dependency Update: Updated to the latest SDK module versions
Module Highlights
github.com/aws/aws-sdk-go-v2/service/rds
: v1.93.3- Documentation: Updates Amazon RDS documentation to clarify the RestoreDBClusterToPointInTime description.
github.com/aws/aws-sdk-go-v2/service/route53
: v1.47.0- Feature: Amazon Route 53 now supports the Asia Pacific (Thailand) Region (ap-southeast-7) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region
github.com/aws/aws-sdk-go-v2/service/sagemaker
: v1.172.0- Feature: Adds support for IPv6 for SageMaker HyperPod cluster nodes.
Release (2025-01-07)
General Highlights
- Dependency Update: Updated to the latest SDK module versions
Module Highlights
github.com/aws/aws-sdk-go-v2/service/cloudhsmv2
: v1.29.0- Feature: Adds support to ModifyCluster for modifying a Cluster's Hsm Type.
github.com/aws/aws-sdk-go-v2/service/dynamodb
: v1.39.0- Feature: This release makes Amazon DynamoDB point-in-time-recovery (PITR) to be configurable. You can set PITR recovery period for each table individually to between 1 and 35 days.
github.com/aws/aws-sdk-go-v2/service/imagebuilder
: v1.40.0- Feature: This release adds support for importing images from ISO disk files. Added new ImportDiskImage API operation.
github.com/aws/aws-sdk-go-v2/service/iot1clickdevicesservice
: v1.24.0- Feature: Mark service/iot1clickdevicesservice and service/iot1clickprojects as deprecated. Those 2 services are no longer available for use. See https://docs.aws.amazon.com/iot/latest/developerguide/iot-legacy-services.html#faq-1-click-eol
github.com/aws/aws-sdk-go-v2/service/iot1clickprojects
: v1.24.0- Feature: Mark service/iot1clickdevicesservice and service/iot1clickprojects as deprecated. Those 2 services are no longer available for use. See https://docs.aws.amazon.com/iot/latest/developerguide/iot-legacy-services.html#faq-1-click-eol