2.54.2 2026-08-21
AWS Backup
-
Features
- Updating CLI Docs for Backup Audit Manager List Job Summaries APIs.
AWS Device Farm
-
Features
- Added support to CreateRemoveAccessSession for selecting a server version on the mobile WebDriver endpoint.
AWS WAFV2
-
Features
- DataProtectionConfig field Key Documentation Update
Amazon Bedrock AgentCore
-
Features
- Increase spans count from 1k to 20k
Amazon Bedrock AgentCore Control
-
Features
- Update Dataset schema to THIRDPARTYEVALUATIONV1
Amazon CloudWatch
-
Features
- Allows customers to specify an initial warm up period to wait for metrics to arrive when creating metric or log alarms
Amazon Kinesis
-
Features
- Generate account endpoint for Kinesis Data Streams requests when the account ID is available
Netty NIO HTTP Client
-
Features
- Add support for Kerberos (SPNEGO) proxy authentication via the new
proxyAuthSchemeoption on the Netty client'sProxyConfiguration. SettingProxyAuthScheme.NEGOTIATEauthenticates proxy CONNECT tunnels using the Kerberos ticket cache in the environment; a valid ticket-granting ticket must already exist (for example viakinit), and no password or keytab is read.ProxyAuthScheme.BASICmay also be set to select Basic authentication explicitly. See #7033.
- Add support for Kerberos (SPNEGO) proxy authentication via the new
-
Bugfixes
- Fix
NettyNioAsyncHttpClienterrors when making requests in GraalVM native images, which can lead to timeout exceptions. - Fixed a
NullPointerExceptioninHandlerSubscriberthat could intermittently fail async requests (such as S3PutObject/UploadPart) when a channel writability change occurred during theExpect: 100-continuewindow before the request body subscription was established. See #7271.
- Fix