Skip to content

Commit 38e1060

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2023-07-06
1 parent 44320fe commit 38e1060

19 files changed

+46
-48
lines changed

.changelog/3846fd17f24041269c4508692c328492.json

-8
This file was deleted.

.changelog/590fca813c384ad99302426946a01469.json

-8
This file was deleted.

.changelog/8a53cab4d74a49e3aceaf96a5f8c7c22.json

-8
This file was deleted.

.changelog/cf3223dd29c14e2ab3a96c752828c34d.json

-8
This file was deleted.

.changelog/f5cc76085c1c4a788b22c46a9e6fbe30.json

-8
This file was deleted.

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# Release (2023-07-06)
2+
3+
## Module Highlights
4+
* `github.com/aws/aws-sdk-go-v2/service/ec2`: [v1.103.0](service/ec2/CHANGELOG.md#v11030-2023-07-06)
5+
* **Feature**: Add Nitro Enclaves support on DescribeInstanceTypes
6+
* `github.com/aws/aws-sdk-go-v2/service/location`: [v1.25.0](service/location/CHANGELOG.md#v1250-2023-07-06)
7+
* **Feature**: This release adds support for authenticating with Amazon Location Service's Places & Routes APIs with an API Key. Also, with this release developers can publish tracked device position updates to Amazon EventBridge.
8+
* `github.com/aws/aws-sdk-go-v2/service/outposts`: [v1.28.0](service/outposts/CHANGELOG.md#v1280-2023-07-06)
9+
* **Feature**: Added paginator support to several APIs. Added the ISOLATED enum value to AssetState.
10+
* `github.com/aws/aws-sdk-go-v2/service/quicksight`: [v1.38.0](service/quicksight/CHANGELOG.md#v1380-2023-07-06)
11+
* **Feature**: This release includes below three changes: small multiples axes improvement, field based coloring, removed required trait from Aggregation function for TopBottomFilter.
12+
* `github.com/aws/aws-sdk-go-v2/service/rds`: [v1.46.1](service/rds/CHANGELOG.md#v1461-2023-07-06)
13+
* **Documentation**: Updates Amazon RDS documentation for creating DB instances and creating Aurora global clusters.
14+
115
# Release (2023-07-05)
216

317
## Module Highlights

service/ec2/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.103.0 (2023-07-06)
2+
3+
* **Feature**: Add Nitro Enclaves support on DescribeInstanceTypes
4+
15
# v1.102.0 (2023-06-20)
26

37
* **Feature**: Adds support for targeting Dedicated Host allocations by assetIds in AWS Outposts

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/internal/integrationtest/go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ require (
3131
github.com/aws/aws-sdk-go-v2/service/directoryservice v1.17.3
3232
github.com/aws/aws-sdk-go-v2/service/docdb v1.21.5
3333
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.20.0
34-
github.com/aws/aws-sdk-go-v2/service/ec2 v1.102.0
34+
github.com/aws/aws-sdk-go-v2/service/ec2 v1.103.0
3535
github.com/aws/aws-sdk-go-v2/service/ecr v1.18.13
3636
github.com/aws/aws-sdk-go-v2/service/ecs v1.28.0
3737
github.com/aws/aws-sdk-go-v2/service/efs v1.20.3
@@ -60,7 +60,7 @@ require (
6060
github.com/aws/aws-sdk-go-v2/service/opsworks v1.14.12
6161
github.com/aws/aws-sdk-go-v2/service/pinpointemail v1.12.12
6262
github.com/aws/aws-sdk-go-v2/service/polly v1.26.2
63-
github.com/aws/aws-sdk-go-v2/service/rds v1.46.0
63+
github.com/aws/aws-sdk-go-v2/service/rds v1.46.1
6464
github.com/aws/aws-sdk-go-v2/service/redshift v1.28.0
6565
github.com/aws/aws-sdk-go-v2/service/rekognition v1.29.2
6666
github.com/aws/aws-sdk-go-v2/service/route53 v1.28.3

service/location/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.25.0 (2023-07-06)
2+
3+
* **Feature**: This release adds support for authenticating with Amazon Location Service's Places & Routes APIs with an API Key. Also, with this release developers can publish tracked device position updates to Amazon EventBridge.
4+
15
# v1.24.0 (2023-06-15)
26

37
* **Feature**: Amazon Location Service adds categories to places, including filtering on those categories in searches. Also, you can now add metadata properties to your geofences.

service/location/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/mediaconnect/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.19.5 (2023-07-06)
2+
3+
* No change notes available for this release.
4+
15
# v1.19.4 (2023-06-15)
26

37
* No change notes available for this release.

service/mediaconnect/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/outposts/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.28.0 (2023-07-06)
2+
3+
* **Feature**: Added paginator support to several APIs. Added the ISOLATED enum value to AssetState.
4+
15
# v1.27.12 (2023-06-15)
26

37
* No change notes available for this release.

service/outposts/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/quicksight/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.38.0 (2023-07-06)
2+
3+
* **Feature**: This release includes below three changes: small multiples axes improvement, field based coloring, removed required trait from Aggregation function for TopBottomFilter.
4+
15
# v1.37.2 (2023-06-15)
26

37
* No change notes available for this release.

service/quicksight/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/rds/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.46.1 (2023-07-06)
2+
3+
* **Documentation**: Updates Amazon RDS documentation for creating DB instances and creating Aurora global clusters.
4+
15
# v1.46.0 (2023-06-28)
26

37
* **Feature**: Amazon Relational Database Service (RDS) now supports joining a RDS for SQL Server instance to a self-managed Active Directory.

service/rds/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)