We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb2b0fc commit 34dfe91Copy full SHA for 34dfe91
objectbox/CHANGELOG.md
@@ -1,7 +1,12 @@
1
## latest
2
3
* Add `Query.findUnique()` to find a single object matching the query.
4
+* Add support for relations when using 3rd-party JSON serialization libraries.
5
* Fix generator when mixing backlinks and "standard" relations in the same entity (generated code had a syntax error).
6
+* Fix `@Backlink()` annotation when specifying a `ToOne` relation by field name.
7
+* Fix `Query.find*()` exception forwarding when a user-provided property converter throws.
8
+* Increase supported `analyzer` dependency version to include v2.x major version.
9
+* Update FlatBuffer dependency to the latest upstream version.
10
11
## 1.1.1 (2021-07-09)
12
0 commit comments