Releases: vicentereig/plausible-cli
Releases · vicentereig/plausible-cli
v2.0.1
feat: multi-platform release builds with homebrew tap automation - Build pre-compiled binaries for macOS (arm64/amd64) and Linux (arm64/amd64) - Add SHA256 checksums for all artifacts - Automate homebrew-tap formula updates on release - Remove local homebrew formula (now in vicentereig/homebrew-tap) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
v2.0.0
Highlights
- Migrated all
plausible stats *commands to Plausible's Stats API v2 (POST /api/v2/query) with automatic translation for legacy filters, sorting, and pagination flags. - Added realtime visitor reporting via rolling five-minute v2 queries, filling gaps when time labels are absent and normalising bounce rates.
- Hardened command validation: clearer errors for unsupported flags (e.g.
--compare, aggregate--properties, bare--page) and smarter defaults for metrics/intervals. - Updated LLM + architecture docs to describe the new request/response shapes and include/totals behaviours.
Upgrade Notes
- The release is a breaking change; Stats API keys are now the expected credential for analytics endpoints. Aggregate
--properties,--compare, and--intervalflags are intentionally rejected until v2 adds equivalent support. - Rebuild or reinstall (
cargo install plausible-cli --locked) after pulling the tag to pick up the new client behaviour.
v1.0.0
Prepare v1.0.0 release