You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,13 @@
2
2
3
3
## [Unreleased]
4
4
5
+
## [0.12.0] - 2023-06-09
6
+
5
7
### Internal and API changes
6
-
-**[breaking change]** Split call API into calls with tuple result as return type and calls with generic Object return type ([#123](https://github.com/tarantool/cartridge-springdata/issues/123))
7
-
- Add buildSingleValueResultMapper() in mapper builder for generic call result mappers. That will simplify the support for auto object converter in SpringData.
8
+
-**[breaking change]** Split `call*` client API methods into calls with Tuple result as a return type
9
+
and calls with generic Object as a return type ([#123](https://github.com/tarantool/cartridge-springdata/issues/123))
10
+
- Add buildSingleValueResultMapper() in mapper builder for generic call result mappers.
11
+
That will simplify the support for auto object converter in SpringData module.
8
12
9
13
### Bugfixes
10
14
- Support both string and integer values in index fields metadata
0 commit comments