Skip to content

chore(deps): update gradle non-major dependencies#101

Open
dd-octo-sts[bot] wants to merge 1 commit intomainfrom
engraver-auto-version-upgrade/renovate/gradle-non-major-dependencies
Open

chore(deps): update gradle non-major dependencies#101
dd-octo-sts[bot] wants to merge 1 commit intomainfrom
engraver-auto-version-upgrade/renovate/gradle-non-major-dependencies

Conversation

@dd-octo-sts
Copy link

@dd-octo-sts dd-octo-sts bot commented Mar 6, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change
gradle (source) minor 6.56.9.4
gradle (source) minor 6.1.16.9.4
com.amazonaws:aws-java-sdk-kinesis (source) dependencies minor 1.11.9801.12.797
org.apache.logging.log4j:log4j-api (source) dependencies minor 2.17.12.25.3
org.slf4j:slf4j-log4j12 (source) dependencies patch 1.7.321.7.36
com.datadoghq:java-dogstatsd-client dependencies patch 3.0.03.0.1
com.datadoghq:dd-trace-api dependencies minor 0.90.00.115.1
org.slf4j:slf4j-api (source, changelog) dependencies patch 1.7.321.7.36
com.squareup.okhttp3:okhttp (source) dependencies minor 4.9.24.12.0
org.apache.httpcomponents:httpclient (source) dependencies patch 4.5.134.5.14
com.google.code.gson:gson dependencies minor 2.8.92.13.2
com.amazonaws:aws-java-sdk-kinesis (source) dependencies patch 1.12.1001.12.797
com.amazonaws:aws-lambda-java-events (source) dependencies minor 3.10.03.16.1
com.amazonaws:aws-lambda-java-core (source) dependencies minor 1.2.11.4.0
com.amazonaws:aws-lambda-java-events (source) dependencies minor 3.7.03.16.1
com.github.gmazzo.buildconfig plugin minor 2.0.22.1.0
com.fasterxml.jackson.core:jackson-annotations (source) dependencies minor 2.11.02.21

Release Notes

gradle/gradle (gradle)

v6.9.4: 6.9.4

Compare Source

This is a patch release for 6.9. We recommend using 6.9.4 instead of 6.9.

It fixes the following issues:

  • #​23680 Dependency graph resolution: Equivalent excludes can cause un-necessary graph mutations [backport 6.x]
  • #​23945 Backport trusting only full GPG keys in dependency verification [Backport 6.9.4]
  • #​23950 Exclude rule merging: missing optimization [backport 6.x]

Read the Release Notes

Upgrade Instructions

Switch your build to use Gradle 6.9.4 by updating your wrapper:

./gradlew wrapper --gradle-version=6.9.4

See the Gradle 6.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 6.9.4.

Reporting Problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

v6.9.3: 6.9.3

Compare Source

This is a patch release for Gradle 6.9, containing backported bugfixes in Gradle 7.x to Gradle 6.x.

It fixes the following issues:

  • #​19523 Fix buffer overflow error in KryoBackedDecoder [Backport 6.x]
  • #​20189 Support constraints without version in GMM [Backport 6.9.x]
  • #​22358 Missing exclude rule merging optimizations

We recommend users upgrade to 6.9.3 instead of 6.9.

Upgrade Instructions

Switch your build to use Gradle 6.9.3 by updating your wrapper:

./gradlew wrapper --gradle-version=6.9.3

See the Gradle 6.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 6.9.3.

Reporting Problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

v6.9.2: 6.9.2

Compare Source

This is a patch release for Gradle 6.9, containing backported bugfixes in Gradle 7.2 to Gradle 6.x.

It fixes the following issues:

  • #​18163 Fix excludes for substituted dependencies
  • #​18164 POSIX shell scripts improvements
  • #​18697 Fix corrupted resolution result from replacement / capability conflict
  • #​19328 Mitigations for log4j vulnerability in Gradle builds
  • #​19372 Multiple transformed artifacts selected

We recommend users upgrade to 6.9.2 instead of 6.9.

Given the context of the Log4Shell vulnerability, make sure you take a look at our blog post on this topic.

Upgrade Instructions

Switch your build to use Gradle 6.9.2 by updating your wrapper:

./gradlew wrapper --gradle-version=6.9.2

See the Gradle 6.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 6.9.2.

Reporting Problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

v6.9.1: 6.9.1

Compare Source

This is a patch release for Gradle 6.9, containing backported bugfixes in Gradle 7.2 to Gradle 6.x.

It fixes the following issues:

  • #​18089 Deprecate jcenter() repository
  • #​17950 Renaming and recreating the project directory causes Gradle to lose track of changes on Windows
  • #​17949 Gradle's up-to-date checks do not work on Windows FAT drives

We recommend users upgrade to 6.9.1 instead of 6.9.

Upgrade Instructions

Switch your build to use Gradle 6.9.1 by updating your wrapper:

./gradlew wrapper --gradle-version=6.9.1

See the Gradle 6.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 6.9.1.

Reporting Problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

v6.9: 6.9

Compare Source

This is a backport release, Gradle 6.9.

This release features bugfixes and other changes that were backported from Gradle 7.0 to Gradle 6.x.

We would like to thank the following community contributors to this release of Gradle:
Ståle Undheim

Upgrade instructions

Switch your build to use Gradle 6.9 by updating your wrapper:

./gradlew wrapper --gradle-version=6.9

See the Gradle 6.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 6.9.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Backports
Limited support for Java 16

This release does not support running Gradle with JDK 16, but you can use Java toolchains to request Java 16 and compile your project.

Using dynamic versions in the plugins block

Until now, the plugins { } block only supported fixed versions for community plugins. All version string notations Gradle supports are now accepted, including + or latest.release.

We recommend using the plugins {} block for applying plugins using Gradle 7. The old apply plugin: mechanism will be deprecated in the future.

Note that dynamic versions will introduce non-deterministic behavior to your build process and should be used judiciously. You can use dependency locking to save the set of dependencies resolved when using dynamic versions.

Native support for Apple Silicon

Previous Gradle versions were able to run on new Macs with Apple Silicon processors with some disadvantages:

  • With a native ARM JDK, Gradle features like the rich console and file system watching would be disabled.
  • With an Intel JDK, Gradle would run at about half speed through the Rosetta2 compatibility layer.

With this release, every feature is now supported using a native ARM JDK.
If you're using a new Mac with Apple Silicon, you should use Gradle with a native ARM JDK for optimal performance.

Other backports

Please refer to the list of fixed issues for all issues backported from Gradle 7.0.

v6.8.3: 6.8.3

Compare Source

This is a patch release for Gradle 6.8.

This fixes a critical bug present in Gradle 6.8, 6.8.1 and 6.8.2.

All issues fixed in this patch release

Please don’t use the original 6.8 release or previous patch releases, and instead upgrade to 6.8.3.

Upgrade Instructions

Switch your build to use Gradle 6.8.3 by updating your wrapper:

./gradlew wrapper --gradle-version=6.8.3 --gradle-distribution-sha256-sum 7faa7198769f872826c8ef4f1450f839ec27f0b4d5d1e51bade63667cbccd205

See the Gradle 6.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 6.8.3.

Reporting Problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

v6.8.2: 6.8.2

Compare Source

This is a patch release for Gradle 6.8.

This fixes several bugs in Gradle 6.8.1.

All issues fixed in this patch release

Please don’t use the original 6.8 release or the 6.8.1, and instead upgrade to 6.8.2.

Upgrade Instructions

Switch your build to use Gradle 6.8.2 by updating your wrapper:

./gradlew wrapper --gradle-version=6.8.2

See the Gradle 6.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 6.8.2.

Reporting Problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

v6.8.1: 6.8.1

Compare Source

This is a patch release for Gradle 6.8.

This fixes several critical bugs in Gradle 6.8.

All issues fixed in this patch release

We recommend that you use Gradle 6.8.1 over the initial release of Gradle 6.8.

Upgrade Instructions

Switch your build to use Gradle 6.8.1 by updating your wrapper:

./gradlew wrapper --gradle-version=6.8.1

See the Gradle 6.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 6.8.1.

Reporting Problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

v6.8: 6.8

Compare Source

The Gradle team is excited to announce Gradle 6.8.

We would like to thank the following community contributors for their contributions to this release of Gradle:

Marcono1234,
Björn Sundahl,
Roberto Perez Alcolea,
Danny Thomas,
Jeff,
Mattia Tommasone,
jdai8,
David Burström,
Björn Kautler,
Stefan Oehme,
Thad House,
knittl,
hywelbennett,
and Gregorios Leach.

Upgrade Instructions

Switch your build to use Gradle 6.8 by updating your wrapper:

./gradlew wrapper --gradle-version=6.8

See the Gradle 6.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 6.8.

Reporting Problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

v6.7.1: 6.7.1

Compare Source

This is a patch release for Gradle 6.7.

This fixes several critical bugs in Gradle 6.7.

All issues fixed in this patch release

We recommend that you use Gradle 6.7.1 over the initial release of Gradle 6.7.

Upgrade Instructions

Switch your build to use Gradle 6.7.1 by updating your wrapper:

./gradlew wrapper --gradle-version=6.7.1

See the Gradle 6.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 6.7.1.

Reporting Problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

v6.7: 6.7

Compare Source

The Gradle team is excited to announce Gradle 6.7.

Read the Release Notes

We would like to thank the following community contributors to this release of Gradle:

Roberto Perez Alcolea,
SheliakLyr,
Christian Edward Gruber,
René Gröschke,
Louis CAD,
Campbell Jones,
Leonardo Bezerra Silva Júnior,
Christoph Dreis,
Matthias Robbers,
Vladimir Sitnikov,
Stefan Oehme,
Thad House,
Michał Mlak
and Jochen Schalanda.

Upgrade instructions

Switch your build to use Gradle 6.7 by updating your wrapper:

./gradlew wrapper --gradle-version=6.7

See the Gradle 6.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

v6.6.1: 6.6.1

Compare Source

This is a patch release for Gradle 6.6.

This fixes several critical bugs in Gradle 6.6.

All issues fixed in this patch release

We recommend that you use Gradle 6.6.1 over the initial release of Gradle 6.6.

Upgrade Instructions

Switch your build to use Gradle 6.6.1 by updating your wrapper:

./gradlew wrapper --gradle-version=6.6.1

See the Gradle 6.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 6.6.1.

Reporting Problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

v6.6: 6.6

Compare Source

The Gradle team is excited to announce Gradle 6.6.

Read the Release Notes

We would like to thank the following community contributors to this release of Gradle:

SheliakLyr,
Danny Thomas,
Daiki Hirabayashi,
Sebastian Schuberth,
Frieder Bluemle,
Brick Tamland,
Stefan Oehme,
Yurii Serhiichuk,
JunHyung Lim,
Igor Dvorzhak,
and Leonid Gaiazov.

Upgrade instructions

Switch your build to use Gradle 6.6 by updating your wrapper:

./gradlew wrapper --gradle-version=6.6

See the Gradle 6.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

v6.5.1: 6.5.1

Compare Source

This is a patch release for Gradle 6.5.

This fixes several critical bugs in Gradle 6.5:

  • Regression: Gradle 6.5 cached builds cause IllegalStateException #​13367
  • Regression: Compile classpath configuration is not deterministic #​13555
  • Regression: Class cast exception when GStrings are used with System.getProperty #​13569
  • And a number of dependency graph resolution errors (#​13251, #​13316, #​13329, #​13551)

All issues fixed in this patch release

We recommend that you use Gradle 6.5.1 over the initial release of Gradle 6.5.

Upgrade Instructions

Switch your build to use Gradle 6.5.1 by updating your wrapper:

./gradlew wrapper --gradle-version=6.5.1

See the Gradle 6.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 6.5.1.

Reporting Problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

aws/aws-sdk-java (com.amazonaws:aws-java-sdk-kinesis)

v1.12.797

Compare Source

AWS SDK for Java

  • Deprecations

    • Updated the warning message for v1 end-of-support

v1.12.796

Compare Source

AWS Kinesis Video

  • Features

    • Upgrade Netty to 4.1.130-Final

v1.12.795

Compare Source

Amazon CloudWatch

  • Features

    • This release introduces two additional protocols AWS JSON 1.1 and Smithy RPC v2 CBOR, replacing the currently utilized one, AWSQuery. AWS SDKs will prioritize the protocol that is the most performant for each language.

Amazon S3

  • Bugfixes

    • Fix error when using S3 with Dualstack and custom regions.

v1.12.794

Compare Source

AWS SDK for Java

  • Features

    • Update region metadata.

v1.12.793

Compare Source

AWS SDK for Java

  • Features

    • Add ap-southeast-6 region

v1.12.792

Compare Source

Amazon DynamoDB

  • Bugfixes

    • Prevent overriding client endpoint with dual-stack regional endpoint

Amazon S3

  • Bugfixes

    • Add additional validations for multipart download operations of S3 client
    • Add additional validations for multipart upload operations of S3 client.

v1.12.791

Compare Source

AWS Kinesis Video

  • Features

    • Update Netty to 4.1.126.Final

v1.12.790

Compare Source

v1.12.789

Compare Source

AWS Kinesis Video

  • Features

    • Update Netty to 4.1.124.Final.

AWS SDK for Java

  • Features

    • Add eu-isoe-west-1 region.

v1.12.788

Compare Source

AWS SDK for Java

  • Features

    • Add account endpoint caching

Amazon DynamoDB

  • Features

    • Cache account endpoint URIs

v1.12.787

Compare Source

AWS SDK for Java

  • Features

    • Added support for KualaLumpur, Bangkok, Queretaro, us-isof-east-1, isof-south-1, Taipei Regions.

v1.12.786

Compare Source

AWS SDK for Java

  • Features

    • Support for protocols service model field and x-amzn-query-mode header

v1.12.785

Compare Source

v1.12.784

Compare Source

Amazon DynamoDB

  • Bugfixes

    • Avoid silently throwing exception when retrieving account ID from resource name

v1.12.783

Compare Source

Amazon S3

  • Features

    • Abort multipart download if object is modified during download.

v1.12.782

Compare Source

AWS SDK for Java

  • Features

    • Add account endpoint business metrics to user agent

v1.12.781

Compare Source

Amazon Kinesis Video Streams

  • Features

    • Update Netty version to 4.1.118.Final

v1.12.780

Compare Source

Amazon Simple Storage Service

  • Bugfixes

    • AWS SDK for Java 1.x now includes additional validation for Amazon S3 client APIs to handle scenarios where an empty string ('') is passed as the key argument to the following operations: PutObject, DeleteObject, ListObjects, GetObjectMetaData, ListObjectsV2, SetObjectTagging, GetObjectTagging, SetObjectAcl, GetObjectAcl, SetObjectLegalHold, GetObjectLegalHold, CopyObject, CopyPart, SelectObjectContent, SetObjectRetention, GetObjectRetention, AbortMultipartUpload, CompleteMultipartUpload, InitiateMultipartUpload, ListParts, UploadPart, RestoreObjectV2, and RestoreObject. The SDK will validate the key argument and throw an exception if it is an empty string, ensuring correct and expected behavior.

v1.12.779

Compare Source

v1.12.778

Compare Source

Amazon Kinesis Video Streams

  • Features

    • Update Netty version to 4.1.115.Final

v1.12.777

Compare Source

v1.12.776

Compare Source

v1.12.775

Compare Source

v1.12.774

Compare Source

Amazon Simple Storage Service

  • Features

    • Add support for the new optional bucket-region and prefix query parameters in the ListBuckets API. For ListBuckets requests that express pagination, Amazon S3 will now return both the bucket names and associated AWS regions in the response.

v1.12.773

Compare Source

v1.12.772

Compare Source

v1.12.771

Compare Source

AWS SDK for Java

Amazon DynamoDB

  • Features

    • Add handler to generate the account endpoint for a request

v1.12.770

Compare Source

Amazon Simple Storage Service

  • Features

    • Amazon Simple Storage Service / Features : Add support for conditional writes for PutObject and CompleteMultipartUpload APIs.

v1.12.769

Compare Source

Amazon Simple Storage Service

  • Features

    • Amazon Simple Storage Service / Features : Adds support for pagination in the S3 ListBuckets API.

v1.12.768

Compare Source

AWS SDK for Java

  • Features

    • Update Java baseline version to Java 8 and bump Jackson library to 2.17.2

v1.12.767

Compare Source

AWS CodePipeline

  • Features

    • AWS CodePipeline V2 type pipelines now support stage level conditions to enable development teams to safely release changes that meet quality and compliance requirements.

AWS SDK for Java

AWS Telco Network Builder

  • Features

    • This release adds Network Service Update, through which customers will be able to update their instantiated networks to a new network package. See the documentation for limitations. The release also enhances the Get network operation API to return parameter overrides used during the operation.

Amazon AppStream

  • Features

    • Added support for Red Hat Enterprise Linux 8 on Amazon AppStream 2.0

Amazon CloudWatch Logs

  • Features

    • Add v2 smoke tests and smithy smokeTests trait for SDK testing.

Amazon ElastiCache

  • Features

    • Doc only update for changes to deletion API.

Amazon EventBridge

  • Features

    • Add v2 smoke tests and smithy smokeTests trait for SDK testing.

Amazon Lex Model Building V2

  • Features

    • This release adds new capabilities to the AMAZON.QnAIntent: Custom prompting, Guardrails integration and ExactResponse support for Bedrock Knowledge Base.

Amazon WorkSpaces

  • Features

    • Removing multi-session as it isn't supported for pools

Auto Scaling

  • Features

    • Increase the length limit for VPCZoneIdentifier from 2047 to 5000

Elastic Load Balancing

  • Features

    • Add v2 smoke tests and smithy smokeTests trait for SDK testing.

IAM Roles Anywhere

  • Features

    • IAM RolesAnywhere now supports custom role session name on the CreateSession. This release adds the acceptRoleSessionName option to a profile to control whether a role session name will be accepted in a session request with a given profile.

v1.12.766

Compare Source

Amazon ElastiCache

  • Features

    • Renaming full service name as it appears in developer documentation.

Amazon MemoryDB

  • Features

    • Renaming full service name as it appears in developer documentation.

v1.12.765

Compare Source

AWS CodeCommit

  • Features

    • CreateRepository API now throws OperationNotAllowedException when the account has been restricted from creating a repository.

AWS Network Firewall

  • Features

    • You can now log events that are related to TLS inspection, in addition to the existing alert and flow logging.

AWS Outposts

  • Features

    • Adding default vCPU information to GetOutpostSupportedInstanceTypes and GetOutpostInstanceTypes responses

AWS Step Functions

  • Features

    • This release adds support to customer managed KMS key encryption in AWS Step Functions.

Amazon Bedrock Runtime

  • Features

    • Provides ServiceUnavailableException error message

Amazon CloudWatch Application Signals

  • Features

    • CloudWatch Application Signals now supports application logs correlation with traces and operational health metrics of applications running on EC2 instances. Users can view the most relevant telemetry to troubleshoot application health anomalies such as spikes in latency, errors, and availability.

Amazon DataZone

  • Features

    • Introduces GetEnvironmentCredentials operation to SDK

Amazon EC2 Container Registry

  • Features

    • API and documentation updates for Amazon ECR, adding support for creating, updating, describing and deleting ECR Repository Creation Template.

Amazon Elastic Compute Cloud

  • Features

    • EC2 Fleet now supports using custom identifiers to reference Amazon Machine Images (AMI) in launch requests that are configured to choose from a diversified list of instance types.

Amazon Elastic Kubernetes Service

  • Features

    • This release adds support for EKS cluster to manage extended support.

Application Auto Scaling

  • Features

    • Application Auto Scaling is now more responsive to the changes in demand of your SageMaker Inference endpoints. To get started, create or update a Target Tracking policy based on High Resolution CloudWatch metrics.

Elastic Load Balancing

  • Features

    • This release adds support for sharing trust stores across accounts and organizations through integration with AWS Resource Access Manager.

v1.12.764

Compare Source

AWS AppSync

  • Features

    • Adding support for paginators in AppSync list APIs

AWS Clean Rooms ML

  • Features

    • Adds SQL query as the source of seed audience for audience generation job.

AWS Clean Rooms Service

  • Features

    • This release adds AWS Entity Resolution integration to associate ID namespaces & ID mapping workflow resources as part of ID namespace association and ID mapping table in AWS Clean Rooms. It also introduces a new ID_MAPPING_TABLE analysis rule to manage the protection on ID mapping table.
    • Three enhancements to the AWS Clean Rooms: Disallowed Output Columns, Flexible Result Receivers, SQL as a Seed

AWS Elemental MediaPackage v2

  • Features

    • This release adds support for Irdeto DRM encryption in DASH manifests.

AWS EntityResolution

  • Features

    • Support First Party ID Mapping

AWS Health Imaging

  • Features

    • CopyImageSet API adds copying selected instances between image sets, and overriding inconsistent metadata with a force parameter. UpdateImageSetMetadata API enables reverting to prior versions; updates to Study, Series, and SOP Instance UIDs; and updates to private elements, with a force parameter.

AWS IoT SiteWise

  • Features

    • Adds support for creating SiteWise Edge gateways that run on a Siemens Industrial Edge Device.

Amazon Connect Contact Lens

  • Features

    • Added PostContactSummary segment type on ListRealTimeContactAnalysisSegments API

Amazon Connect Service

  • Features

    • Added PostContactSummary segment type on ListRealTimeContactAnalysisSegmentsV2 API

Amazon DataZone

  • Features

    • This release removes the deprecated dataProductItem field from Search API output.

Amazon DynamoDB

  • Features

    • DynamoDB doc only update for July

Amazon Pinpoint SMS Voice V2

  • Features

    • Update for rebrand to AWS End User Messaging SMS and Voice.

v1.12.763

Compare Source

Amazon DataZone

  • Features

    • This release adds 1/ support of register S3 locations of assets in AWS Lake Formation hybrid access mode for DefaultDataLake blueprint. 2/ support of CRUD operations for Asset Filters.

Amazon Interactive Video Service

  • Features

    • Documentation update for IVS Low Latency API Reference.

Amazon Neptune Graph

  • Features

    • Amazon Neptune Analytics provides new options for customers to start with smaller graphs at a lower cost. CreateGraph, CreaateGraphImportTask, UpdateGraph and StartImportTask APIs will now allow 32 and 64 for provisioned-memory

Redshift Serverless

  • Features

    • Adds dualstack support for Redshift Serverless workgroup.

v1.12.762

Compare Source

AWS Certificate Manager Private Certificate Authority

  • Features

    • Fix broken waiters for the acm-pca client. Waiters broke in version 1.13.144 of the Boto3 SDK.

AWS Elemental MediaLive

  • Features

    • AWS Elemental MediaLive now supports the SRT protocol via the new SRT Caller input type.

AWS Secrets Manager

  • Features

    • Doc only update for Secrets Manager

Amazon Connect Service

  • Features

    • Amazon Connect expands search API coverage for additional resources. Search for hierarchy groups by name, ID, tag, or other criteria (new endpoint). Search for agent statuses by name, ID, tag, or other criteria (new endpoint). Search for users by their assigned proficiencies (enhanced endpoint)

Amazon Elastic Compute Cloud

  • Features

    • Amazon VPC IP Address Manager (IPAM) now supports Bring-Your-Own-IP (BYOIP) for IP addresses registered with any Internet Registry. This feature uses DNS TXT records to validate ownership of a public IP address range.

Amazon Interactive Video Service Chat

  • Features

    • Documentation update for IVS Chat API Reference.

Amazon Kinesis Firehose

  • Features

    • This release 1) Add configurable buffering hints for Snowflake as destination. 2) Add ReadFromTimestamp for MSK As Source. Firehose will start reading data from MSK Cluster using offset associated with this timestamp. 3) Gated public beta release to add Apache Iceberg tables as destination.

Amazon Relational Database Service

  • Features

    • Updates Amazon RDS documentation to specify an eventual consistency model for DescribePendingMaintenanceActions.

Amazon SageMaker Service

  • Features

    • SageMaker Training supports R5, T3 and R5D instances family. And SageMaker Processing supports G5 and R5D instances family.

Amazon Timestream Query

  • Features

    • Doc-only update for TimestreamQuery. Added guidance about the accepted valid value for the QueryPricingModel parameter.

Amazon WorkSpaces Thin Client

  • Features

    • Documentation update for WorkSpaces Thin Client.

Tax Settings

  • Features

    • Set default endpoint for aws partition. Requests from all regions in aws partition will be forward to us-east-1 endpoint.

v1.12.761

Compare Source

AWS ARC - Zonal Shift

  • Features

    • Adds the option to subscribe to get notifications when a zonal autoshift occurs in a region.

AWS Certificate Manager Private Certificate Authority

  • Features

    • Minor refactoring of C2J model for AWS Private CA

AWS CodeBuild

  • Features

    • Add v2 smoke tests and smithy smokeTests trait for SDK testing.

AWS Global Accelerator

  • Features

    • This feature adds exceptions to the Customer API to avoid throwing Internal Service errors

Amazon DynamoDB

  • Features

    • Add v2 smoke tests and smithy smokeTests trait for SDK testing.

Amazon Pinpoint

  • Features

    • Add v2 smoke tests and smithy smokeTests trait for SDK testing.

Amazon QuickSight

  • Features

    • Vega ally control options and Support for Reviewed Answers in Topics

Amazon Relational Database Service

  • Features

    • Update path for CreateDBCluster resource identifier, and Add v2 smoke tests and smithy smokeTests trait for SDK testing.

Amazon Simple Notification Service

  • Features

    • Add v2 smoke tests and smithy smokeTests trait for SDK testing.

Auto Scaling

  • Features

    • Add v2 smoke tests and smithy smokeTests trait for SDK testing.

v1.12.760

Compare Source

AWS Batch

  • Features

    • This feature allows AWS Batch Jobs with EKS container orchestration type to be run as Multi-Node Parallel Jobs.

AWS Glue

  • Features

    • Add recipe step support for recipe node

AWS Ground Station

  • Features

    • Documentation update specifying OEM ephemeris units of measurement

AWS License Manager Linux Subscriptions

  • Features

    • Add support for third party subscription providers, starting with RHEL subscriptions through Red Hat Subscription Manager (RHSM). Additionally, add support for tagging subscription provider resources, and detect when an instance has more than one Linux subscription and notify the customer.

AWS MediaConnect

  • Features

    • AWS Elemental MediaConnect introduces the ability to disable outputs. Disabling an output allows you to keep the output attached to the flow, but stop streaming to the output destination. A disabled output does not incur data transfer costs.

Agents for Amazon Bedrock

  • Features

    • Introduces new data sources and chunking strategies for Knowledge bases, advanced parsing logic using FMs, session summary generation, and code interpretation (preview) for Claude V3 Sonnet and Haiku models. Also introduces Prompt Flows (preview) to link prompts, foundational models, and resources.

Agents for Amazon Bedrock Runtime

  • Features

    • Introduces query decomposition, enhanced Agents integration with Knowledge bases, session summary generation, and code interpretation (preview) for Claude V3 Sonnet and Haiku models. Also introduces Prompt Flows (preview) to link prompts, foundational models, and resources for end-to-end solutions.

Amazon Bedrock

  • Features

    • Add support for contextual grounding check for Guardrails for Amazon Bedrock.

Amazon Bedrock Runtime

  • Features

    • Add support for contextual grounding check and ApplyGuardrail API for Guardrails for Amazon Bedrock.

Amazon Elastic Compute Cloud

  • Features

    • Add parameters to enable provisioning IPAM BYOIPv4 space at a Local Zone Network Border Group level

v1.12.759

Compare Source

Amazon DataZone

  • Features

    • This release deprecates dataProductItem field from SearchInventoryResultItem, along with some unused DataProduct shapes

Amazon FSx

  • Features

    • Adds support for FSx for NetApp ONTAP 2nd Generation file systems, and FSx for OpenZFS Single AZ HA file systems.

Amazon OpenSearch Service

  • Features

    • This release adds support for enabling or disabling Natural Language Query Processing feature for Amazon OpenSearch Service domains, and provides visibility into the current state of the setup or tear-down.

Amazon SageMaker Service

  • Features

    • This release 1/ enables optimization jobs that allows customers to perform Ahead-of-time compilation and quantization. 2/ allows customers to control access to Amazon Q integration in SageMaker Studio. 3/ enables AdditionalModelDataSources for CreateModel action.

v1.12.758

Compare Source

AWS CodeDeploy

  • Features

    • Add v2 smoke tests and smithy smokeTests trait for SDK testing.

AWS Database Migration Service

  • Features

    • Add v2 smoke tests and smithy smokeTests trait for SDK testing.

AWS Device Farm

  • Features

    • Add v2 smoke tests and smithy smokeTests trait for SDK testing.

AWS Elastic Beanstalk

  • Features

    • Add v2 smoke tests and smithy smokeTests trait for SDK testing.

Amazon Elasticsearch Service

  • Features

    • Add v2 smoke tests and smithy smokeTests trait for SDK testing.

Amazon GameLift

  • Features

    • Add v2 smoke tests and smithy smokeTests trait for SDK testing.

Amazon Kinesis Firehose

  • Features

    • Add v2 smoke tests and smithy smokeTests trait for SDK testing.

Amazon Route 53 Resolver

  • Features

    • Add v2 smoke tests and smithy smokeTests trait for SDK testing.

Amazon Simple Email Service

  • Features

    • Add v2 smoke tests and smithy smokeTests trait for SDK testing.

QApps

  • Features

    • This is a general availability (GA) release of Amazon Q Apps, a capability of Amazon Q Business. Q Apps leverages data sources your company has provided to enable users to build, share, and customize apps within your organization.

v1.12.757

Compare Source

AWS Certificate Manager

  • Features

    • Documentation updates, including fixes for xml formatting, broken links, and ListCertificates description.

Amazon EC2 Container Registry

  • Features

    • This release for Amazon ECR makes change to bring the SDK into sync with the API.

Payment Cryptography Data Plane

  • Features

    • Added further restrictions on logging of potentially sensitive inputs and outputs.

QBusiness

  • Features

    • Add personalization to Q Applications. Customers can enable or disable personalization when creating or updating a Q application with the personalization configuration.

v1.12.756

Compare Source

AWS Direct Connect

  • Features

    • This update includes documentation for support of new native 400 GBps ports for Direct Connect.

AWS Organizations

  • Features

    • Added a new reason under ConstraintViolationException in RegisterDelegatedAdministrator API to prevent registering suspended accounts as delegated administrator of a service.

Amazon Rekognition

  • Features

    • This release adds support for tagging projects and datasets with the CreateProject and CreateDataset APIs.

Amazon WorkSpaces

  • Features

    • Fix create workspace bundle RootStorage/UserStorage to accept non null values

Application Auto Scaling

  • Features

    • Doc only update for Application Auto Scaling that fixes resource name.

v1.12.755

Compare Source

Amazon Elastic Compute Cloud

  • Features

    • Documentation updates for Elastic Compute Cloud (EC2).

Amazon Simple Storage Service

  • Features

    • Added response overrides to Head Object requests.

Firewall Management Service

  • Features

    • Increases Customer API's ManagedServiceData length

v1.12.754

Compare Source

AWS Step Functions

  • Features

    • Add v2 smoke tests and smithy smokeTests trait for SDK testing.

AWS WAFV2

  • Features

    • JSON body inspection: Update documentation to clarify that JSON parsing doesn't include full validation.

Amazon API Gateway

  • Features

    • Add v2 smoke tests and smithy smokeTests trait for SDK testing.

Amazon Cognito Identity

  • Features

    • Add v2 smoke tests and smithy smokeTests trait for SDK testing.

Amazon Connect Service

  • Features

    • Authentication profiles are Amazon Connect resources (in gated preview) that allow you to configure authentication settings for users in your contact center. This release adds support for new ListAuthenticationProfiles, DescribeAuthenticationProfile and UpdateAuthenticationProfile APIs.

Amazon DocumentDB with MongoDB compatibility

  • Features

    • Add v2 smoke tests and smithy smokeTests trait for SDK testing.

Amazon Elastic Kubernetes Service

  • Features

    • Updates EKS managed node groups to support EC2 Capacity Blocks for ML

Amazon Simple Workflow Service

  • Features

    • Add v2 smoke tests and smithy smokeTests trait for SDK testing.

Payment Cryptography Control Plane

  • Features

    • Added further restrictions on logging of potentially sensitive inputs and outputs.

Payment Cryptography Data Plane

  • Features

    • Adding support for dynamic keys for encrypt, decrypt, re-encrypt and translate pin functions. With this change, customers can use one-time TR-31 keys directly in dataplane operations without the need to first import them into the service.

v1.12.753

Compare Source

AWS Certificate Manager Private Certificate Authority

  • Features

    • Added CCPC_LEVEL_1_OR_HIGHER KeyStorageSecurityStandard and SM2 KeyAlgorithm and SM3WITHSM2 SigningAlgorithm for China regions.

AWS CloudHSM V2

  • Features

    • Added 3 new APIs to support backup sharing: GetResourcePolicy, PutResourcePolicy, and DeleteResourcePolicy. Added Backup

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@campaigner-prod campaigner-prod bot marked this pull request as ready for review March 17, 2026 18:58
@campaigner-prod campaigner-prod bot requested a review from a team as a code owner March 17, 2026 18:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants