Skip to content

v2026.08.31

Choose a tag to compare

@github-actions github-actions released this 31 Aug 13:23
· 6 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

  • docs: lead with uvx, and stop claiming the SDK is bundled by @jrosskopf in #81
  • erpl-rev setup / doctor: close the gap between uvx erpl-rev and a working system by @jrosskopf in #82

Full Changelog: v2026.08.30...v2026.08.31