Skip to content

Commit c3cddcc

Browse files
greenrobotgitbook-bot
authored andcommitted
GITBOOK-106: V4.1.0
1 parent a4ca543 commit c3cddcc

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

README.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,18 @@ Otherwise, feel free to open an issue on [GitHub ](https://github.com/objectbox/
2828

2929
## Latest Versions (Changelogs)
3030

31-
<div align="left">
31+
<div align="left"><img src="https://img.shields.io/github/v/release/objectbox/objectbox-c?style=for-the-badge" alt=""></div>
3232

33-
<img src="https://img.shields.io/github/v/release/objectbox/objectbox-c?style=for-the-badge" alt="">
33+
### 4.1.0 (2025-01-28)
3434

35-
</div>
35+
* New query conditions for map properties (via flex properties): now supports key/value pairs for inequality conditions (e.g. greater than, less than) for string, integer and floating point values
36+
* Vector search: add "Geo" distance type for longitude/latitude pairs
37+
* Various internal improvements
38+
39+
#### Sync
40+
41+
* Add JWT authentication
42+
* Sync clients can now send multiple credentials for login
3643

3744
### 4.0 (2024-11-11)
3845

@@ -193,10 +200,6 @@ Provides native dynamic/shared library (.so/.dylib/.dll)
193200

194201
## ObjectBox Generator
195202

196-
<div align="left">
197-
198-
<img src="https://img.shields.io/github/v/release/objectbox/objectbox-generator?style=for-the-badge" alt="">
199-
200-
</div>
203+
<div align="left"><img src="https://img.shields.io/github/v/release/objectbox/objectbox-generator?style=for-the-badge" alt=""></div>
201204

202205
Check the [ObjectBox Generator](https://github.com/objectbox/objectbox-generator/releases) releases for details.

0 commit comments

Comments
 (0)