Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.42.27 #4225

Merged
merged 1 commit into from Jan 4, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,18 @@
Release v1.42.27 (2022-01-04)
===

### Service Client Updates
* `service/rekognition`: Updates service API and documentation
* This release introduces a new field IndexFacesModelVersion, which is the version of the face detect and storage model that was used when indexing the face vector.
* `service/s3`: Updates service documentation and examples
* Minor doc-based updates based on feedback bugs received.
* `service/s3control`: Updates service documentation
* Documentation updates for the renaming of Glacier to Glacier Flexible Retrieval.

### SDK Enhancements

* `aws/session`: Add options for customizing the construction of credential providers. Currently only supported for `stscreds.WebIdentityRoleProvider`.

Release v1.42.26 (2022-01-03)
===

Expand Down
2 changes: 0 additions & 2 deletions CHANGELOG_PENDING.md
Expand Up @@ -2,6 +2,4 @@

### SDK Enhancements

* `aws/session`: Add options for customizing the construction of credential providers. Currently only supported for `stscreds.WebIdentityRoleProvider`.

### SDK Bugs
2 changes: 1 addition & 1 deletion aws/version.go
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.42.26"
const SDKVersion = "1.42.27"
7 changes: 6 additions & 1 deletion models/apis/rekognition/2016-06-27/api-2.json
Expand Up @@ -1967,7 +1967,8 @@
"BoundingBox":{"shape":"BoundingBox"},
"ImageId":{"shape":"ImageId"},
"ExternalImageId":{"shape":"ExternalImageId"},
"Confidence":{"shape":"Percent"}
"Confidence":{"shape":"Percent"},
"IndexFacesModelVersion":{"shape":"IndexFacesModelVersion"}
}
},
"FaceAttributes":{
Expand Down Expand Up @@ -2374,6 +2375,10 @@
},
"exception":true
},
"IndexFacesModelVersion":{
"type":"string",
"pattern":"[0-9\\.]+"
},
"IndexFacesRequest":{
"type":"structure",
"required":[
Expand Down
20 changes: 13 additions & 7 deletions models/apis/rekognition/2016-06-27/docs-2.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions models/apis/s3/2006-03-01/docs-2.json

Large diffs are not rendered by default.