v2026.06.14
·
48 commits
to main
since this release
erpl-rev — query and replicate SAP through DuckDB.
Single self-extracting binaries — download the one for your OS, then
run it. They bundle the SAP NW RFC SDK + DuckDB, so there is nothing
else to install.
| OS | Asset |
|---|---|
| Linux x86-64 | erpl-rev-linux-amd64.tar.gz |
| macOS arm64 | erpl-rev-macos-arm64.tar.gz |
| Windows x64 | erpl-rev-windows-amd64.zip |
Verify with SHA256SUMS.txt. See the README
for setup and the LICENSE (BSL 1.1).
What's Changed
- feat(telemetry): PostHog application analytics via shared lib (epic #39) by @jrosskopf in #46
- feat(docker): publish a linux/amd64 image to ghcr.io by @jrosskopf in #47
- fix(sql-console): title reads just "DuckDB SQL console" by @jrosskopf in #50
- feat(sql-console): NYC-taxi example reads 12 Parquet files (40M+ rows) by @jrosskopf in #48
- chore: rename run-cloud.sh -> run-rfc-server.sh by @jrosskopf in #49
- fix(sql-console): remove dummy P_RUN, move example picker onto the toolbar by @jrosskopf in #51
- fix: clean-slate bring-up — deploy, registration & shutdown by @jrosskopf in #52
- docs(readme): refresh the install & run sections by @jrosskopf in #53
- feat(docker): deploy the released self-extracting bundle as the image by @jrosskopf in #54
- fix(test): build test_telemetry.cpp on Windows (setenv/unsetenv shim) by @jrosskopf in #55
Full Changelog: v2026.06.13...v2026.06.14