Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-10-15 | 857 Bytes | |
V4.0.3 source code.tar.gz | 2024-10-15 | 428.0 kB | |
V4.0.3 source code.zip | 2024-10-15 | 715.9 kB | |
Totals: 3 Items | 1.1 MB | 0 |
- Make closing the Store more robust. In addition to transactions, it also waits for ongoing queries. This is just an additional safety net. Your apps should still make sure to finish all Store operations, like queries, before closing it.
- Flex properties support
null
map and list values. - Some minor vector search performance improvements.
Sync
- Fix a serious regression, please update as soon as possible.
- Add new options, notably for cluster configuration, when building
SyncServer
. Improve documentation. Deprecate the old peer options in favor of the new cluster options. - Add
SyncHybrid
, a combination of a Sync client and a Sync server. It can be used in local cluster setups, in which a "hybrid" functions as a client & cluster peer (server).