Skip to content

Commit 3a98a47

Browse files
committed
ChangeLog: additions since 0.7.0 alpha #56
1 parent 7a35b3c commit 3a98a47

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,11 @@ ObjectBox Python ChangeLog
88
This is particularly useful for AI/ML/RAG applications, e.g. image, audio, or text similarity.
99
Other use cases include sematic search or recommendation engines.
1010
See https://docs.objectbox.io/ann-vector-search for details.
11+
* Stable flat public API provided by single top-level module objectbox
1112
* Queries: support for Property-based conditions and logic combinations
1213
* Convenient "Store" API deprecates ObjectBox and Builder API
14+
* Entities: Simplified declaration using type-specific Property classes
15+
* Model: Automatic ID/UID and Schema management (i.e. add/remove/rename of Entities and Properties)
1316
* New examples added, illustrating an VectorSearch and AI/RAG application
1417
* Dependency flatbuffers: Updated to 24.3.50
1518
* Adjusting the version number to match the core version (4.0); we will be aligning on major versions from now on.

0 commit comments

Comments
 (0)