Download Latest Version polodb-win32-x64.exe (10.7 MB) Google Add to Preferred Sources
Home / v5.3.0
Name Modified Size InfoDownloads / 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 $in matching for scalars, arrays, and regular expressions (#231)
  • Add $all query matching (#233)
  • Support range queries on nested fields (#237)
  • Allow updates that retain an existing unique-index value (#236)
  • Reject duplicate _id values (#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

Source: README.md, updated 2026-07-26