We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb7321d commit bc4e7c7Copy full SHA for bc4e7c7
spring-data-jdbc-ydb/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 1.1.0 ##
2
+- Fixed bug: No MethodInvocation found for Spring version 3.4.0
3
+- Added JdbcRepositoryBeanPostProcessor for @ViewIndex annotation
4
+
5
## 1.0.0 ##
6
7
- quoting index name in VIEW statement (ex. VIEW \`index_name\`)
spring-data-jdbc-ydb/pom.xml
@@ -6,7 +6,7 @@
<groupId>tech.ydb.dialects</groupId>
8
<artifactId>spring-data-jdbc-ydb</artifactId>
9
- <version>1.0.0</version>
+ <version>1.1.0</version>
10
11
<name>Spring Data JDBC YDB Dialect</name>
12
<description>Support Spring Data JDBC YDB (YQL) Dialect</description>
0 commit comments