Skip to content

v2026.09.01

Latest

Choose a tag to compare

@github-actions github-actions released this 01 Sep 11:41
· 3 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. There is nothing else to install.

All three builds talk RFC through erpl-proto, our pure-Rust
implementation, linked statically. They carry no SAP NW RFC SDK and
no ICU — DuckDB is the only bundled library.

The Linux build is additionally exercised by a 13-stage end-to-end
suite against a live ABAP system. macOS and Windows are verified to
build, link and start, but not yet against a live SAP system.

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

  • Link DuckDB statically and retire the self-extracting launcher (#78) by @jrosskopf in #83
  • Operate erpl-rev from the CLI, not only from SAP GUI by @jrosskopf in #84

Full Changelog: v2026.08.31...v2026.09.01