Skip to content

Hiverra Portal v0.12.0

Choose a tag to compare

@github-actions github-actions released this 11 Jun 01:20
ed18e05

Highlights

  • Discovery fallback: Portal now keeps multicast discovery as the first path, then falls back to UDP broadcast when multicast does not work on the local network.
  • Receiver startup reliability: Receive mode no longer needs friendly local IP detection to succeed before the listener can start.
  • Custom release pipeline: Portal releases now use repository-owned workflows instead of cargo-dist-generated installer scripts.

Improvements

  • Receiver beacons now include broadcast targets alongside the existing multicast beacon.
  • Discovery failures now return direct-address guidance so users can continue with portal send --address <receiver-ip>.
  • Windows, Linux, macOS, Android, and npm release jobs are now managed by the repository workflow.
  • Added Git-AIC commit guidance for repository-specific commit messages.
  • Added contributor, support, and security documentation for the repository.

Fixes

  • Corrected Portal install links on the docs/landing site to use portal.biuld.app.
  • Fixed Windows MSI packaging in the release workflow.
  • Updated the Intel macOS release runner after GitHub removed the old macos-13 runner label.
  • Fixed release creation so the GitHub release job checks out the repository before running gh release create.

Manual Fallback

If automatic discovery still fails on a network, connect directly with:

portal send --address <receiver-ip> --port <port> <file-or-folder>

What's Changed

Full Changelog: v0.11.1...v0.12.0