| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| polodb-darwin-x64 | 2026-07-26 | 14.0 MB | |
| polodb-linux-x64 | 2026-07-26 | 16.4 MB | |
| polodb-win32-x64.exe | 2026-07-26 | 10.7 MB | |
| README.md | 2026-07-26 | 1.6 kB | |
| v5.3.0 source code.tar.gz | 2026-07-26 | 17.0 MB | |
| v5.3.0 source code.zip | 2026-07-26 | 17.1 MB | |
| Totals: 6 Items | 75.3 MB | 5 | |
PoloDB 5.3.0 expands MongoDB-compatible query behavior, strengthens write correctness, and improves ARM64 support.
Highlights
- Correct
$inmatching for scalars, arrays, and regular expressions (#231) - Add
$allquery matching (#233) - Support range queries on nested fields (#237)
- Allow updates that retain an existing unique-index value (#236)
- Reject duplicate
_idvalues (#238) - Upsert only when no document matches (#239)
- Support and validate dotted paths in update operators (#240)
- Fix RocksDB FFI pointer types on ARM64 and add ARM64 CI coverage (#234)
- Refresh the README and document current compatibility boundaries (#235)
Install
Embedded Rust library:
:::console
cargo add polodb_core@5.3.0
Standalone CLI server:
:::console
cargo install polodb --version 5.3.0
Published crates:
Prebuilt CLI binaries for macOS x64, Linux x64, and Windows x64 are attached to this release.
Full changelog: v5.2.0...v5.3.0