10 files changed +25
-21
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ # Release (2025-02-21)
2
+
3
+ ## Module Highlights
4
+ * `github.com/aws/aws-sdk-go-v2/service/appstream`: [v1.44.0](service/appstream/CHANGELOG.md#v1440-2025-02-21)
5
+ * **Feature**: Added support for Certificate-Based Authentication on AppStream 2.0 multi-session fleets.
6
+ * `github.com/aws/aws-sdk-go-v2/service/bedrockagent`: [v1.36.0](service/bedrockagent/CHANGELOG.md#v1360-2025-02-21)
7
+ * **Feature**: Introduce a new parameter which represents the user-agent header value used by the Bedrock Knowledge Base Web Connector.
8
+
1
9
# Release (2025-02-20)
2
10
3
11
## Module Highlights
Original file line number Diff line number Diff line change
1
+ # v1.44.0 (2025-02-21)
2
+
3
+ * ** Feature** : Added support for Certificate-Based Authentication on AppStream 2.0 multi-session fleets.
4
+
1
5
# v1.43.3 (2025-02-18)
2
6
3
7
* ** Bug Fix** : Bump go version to 1.22
Original file line number Diff line number Diff line change
1
+ # v1.36.0 (2025-02-21)
2
+
3
+ * ** Feature** : Introduce a new parameter which represents the user-agent header value used by the Bedrock Knowledge Base Web Connector.
4
+
1
5
# v1.35.1 (2025-02-18)
2
6
3
7
* ** Bug Fix** : Bump go version to 1.22
Original file line number Diff line number Diff line change
1
+ # v1.51.14 (2025-02-21)
2
+
3
+ * No change notes available for this release.
4
+
1
5
# v1.51.13 (2025-02-18)
2
6
3
7
* ** Bug Fix** : Bump go version to 1.22
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ require (
8
8
github.com/aws/aws-sdk-go-v2/service/apigateway v1.28.12
9
9
github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.34.14
10
10
github.com/aws/aws-sdk-go-v2/service/applicationdiscoveryservice v1.29.10
11
- github.com/aws/aws-sdk-go-v2/service/appstream v1.43.3
11
+ github.com/aws/aws-sdk-go-v2/service/appstream v1.44.0
12
12
github.com/aws/aws-sdk-go-v2/service/athena v1.49.11
13
13
github.com/aws/aws-sdk-go-v2/service/batch v1.49.13
14
14
github.com/aws/aws-sdk-go-v2/service/cloudformation v1.57.1
@@ -21,7 +21,7 @@ require (
21
21
github.com/aws/aws-sdk-go-v2/service/codedeploy v1.29.19
22
22
github.com/aws/aws-sdk-go-v2/service/codepipeline v1.39.0
23
23
github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider v1.49.5
24
- github.com/aws/aws-sdk-go-v2/service/configservice v1.51.13
24
+ github.com/aws/aws-sdk-go-v2/service/configservice v1.51.14
25
25
github.com/aws/aws-sdk-go-v2/service/costandusagereportservice v1.28.16
26
26
github.com/aws/aws-sdk-go-v2/service/databasemigrationservice v1.49.1
27
27
github.com/aws/aws-sdk-go-v2/service/devicefarm v1.28.16
0 commit comments