Releases: MnO2/logq
Releases · MnO2/logq
Release list
0.2.0 - 2026-07-11
Release Notes
- Query a substantially expanded PartiQL subset, including INNER/RIGHT joins, subqueries, set operations, three-valued NULL/MISSING logic, approximate aggregates, array/string/date functions, and completed
time_bucketintervals. - Read gzip files transparently and scan deterministic globs or comma-separated shards without concatenating them first.
- Query schema-free JSONL, custom named-capture regex formats, and built-in Apache/nginx
clfandcombinedlogs. - Stream newline-delimited JSON with
--output ndjson; inspect batch/row selection with pipeline-awareexplain; cap materializing queries with--max-memory. - Diagnose syntax, planning, schema, and runtime failures with source locations, carets, contextual hints, and did-you-mean suggestions.
- Bound
ORDER BY ... LIMITmemory to O(k), retain fixed-schema batch execution where supported, and publish reproducible end-to-end performance and memory measurements. - Require Rust 1.85 or newer and ship current, advisory-clean dependencies with multi-platform CI.
Install logq 0.2.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/MnO2/logq/releases/download/v0.2.0/logq-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/MnO2/logq/releases/download/v0.2.0/logq-installer.ps1 | iex"Download logq 0.2.0
| File | Platform | Checksum |
|---|---|---|
| logq-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| logq-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| logq-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
| logq-x86_64-unknown-linux-musl.tar.xz | x64 MUSL Linux | checksum |