Releases: vmvarela/sql-pipe
Releases · vmvarela/sql-pipe
v0.3.1
v0.3.0
What's Changed
📦 New Packaging Formats
Six new distribution channels added — sql-pipe is now installable on all major platforms:
- DEB — Debian/Ubuntu via
.debpackages (amd64, arm64, armv7, 386) (#49) - RPM — Fedora/RHEL/openSUSE via
.rpmpackages (amd64, arm64) (#52) - Chocolatey — Windows via
choco install sql-pipe(#53) - WinGet — Windows via
winget install vmvarela.sql-pipe(#54) - Scoop — Windows via
scoop install sql-pipe(#55) - Nix / NixOS — via flake or
nix-env(#56)
🧰 Maintenance
- Move
aur/topackaging/aur/for structural consistency (#58) - Remove dead
sedstrips from CI heredoc jobs (#59, #60) - Fix all ziglint violations (#50)
- Update AGENTS.md for Zig project conventions (#51)
⬆️ Dependency Updates
actions/checkoutv4 → v6 (#47)actions/stalev9 → v10 (#46)KSXGitHub/github-actions-deploy-aur3.0.1 → 4.1.1 (#48)actions/download-artifactv4 → v8 (#36)actions/upload-artifactv4 → v7 (#34)actions/cachev4 → v5 (#32)actions/labelerv5 → v6 (#35)toshimaru/auto-author-assign2.1.1 → 3.0.1 (#33)
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
🚀 Features
- feat: add --header / -H flag for output column names (#31) @vmvarela
- feat: add custom delimiter support (-d/--delimiter, --tsv) (#30) @vmvarela
- feat: shell installer script (install.sh) (#29) @vmvarela
🧰 Maintenance
📝 Documentation
- feat: add custom delimiter support (-d/--delimiter, --tsv) (#30) @vmvarela
- feat: Add Homebrew tap (vmvarela/homebrew-sql-pipe) (#27) @vmvarela
- feat: add AUR package (closes #21) (#28) @vmvarela
Full Changelog: v0.1.0...v0.2.0
v0.1.0 — Sprint 1: MVP Foundation
Sprint 1 — MVP Foundation
Sprint Goal: Ship the core pipeline — read CSV from stdin, run a SQL query with SQLite, stream results to stdout.
What's Included
- #3 RFC 4180 compliant CSV parsing (quoted fields, embedded commas and newlines)
- #4 Column type inference (INTEGER, REAL, TEXT) for correct numeric queries
- #5 Cross-platform release binaries via GitHub Actions (Linux, macOS, Windows)
- #6 README: installation guide, usage examples, and real-world recipes
- #7 Error handling: structured exit codes, --help and --version flags
- #8 CI workflow: build and test on push/PR (Linux, macOS, Windows)
Stats
- Planned: 6 issues
- Completed: 6 issues (100%)
- Carried over: 0
Full Changelog: https://github.com/vmvarela/sql-pipe/commits/v0.1.0