We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6a729e commit e7b4c6cCopy full SHA for e7b4c6c
CHANELOG.md
@@ -1,3 +1,8 @@
1
+# 5.2.5
2
+
3
+## New Features
4
+1. [Allow single object as parameter to query a set/list](https://github.com/boostchicken/spring-data-dynamodb/issues/33)
5
6
# 5.2.4
7
8
## Housekeeping
src/changes/changes.xml
@@ -23,6 +23,11 @@
23
<author>boostchicken</author>
24
</properties>
25
<body>
26
+ <release version="5.2.5" description="Feature Release">
27
+ <action dev="hannes-angst" type="add" issue="33" date="2020-06-16">
28
+ Allow single object as parameter to query a set/list
29
+ </action>
30
+ </release>
31
<release version="5.2.4" description="Feature Release">
32
<action dev="boostchicken" type="add" issue="29" date="2020-05-24">
33
Added Filter Expression Support
0 commit comments