v2026.06.17
·
45 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
- ci: compile on Windows (catch MSVC-only breaks before release) by @jrosskopf in #56
- test: run the suite on Windows too (portable temp paths) by @jrosskopf in #57
- feat(delta): native MERGE INTO apply on DuckDB 1.5.4 by @jrosskopf in #58
Full Changelog: v2026.06.14...v2026.06.17