From 4ea6f43f90013194bbcc491ba8a0ef0c3e76528f Mon Sep 17 00:00:00 2001 From: Kirill Kurdyukov Date: Tue, 18 Feb 2025 19:27:45 +0300 Subject: [PATCH] [Spring Data JDBC YDB Dialect]: Update CHANGELOG.md and pom.xml --- spring-data-jdbc-ydb/CHANGELOG.md | 4 ++++ spring-data-jdbc-ydb/pom.xml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/spring-data-jdbc-ydb/CHANGELOG.md b/spring-data-jdbc-ydb/CHANGELOG.md index 12c509e..12ba48b 100644 --- a/spring-data-jdbc-ydb/CHANGELOG.md +++ b/spring-data-jdbc-ydb/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.1.0 ## +- Fixed bug: No MethodInvocation found for Spring version 3.4.0 +- Added JdbcRepositoryBeanPostProcessor for @ViewIndex annotation + ## 1.0.0 ## - quoting index name in VIEW statement (ex. VIEW \`index_name\`) diff --git a/spring-data-jdbc-ydb/pom.xml b/spring-data-jdbc-ydb/pom.xml index acfe785..aaa9f63 100644 --- a/spring-data-jdbc-ydb/pom.xml +++ b/spring-data-jdbc-ydb/pom.xml @@ -6,7 +6,7 @@ tech.ydb.dialects spring-data-jdbc-ydb - 1.0.0 + 1.1.0 Spring Data JDBC YDB Dialect Support Spring Data JDBC YDB (YQL) Dialect