Releases: objectbox/objectbox-c
Releases · objectbox/objectbox-c
ObjectBox C and C++ 4.0.3 (the first full 4.0 release)
4.0.3 the first 4.0.x version working with ObjectBox Generator 4.0 and thus is the first full 4.0 release.
Check the changelog for details
ObjectBox C and C++ 4.0.2
- Made closing the store more robust; e.g. it waits for ongoing queries and transactions to finish
(please still ensure to clean up properly on your side, this is an additional safety net) - Made Box API more robust when racing against store closing
- Improved C++ APIs for nearest neighbor search (query building etc.)
- Some minor HNSW performance improvements
- Add "vectorsearch-cities" example
Sync
- Fixed a serious regression; please update to the latest version asap!
- Added a special compression for tiny transactions
- Embedded clusters (note: the cluster feature may not come with all editions of the library)
- Add FlatBuffers based configuration for Sync Server
ObjectBox 4.0.1
- Query: "visit with score" added, so you can consume vector search results one-by-one with a visitor callback
ObjectBox 4.0 Vector Search
- ObjectBox now supports vector search ("vector database") to enable efficient similarity searches.
This is particularly useful for AI/ML/RAG applications, e.g. image, audio, or text similarity.
Other use cases include semantic search or recommendation engines.
See https://docs.objectbox.io/ann-vector-search for details. - Adjusting the version number to match the core version (4.0); we will be aligning on major versions from now on.
v4.0.1-alpha1
CHANGELOG.md: minor edits for 0.21.0
v0.21.1-alpha5
CHANGELOG.md: minor edits for 0.21.0
v0.21.1-alpha4
CHANGELOG.md: minor edits for 0.21.0
v0.21.1-alpha3
CHANGELOG.md: minor edits for 0.21.0
v0.21.1-alpha2
CHANGELOG.md: minor edits for 0.21.0
v0.21.1-alpha1
CHANGELOG.md: minor edits for 0.21.0