Skip to content

Patris Export 2.0.4

Latest

Choose a tag to compare

@github-actions github-actions released this 10 Sep 11:06
bc2806d

Patris Export 2.0.4

Patris Export is a standalone Paradox/BDE extraction, transformation, pricing, integration, and live-view platform for Patris81 data. This release was built and verified directly from source commit bc2806d2e9b66116b04ace199da0cc45ab2c18ae.

Choose an artifact

Platform Artifact Contents
Windows amd64 (recommended) patris-export-v2.0.4-windows-amd64-setup.exe Branded assisted installer, uninstaller, runtime, optional C SDK, configuration guide, and license
Windows amd64 patris-export-v2.0.4-windows-amd64.zip Executable, pxlib and MinGW runtime DLLs, C shared library/header, install guide, license, and build manifest
Linux amd64 patris-export-v2.0.4-linux-amd64.tar.gz Executable, bundled pxlib runtime and launcher, C shared library/header, install guide, license, and build manifest
All SHA256SUMS SHA-256 verification manifest for the installer and both platform archives

Install

  • Windows (recommended): run the assisted setup executable. It installs the runtime and uninstaller, preserves configuration during upgrades, and offers the C SDK as an optional component.
  • Windows (portable/embedding): extract the entire ZIP, keep every DLL beside patris-export.exe, then run .\patris-export.exe --version.
  • Linux: extract the tarball and run ./patris-export-linux-amd64/run-patris-export.sh --version.
  • Detailed deployment, embedding, smoke-test, and upgrade instructions are included as INSTALL.md in both archives.

Configuration and secrets remain external to the release bundle, so upgrading does not replace a deployment's configuration. Patris Export and Digitalogic remain independently deployable; integration features activate only when configured.

Verify

Download SHA256SUMS beside your platform archive. On Linux, run grep 'linux-amd64.tar.gz$' SHA256SUMS | sha256sum -c -. On Windows, compare Get-FileHash <archive> -Algorithm SHA256 with the matching manifest line. Download both archives before using sha256sum -c SHA256SUMS for the complete set.

Changelog

  • Preserve PHP receiver timings for SQL commit, option-cache invalidation, report finalization, product-commit dispatch, and report notification through Go and CLI diagnostics. These measurements do not alter delivery acceptance or price calculation.
  • Document deployed PHP and Go authority acceptance, including full-owner checks after actual CNY changes, and retain explicit unverified interface/mode coverage.

Source and build provenance

  • Tag: v2.0.4
  • Source commit: bc2806d2e9b66116b04ace199da0cc45ab2c18ae
  • Builder: GitHub Actions from the tagged source tree
  • Dependency lock: Go modules, web/package-lock.json, and pinned pxlib source revision
  • Verification: Go and web tests, dependency audit, Linux source build, native Windows source build and database smoke test, independent Windows cross-build and Wine smoke test, version-resource inspection, required-runtime checks, deterministic archive assembly, and SHA-256 generation
  • GitHub's source archives are available in the release Assets section alongside the installable bundles.

Complete merged-change history

What's Changed

Full Changelog: v2.0.3...v2.0.4