Skip to content

Commit

Permalink
CHANGELOG.md: minor edits for 0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
greenrobot committed Feb 13, 2024
1 parent 7205598 commit 3c4b945
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ ObjectBox C and C++ API Changelog

0.21.0 (2024-02-13)
-------------------
* New Store type: In-Memory DB (official announcement)
* In-memory databases (prefix the directory option with "memory:")

### Sync:
### Sync

* New client/server query statistics API
* Use "ObjectBox Admin" users as Sync users (permission-based)
* New client/server statistics API
* New server API to enable authenticators
* Sync server: support for sync permissions, blocks client updates with no write permission
* Added sync-level login/write permissions for Admin Users DB and Web-UI
* New authenticator "ObjectBox Admin" with support for authorization
* New client API for username/password credentials
* New client-side error listener API;
initially reports "receive-only" downgrade due to no write permissions.
Expand All @@ -23,7 +23,7 @@ ObjectBox C and C++ API Changelog
* Tree API: fix for meta IDs vs. IDs
* Various internal improvements

Sync:
### Sync

* Sync clients may now supply multiple URLs; for each connection attempt a random one is chosen.
This allows for client-side load balancing and failover with an ObjectBox Sync cluster.
Expand Down
10 changes: 5 additions & 5 deletions doxygen/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ ObjectBox C and C++ API Changelog

0.21.0 (2024-02-13)
-------------------
* New Store type: In-Memory DB (official announcement)
* In-memory databases (prefix the directory option with "memory:")

### Sync:
### Sync

* New client/server query statistics API
* Use "ObjectBox Admin" users as Sync users (permission-based)
* New client/server statistics API
* New server API to enable authenticators
* Sync server: support for sync permissions, blocks client updates with no write permission
* Added sync-level login/write permissions for Admin Users DB and Web-UI
* New authenticator "ObjectBox Admin" with support for authorization
* New client API for username/password credentials
* New client-side error listener API;
initially reports "receive-only" downgrade due to no write permissions.
Expand All @@ -25,7 +25,7 @@ ObjectBox C and C++ API Changelog
* Tree API: fix for meta IDs vs. IDs
* Various internal improvements

Sync:
### Sync

* Sync clients may now supply multiple URLs; for each connection attempt a random one is chosen.
This allows for client-side load balancing and failover with an ObjectBox Sync cluster.
Expand Down

0 comments on commit 3c4b945

Please sign in to comment.