Skip to content

Commit 21ec8a2

Browse files
author
AWS SDK for Go v2 automation user
committedFeb 25, 2025
Release 2025-02-25
1 parent f67c28f commit 21ec8a2

23 files changed

+58
-52
lines changed
 

‎.changelog/019b73e225f04342a28d5f0420d07936.json

-8
This file was deleted.

‎.changelog/4687f7a18aed45d093b49d6c09050544.json

-8
This file was deleted.

‎.changelog/d0c80265fbf04d628d2cd45f58cd2fc0.json

-8
This file was deleted.

‎.changelog/d526e36df97d4b55b08447ec167e13b2.json

-8
This file was deleted.

‎.changelog/eb151e55e06c49bcb9a679f335006abb.json

-8
This file was deleted.

‎CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# Release (2025-02-25)
2+
3+
## Module Highlights
4+
* `github.com/aws/aws-sdk-go-v2/service/codebuild`: [v1.54.0](service/codebuild/CHANGELOG.md#v1540-2025-02-25)
5+
* **Feature**: Adding "reportArns" field in output of BatchGetBuildBatches API. "reportArns" is an array that contains the ARNs of reports created by merging reports from builds associated with the batch build.
6+
* `github.com/aws/aws-sdk-go-v2/service/devicefarm`: [v1.29.0](service/devicefarm/CHANGELOG.md#v1290-2025-02-25)
7+
* **Feature**: Add an optional configuration to the ScheduleRun and CreateRemoteAccessSession API to set a device level http/s proxy.
8+
* `github.com/aws/aws-sdk-go-v2/service/ec2`: [v1.204.0](service/ec2/CHANGELOG.md#v12040-2025-02-25)
9+
* **Feature**: Adds support for time-based EBS-backed AMI copy operations. Time-based copy ensures that EBS-backed AMIs are copied within and across Regions in a specified timeframe.
10+
* `github.com/aws/aws-sdk-go-v2/service/iot`: [v1.63.0](service/iot/CHANGELOG.md#v1630-2025-02-25)
11+
* **Feature**: AWS IoT - AWS IoT Device Defender adds support for a new Device Defender Audit Check that monitors device certificate age and custom threshold configurations for both the new device certificate age check and existing device certificate expiry check.
12+
* `github.com/aws/aws-sdk-go-v2/service/taxsettings`: [v1.8.0](service/taxsettings/CHANGELOG.md#v180-2025-02-25)
13+
* **Feature**: PutTaxRegistration API changes for Egypt, Greece, Vietnam countries
14+
115
# Release (2025-02-24)
216

317
## Module Highlights

‎service/codebuild/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.54.0 (2025-02-25)
2+
3+
* **Feature**: Adding "reportArns" field in output of BatchGetBuildBatches API. "reportArns" is an array that contains the ARNs of reports created by merging reports from builds associated with the batch build.
4+
15
# v1.53.0 (2025-02-20)
26

37
* **Feature**: Add webhook status and status message to AWS CodeBuild webhooks

‎service/codebuild/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎service/devicefarm/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.29.0 (2025-02-25)
2+
3+
* **Feature**: Add an optional configuration to the ScheduleRun and CreateRemoteAccessSession API to set a device level http/s proxy.
4+
15
# v1.28.16 (2025-02-18)
26

37
* **Bug Fix**: Bump go version to 1.22

‎service/devicefarm/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎service/ec2/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.204.0 (2025-02-25)
2+
3+
* **Feature**: Adds support for time-based EBS-backed AMI copy operations. Time-based copy ensures that EBS-backed AMIs are copied within and across Regions in a specified timeframe.
4+
15
# v1.203.1 (2025-02-18)
26

37
* **Bug Fix**: Bump go version to 1.22

‎service/ec2/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎service/guardduty/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.53.1 (2025-02-25)
2+
3+
* No change notes available for this release.
4+
15
# v1.53.0 (2025-02-20)
26

37
* **Feature**: Reduce the minimum number of required attack sequence signals from 2 to 1

‎service/guardduty/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎service/internal/integrationtest/go.mod

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,20 @@ require (
1616
github.com/aws/aws-sdk-go-v2/service/cloudhsmv2 v1.29.8
1717
github.com/aws/aws-sdk-go-v2/service/cloudtrail v1.47.5
1818
github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.43.15
19-
github.com/aws/aws-sdk-go-v2/service/codebuild v1.53.0
19+
github.com/aws/aws-sdk-go-v2/service/codebuild v1.54.0
2020
github.com/aws/aws-sdk-go-v2/service/codecommit v1.27.16
2121
github.com/aws/aws-sdk-go-v2/service/codedeploy v1.29.19
2222
github.com/aws/aws-sdk-go-v2/service/codepipeline v1.39.0
2323
github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider v1.49.5
2424
github.com/aws/aws-sdk-go-v2/service/configservice v1.51.14
2525
github.com/aws/aws-sdk-go-v2/service/costandusagereportservice v1.28.16
2626
github.com/aws/aws-sdk-go-v2/service/databasemigrationservice v1.49.1
27-
github.com/aws/aws-sdk-go-v2/service/devicefarm v1.28.16
27+
github.com/aws/aws-sdk-go-v2/service/devicefarm v1.29.0
2828
github.com/aws/aws-sdk-go-v2/service/directconnect v1.30.13
2929
github.com/aws/aws-sdk-go-v2/service/directoryservice v1.30.18
3030
github.com/aws/aws-sdk-go-v2/service/docdb v1.40.11
3131
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.40.2
32-
github.com/aws/aws-sdk-go-v2/service/ec2 v1.203.1
32+
github.com/aws/aws-sdk-go-v2/service/ec2 v1.204.0
3333
github.com/aws/aws-sdk-go-v2/service/ecr v1.41.1
3434
github.com/aws/aws-sdk-go-v2/service/ecs v1.53.16
3535
github.com/aws/aws-sdk-go-v2/service/efs v1.34.12
@@ -47,7 +47,7 @@ require (
4747
github.com/aws/aws-sdk-go-v2/service/health v1.29.10
4848
github.com/aws/aws-sdk-go-v2/service/iam v1.39.2
4949
github.com/aws/aws-sdk-go-v2/service/inspector v1.25.16
50-
github.com/aws/aws-sdk-go-v2/service/iot v1.62.9
50+
github.com/aws/aws-sdk-go-v2/service/iot v1.63.0
5151
github.com/aws/aws-sdk-go-v2/service/kinesis v1.32.20
5252
github.com/aws/aws-sdk-go-v2/service/kms v1.37.19
5353
github.com/aws/aws-sdk-go-v2/service/lambda v1.69.14

‎service/iot/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.63.0 (2025-02-25)
2+
3+
* **Feature**: AWS IoT - AWS IoT Device Defender adds support for a new Device Defender Audit Check that monitors device certificate age and custom threshold configurations for both the new device certificate age check and existing device certificate expiry check.
4+
15
# v1.62.9 (2025-02-18)
26

37
* **Bug Fix**: Bump go version to 1.22

‎service/iot/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎service/medialive/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.68.1 (2025-02-25)
2+
3+
* No change notes available for this release.
4+
15
# v1.68.0 (2025-02-18)
26

37
* **Feature**: Adds support for creating CloudWatchAlarmTemplates for AWS Elemental MediaTailor Playback Configuration resources.

‎service/medialive/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎service/taxsettings/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.8.0 (2025-02-25)
2+
3+
* **Feature**: PutTaxRegistration API changes for Egypt, Greece, Vietnam countries
4+
15
# v1.7.10 (2025-02-18)
26

37
* **Bug Fix**: Bump go version to 1.22

‎service/taxsettings/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎service/translate/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.28.19 (2025-02-25)
2+
3+
* No change notes available for this release.
4+
15
# v1.28.18 (2025-02-18)
26

37
* **Bug Fix**: Bump go version to 1.22

‎service/translate/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Failed to load comments.