- General
- When Rkv's safe mode is enabled (
features = ["rkv-safe-mode"]
on theglean-core
crate) LMDB data is migrated at first start (#1322).
- When Rkv's safe mode is enabled (
- Rust
- Introduce the Counter metric type in the RLB.
- Introduce the String metric type in the RLB.
- BUGFIX: Track the size of the database directory at startup (#1304).
- Python
- BUGFIX: Fix too-long sleep time in uploader due to unit mismatch (#1325).
- Swift
- BUGFIX: Fix too-long sleep time in uploader due to unit mismatch (#1325).