From cc9268fb8d7847793a9ac471279fff4c97b2d6dd Mon Sep 17 00:00:00 2001 From: Kirill Kurdyukov Date: Tue, 14 Jul 2026 21:49:37 +0300 Subject: [PATCH] dev: prepare spring-ydb-retry 0.10.1 release Bump spring-ydb-retry version to 0.10.1 and document the Spring AOT transaction interceptor wiring fix in the changelog for release notes. Co-authored-by: Cursor --- spring-ydb-retry/CHANGELOG.md | 4 ++++ spring-ydb-retry/pom.xml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/spring-ydb-retry/CHANGELOG.md b/spring-ydb-retry/CHANGELOG.md index 0928abcc..65ef1fc0 100644 --- a/spring-ydb-retry/CHANGELOG.md +++ b/spring-ydb-retry/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.10.1 ## + +- Fixed `YdbTransactionInterceptor` wiring for Spring AOT by replacing legacy autowiring mode with explicit bean references. + ## 0.10.0 ## - Renamed the `maxRetries` retry setting to `maxAttempts`, which now counts the total number of attempts including the initial execution (aligned with Spring Retry semantics). The `ydb.transaction.retry.max-retries` property is renamed to `ydb.transaction.retry.max-attempts`. diff --git a/spring-ydb-retry/pom.xml b/spring-ydb-retry/pom.xml index d10367b8..f7ae6db9 100644 --- a/spring-ydb-retry/pom.xml +++ b/spring-ydb-retry/pom.xml @@ -7,7 +7,7 @@ tech.ydb spring-ydb-retry - 0.10.0 + 0.10.1 jar Spring YDB Retry