Feature: This release introduces additional optional parameters "messageSelectionStrategy" to PromptSpecification, which enables the users to configure the bot to play messages in orderly manner.
Feature: This release allows customers to programmatically create QuickSight accounts with Enterprise and Enterprise + Q editions. It also releases allowlisting domains for embedding QuickSight dashboards at runtime through the embedding APIs.
Feature: IAM Roles Anywhere allows your workloads such as servers, containers, and applications to obtain temporary AWS credentials and use the same IAM roles and policies that you have configured for your AWS workloads to access AWS resources.
Feature: Adds support for the SQS client to automatically validate message checksums for SendMessage, SendMessageBatch, and ReceiveMessage. A DisableMessageChecksumValidation parameter has been added to the Options struct for SQS package. Setting this to true will disable the checksum validation. This can be set when creating a client, or per operation call.
Feature: This release adds the optional MinAllowedConfidenceScoreForMerging parameter to the CreateDomain, UpdateDomain, and GetAutoMergingPreview APIs in Customer Profiles. This parameter is used as a threshold to influence the profile auto-merging step of the Identity Resolution process.
Feature: This release adds support for the ExecutionRoleArn parameter in the AddJobFlowSteps and DescribeStep APIs. Customers can use ExecutionRoleArn to specify the IAM role used for each job they submit using the AddJobFlowSteps API.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the dependencies group in /storage with 15 updates:
1.30.3
1.30.4
1.17.27
1.17.30
1.17.9
1.17.16
1.58.2
1.61.0
1.20.3
1.20.4
2.0.2
2.0.3
1.6.3
1.6.4
1.3.15
1.3.16
2.6.15
2.6.16
1.3.15
1.3.16
1.11.3
1.11.4
1.3.17
1.3.18
1.11.17
1.11.18
1.17.15
1.17.16
0.22.0
0.24.0
Updates
github.com/aws/aws-sdk-go-v2
from 1.30.3 to 1.30.4Commits
1d44177
Release 2024-08-15bab4916
Regenerated Clients2d4ecf5
Update endpoints modeldf4f4e1
Update API model51ca5b5
bump smithy-go and go version (#2750)39ddd61
Release 2024-08-14ffaf282
Regenerated Clients6beafa8
Update API model57f6f2d
Release 2024-08-13cdeb8a6
Regenerated ClientsUpdates
github.com/aws/aws-sdk-go-v2/credentials
from 1.17.27 to 1.17.30Commits
a6e48ac
Release 2024-08-267d62062
Regenerated Clientsbdf2372
Update API model84ca95e
omitempty for NULL attribute values from custom marshalers (#2739)d7a7f5a
save sso cache token expiresAt in UTC (#2709)87cea8b
Release 2024-08-2393f8d22
Regenerated Clientsbd44016
Update API model097b04b
Merge pull request #2761 from aws/fix-dont-fail-test-if-credentials-setc10d543
Don't fail credentials unit tests if credentials are found on a fileUpdates
github.com/aws/aws-sdk-go-v2/feature/s3/manager
from 1.17.9 to 1.17.16Commits
8abec4c
Release 2024-05-2370e7095
Regenerated Clients0b2a340
Update partitions filec1eb2d9
Update endpoints model4c990d1
Update API modelc6c1626
s3: handle unrecognized values for Expires in responses (#2653)8209abb
Release 2024-05-2281ad168
Regenerated Clients5c92ae7
Update endpoints model6eeecd9
Update API modelUpdates
github.com/aws/aws-sdk-go-v2/service/s3
from 1.58.2 to 1.61.0Commits
b4c0124
Release 2024-08-281cd39e0
Regenerated Clients854f863
Update endpoints model77152bc
Update API model9c621d1
Add aPresignPostObject
to thePresignClient
fors3.PutObject
operation...7e17fb5
Release 2024-08-278906cd2
Regenerated Clients4acfe2e
Update API modela6e48ac
Release 2024-08-267d62062
Regenerated ClientsUpdates
github.com/aws/smithy-go
from 1.20.3 to 1.20.4Changelog
Sourced from github.com/aws/smithy-go's changelog.
... (truncated)
Commits
f0c6adf
Release 2024-08-14f908d96
remove non-runtime changelog01ee7a5
bump min go to 1.21 (#531)0d6c804
add rollout switches for waiters (#527)fb114ca
upgrade to checkstyle 10.17.0 (#526)2a8d531
remove date in copyright headers (#525)3cc78c0
implement full jmespath support in codegen for downstream AWS SDK v2 (#523)d35aa79
Update README.md0f86e9f
Update README.mdUpdates
github.com/ncw/swift/v2
from 2.0.2 to 2.0.3Release notes
Sourced from github.com/ncw/swift/v2's releases.
Commits
36c646c
build: update GitHub actions versionsd4aaacb
Add RELEASE.md to describe the release process16e3ce8
Replace deprecated ioutil.ReadAll with io.ReadAll883590e
Ignore lint errors for strings.Title in test coded2de41c
On Auth failures, rewind the body if possiblef996a02
build: update testing go versions to go1.23, go1.22, go1.21b9d9daa
build: fix use of non constant string as format specifier4007076
Add fsantagostinobietti to contributorsa27f2e5
Added quota info (total bytes and objects count) support for containers.Updates
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream
from 1.6.3 to 1.6.4Changelog
Sourced from github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream's changelog.
... (truncated)
Commits
5b7b9fc
Release 2022-07-0569a608f
Regenerated Clients0d7445b
Update endpoints model3cb58cb
Update API model6e3856d
aws/retry: fix typo in comment at Attempt.HandleFinalize (#1753)681ca65
service/sqs: Add support for validating message checksums by default (#1748)7ece169
Release 2022-07-01e0cb637
Regenerated Clients56779da
Update API modele614a23
codegen: add support for addition Amazon S3 presigned URL operations (#1747)Updates
github.com/aws/aws-sdk-go-v2/internal/configsources
from 1.3.15 to 1.3.16Commits
205e0e8
Release 2022-08-0199d2053
Regenerated Clientsea67b72
Update API modelcb92592
Fix go1.19 vet failures (#1779)4d902d7
Release 2022-07-2929ae884
Regenerated Clientscbad747
Update endpoints model14164db
Update API model8df2ee0
Release 2022-07-28965e75f
Regenerated ClientsUpdates
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2
from 2.6.15 to 2.6.16Commits
1d44177
Release 2024-08-15bab4916
Regenerated Clients2d4ecf5
Update endpoints modeldf4f4e1
Update API model51ca5b5
bump smithy-go and go version (#2750)39ddd61
Release 2024-08-14ffaf282
Regenerated Clients6beafa8
Update API model57f6f2d
Release 2024-08-13cdeb8a6
Regenerated ClientsUpdates
github.com/aws/aws-sdk-go-v2/internal/v4a
from 1.3.15 to 1.3.16Commits
205e0e8
Release 2022-08-0199d2053
Regenerated Clientsea67b72
Update API modelcb92592
Fix go1.19 vet failures (#1779)4d902d7
Release 2022-07-2929ae884
Regenerated Clientscbad747
Update endpoints model14164db
Update API model8df2ee0
Release 2022-07-28965e75f
Regenerated ClientsUpdates
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding
from 1.11.3 to 1.11.4Commits
6911981
Release 2022-04-251bd13c6
Regenerated Clients82cbcb0
Update API modelb0a3c24
AddsPolicy
andDuration
parameters tostscreds.WebIdentityRoleOptions
...da333d3
internal/sync/singleflight: Update version of singleflight (#1679)7065f83
Add make command for listing the SDK's complete set of Go dependencies (#1677)d27c530
Release 2022-04-2267f8605
Regenerated Clients4e2def0
Update API modelaa725de
Update smithy-go to smithy 1.21.0 (#1615)Updates
github.com/aws/aws-sdk-go-v2/service/internal/checksum
from 1.3.17 to 1.3.18Commits
fefa06d
Release 2022-08-09412370a
Regenerated Clients4e99ad2
Update SDK's smithy-go dependency to v1.12.1ccacf16
Update API modelUpdates
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url
from 1.11.17 to 1.11.18Commits
7655449
Release 2022-10-21dcae829
Regenerated Clientsb82766b
Update API model1c05fb6
Implements IsCredentialsProvider for checking if a provider matches a target ...0fab39a
Merge pull request #1888 from aws/isvita/issues-178756eb993
added changelog filecde8cbc
Release 2022-10-20d7765f9
Regenerated Clientsb9dab7e
Update endpoints model93ed3ee
Update API modelUpdates
github.com/aws/aws-sdk-go-v2/service/internal/s3shared
from 1.17.15 to 1.17.16Commits
8abec4c
Release 2024-05-2370e7095
Regenerated Clients0b2a340
Update partitions filec1eb2d9
Update endpoints model4c990d1
Update API modelc6c1626
s3: handle unrecognized values for Expires in responses (#2653)8209abb
Release 2024-05-2281ad168
Regenerated Clients5c92ae7
Update endpoints model6eeecd9
Update API modelUpdates
golang.org/x/sys
from 0.22.0 to 0.24.0Commits
914deed
unix: add missing ETHTOOL_FLAG_ constants4c7077e
windows: add enums for IpAdapterUnicastAddress29298aa
windows: delete TestGetKeyboardLayoutaa1c4c8
unix: provide Mount on openbsdcde4660
unix: add linux mseal system call31ef9e7
unix: update to Linux kernel 6.10d03a807
unix: update glibc to 2.40beb5949
windows: correctly generate GetAce syscall7bb0bf7
cpu: add Int8 matrix multiplication instructions CPU feature flag for ARM64bce4cf7
windows: add GetKeyboardLayout & ToUnicodeExDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show