Skip to content

Commit 301644a

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2024-01-12
1 parent 65280ab commit 301644a

27 files changed

+62
-74
lines changed

.changelog/07b21d5afb4f4cda9b54f304aa3a0251.json

-8
This file was deleted.

.changelog/37ffa09d752e4667b0486bd208f104ef.json

-8
This file was deleted.

.changelog/41575353444b40ffbf474f4155544f00.json

-8
This file was deleted.

.changelog/5b5d8731d99d4f87b0312373025215a2.json

-8
This file was deleted.

.changelog/7526854dc85d45c98aadb5406afb6bbe.json

-8
This file was deleted.

.changelog/9383c100dbf34ce8931168d1c5e7e27c.json

-8
This file was deleted.

.changelog/b6029001ef98481e8a089c8f7593a1fa.json

-8
This file was deleted.

.changelog/c464520d3bc34515b45aea9a22f196ec.json

-8
This file was deleted.

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# Release (2024-01-12)
2+
3+
## Module Highlights
4+
* `github.com/aws/aws-sdk-go-v2/service/connect`: [v1.89.0](service/connect/CHANGELOG.md#v1890-2024-01-12)
5+
* **Feature**: Supervisor Barge for Chat is now supported through the MonitorContact API.
6+
* `github.com/aws/aws-sdk-go-v2/service/connectparticipant`: [v1.21.0](service/connectparticipant/CHANGELOG.md#v1210-2024-01-12)
7+
* **Feature**: Introduce new Supervisor participant role
8+
* `github.com/aws/aws-sdk-go-v2/service/location`: [v1.35.1](service/location/CHANGELOG.md#v1351-2024-01-12)
9+
* **Documentation**: Location SDK documentation update. Added missing fonts to the MapConfiguration data type. Updated note for the SubMunicipality property in the place data type.
10+
* `github.com/aws/aws-sdk-go-v2/service/mwaa`: [v1.23.0](service/mwaa/CHANGELOG.md#v1230-2024-01-12)
11+
* **Feature**: This Amazon MWAA feature release includes new fields in CreateWebLoginToken response model. The new fields IamIdentity and AirflowIdentity will let you match identifications, as the Airflow identity length is currently hashed to 64 characters.
12+
* `github.com/aws/aws-sdk-go-v2/service/s3control`: [v1.42.0](service/s3control/CHANGELOG.md#v1420-2024-01-12)
13+
* **Feature**: S3 On Outposts team adds dualstack endpoints support for S3Control and S3Outposts API calls.
14+
* `github.com/aws/aws-sdk-go-v2/service/supplychain`: [v1.0.0](service/supplychain/CHANGELOG.md#v100-2024-01-12)
15+
* **Release**: New AWS service client module
16+
* **Feature**: This release includes APIs CreateBillOfMaterialsImportJob and GetBillOfMaterialsImportJob.
17+
* `github.com/aws/aws-sdk-go-v2/service/transfer`: [v1.40.0](service/transfer/CHANGELOG.md#v1400-2024-01-12)
18+
* **Feature**: AWS Transfer Family now supports static IP addresses for SFTP & AS2 connectors and for async MDNs on AS2 servers.
19+
120
# Release (2024-01-11)
221

322
## Module Highlights

example/service/s3/usingPrivateLink/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/aws/aws-sdk-go-v2 v1.24.1
77
github.com/aws/aws-sdk-go-v2/config v1.26.3
88
github.com/aws/aws-sdk-go-v2/service/s3 v1.48.0
9-
github.com/aws/aws-sdk-go-v2/service/s3control v1.41.8
9+
github.com/aws/aws-sdk-go-v2/service/s3control v1.42.0
1010
)
1111

1212
require (

service/connect/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.89.0 (2024-01-12)
2+
3+
* **Feature**: Supervisor Barge for Chat is now supported through the MonitorContact API.
4+
15
# v1.88.1 (2024-01-04)
26

37
* **Dependency Update**: Updated to the latest SDK module versions

service/connect/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/connectparticipant/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.21.0 (2024-01-12)
2+
3+
* **Feature**: Introduce new Supervisor participant role
4+
15
# v1.20.6 (2024-01-04)
26

37
* **Dependency Update**: Updated to the latest SDK module versions

service/connectparticipant/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

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ require (
6868
github.com/aws/aws-sdk-go-v2/service/route53domains v1.20.6
6969
github.com/aws/aws-sdk-go-v2/service/route53resolver v1.25.0
7070
github.com/aws/aws-sdk-go-v2/service/s3 v1.48.0
71-
github.com/aws/aws-sdk-go-v2/service/s3control v1.41.8
71+
github.com/aws/aws-sdk-go-v2/service/s3control v1.42.0
7272
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.26.2
7373
github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.26.0
7474
github.com/aws/aws-sdk-go-v2/service/ses v1.19.6

service/iottwinmaker/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.17.7 (2024-01-12)
2+
3+
* No change notes available for this release.
4+
15
# v1.17.6 (2024-01-04)
26

37
* **Dependency Update**: Updated to the latest SDK module versions

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

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.35.1 (2024-01-12)
2+
3+
* **Documentation**: Location SDK documentation update. Added missing fonts to the MapConfiguration data type. Updated note for the SubMunicipality property in the place data type.
4+
15
# v1.35.0 (2024-01-10)
26

37
* **Feature**: This release adds API support for custom layers for the maps service APIs: CreateMap, UpdateMap, DescribeMap.

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/mwaa/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.23.0 (2024-01-12)
2+
3+
* **Feature**: This Amazon MWAA feature release includes new fields in CreateWebLoginToken response model. The new fields IamIdentity and AirflowIdentity will let you match identifications, as the Airflow identity length is currently hashed to 64 characters.
4+
15
# v1.22.6 (2024-01-04)
26

37
* **Dependency Update**: Updated to the latest SDK module versions

service/mwaa/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/s3control/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.42.0 (2024-01-12)
2+
3+
* **Feature**: S3 On Outposts team adds dualstack endpoints support for S3Control and S3Outposts API calls.
4+
15
# v1.41.8 (2024-01-04)
26

37
* **Dependency Update**: Updated to the latest SDK module versions

service/s3control/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/supplychain/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# v1.0.0 (2024-01-12)
2+
3+
* **Release**: New AWS service client module
4+
* **Feature**: This release includes APIs CreateBillOfMaterialsImportJob and GetBillOfMaterialsImportJob.
5+

service/supplychain/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/transfer/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.40.0 (2024-01-12)
2+
3+
* **Feature**: AWS Transfer Family now supports static IP addresses for SFTP & AS2 connectors and for async MDNs on AS2 servers.
4+
15
# v1.39.6 (2024-01-04)
26

37
* **Dependency Update**: Updated to the latest SDK module versions

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