Skip to content

Commit 276cb81

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2025-05-09
1 parent d6842bd commit 276cb81

16 files changed

+39
-39
lines changed

.changelog/0775307a57914513a6d712e8d29a2c24.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changelog/3c7919a9b49e49618764bc39475088f4.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changelog/5d410d324ef04ee2b8813a71485dae35.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changelog/e22f87f6237f42b3952c39d45ac25303.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# Release (2025-05-09)
2+
3+
## Module Highlights
4+
* `github.com/aws/aws-sdk-go-v2/service/athena`: [v1.50.5](service/athena/CHANGELOG.md#v1505-2025-05-09)
5+
* **Documentation**: Minor API documentation updates
6+
* `github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs`: [v1.49.0](service/cloudwatchlogs/CHANGELOG.md#v1490-2025-05-09)
7+
* **Feature**: We are pleased to announce limit increases to our grok processor logs transformation feature. Now you can define 20 Grok patterns in their configurations, with an expanded total pattern matching limit of 512 characters.
8+
* `github.com/aws/aws-sdk-go-v2/service/synthetics`: [v1.34.0](service/synthetics/CHANGELOG.md#v1340-2025-05-09)
9+
* **Feature**: Add support to retry a canary automatically after schedule run failures. Users can enable this feature by configuring the RetryConfig field when calling the CreateCanary or UpdateCanary API. Also includes changes in GetCanary and GetCanaryRuns to support retrieving retry configurations.
10+
* `github.com/aws/aws-sdk-go-v2/service/workspaces`: [v1.56.0](service/workspaces/CHANGELOG.md#v1560-2025-05-09)
11+
* **Feature**: Remove parameter EnableWorkDocs from WorkSpacesServiceModel due to end of support of Amazon WorkDocs service.
12+
113
# Release (2025-05-08)
214

315
## Module Highlights

service/athena/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.50.5 (2025-05-09)
2+
3+
* **Documentation**: Minor API documentation updates
4+
15
# v1.50.4 (2025-04-16)
26

37
* No change notes available for this release.

service/athena/go_module_metadata.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/cloudwatchlogs/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.49.0 (2025-05-09)
2+
3+
* **Feature**: We are pleased to announce limit increases to our grok processor logs transformation feature. Now you can define 20 Grok patterns in their configurations, with an expanded total pattern matching limit of 512 characters.
4+
15
# v1.48.0 (2025-04-30)
26

37
* **Feature**: CloudWatch Logs supports "DELIVERY" log class. This log class is used only for delivering AWS Lambda logs to Amazon S3 or Amazon Data Firehose.

service/cloudwatchlogs/go_module_metadata.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/fsx/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.53.4 (2025-05-09)
2+
3+
* No change notes available for this release.
4+
15
# v1.53.3 (2025-04-17)
26

37
* No change notes available for this release.

service/fsx/go_module_metadata.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/internal/integrationtest/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.36.0
1010
github.com/aws/aws-sdk-go-v2/service/applicationdiscoveryservice v1.30.2
1111
github.com/aws/aws-sdk-go-v2/service/appstream v1.45.3
12-
github.com/aws/aws-sdk-go-v2/service/athena v1.50.4
12+
github.com/aws/aws-sdk-go-v2/service/athena v1.50.5
1313
github.com/aws/aws-sdk-go-v2/service/batch v1.52.3
1414
github.com/aws/aws-sdk-go-v2/service/cloudformation v1.59.2
1515
github.com/aws/aws-sdk-go-v2/service/cloudfront v1.46.1
@@ -79,7 +79,7 @@ require (
7979
github.com/aws/aws-sdk-go-v2/service/transcribestreaming v1.25.3
8080
github.com/aws/aws-sdk-go-v2/service/waf v1.26.2
8181
github.com/aws/aws-sdk-go-v2/service/wafregional v1.26.2
82-
github.com/aws/aws-sdk-go-v2/service/workspaces v1.55.3
82+
github.com/aws/aws-sdk-go-v2/service/workspaces v1.56.0
8383
github.com/aws/smithy-go v1.22.2
8484
)
8585

service/synthetics/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.34.0 (2025-05-09)
2+
3+
* **Feature**: Add support to retry a canary automatically after schedule run failures. Users can enable this feature by configuring the RetryConfig field when calling the CreateCanary or UpdateCanary API. Also includes changes in GetCanary and GetCanaryRuns to support retrieving retry configurations.
4+
15
# v1.33.0 (2025-05-07)
26

37
* **Feature**: Add support to test a canary update by invoking a dry run of a canary. This behavior can be used via the new StartCanaryDryRun API along with new fields in UpdateCanary to apply dry run changes. Also includes changes in GetCanary and GetCanaryRuns to support retrieving dry run configurations.

service/synthetics/go_module_metadata.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/workspaces/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.56.0 (2025-05-09)
2+
3+
* **Feature**: Remove parameter EnableWorkDocs from WorkSpacesServiceModel due to end of support of Amazon WorkDocs service.
4+
15
# v1.55.3 (2025-05-08)
26

37
* No change notes available for this release.

service/workspaces/go_module_metadata.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)