Skip to content

v0.31.0

Choose a tag to compare

@github-actions github-actions released this 02 Apr 23:01
· 139 commits to main since this release

saorsa-transport v0.31.0

Overview

saorsa-transport is a QUIC transport protocol implementation with advanced NAT traversal capabilities, optimized for P2P networks and the Autonomi ecosystem.

Installation

From crates.io

cargo install saorsa-transport

Pre-built binaries

Download the appropriate binary for your platform below.

Linux/macOS:

tar -xzf saorsa-transport-*.tar.gz
chmod +x saorsa-transport
./saorsa-transport --help

Windows:

Expand-Archive saorsa-transport-*.zip
.\saorsa-transport.exe --help

Docker

docker pull ghcr.io/saorsa-labs/saorsa-transport:0.31.0

What's Changed

Changelog

All notable changes to saorsa-transport will be documented in this file.

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

[0.31.0] - 2026-04-02

Features

  • MASQUE relay data plane for symmetric NAT traversal (02e5f9c)
  • Iterate relay candidates instead of retrying first on failure (cc276b4)
  • Relay session health monitoring and automatic re-establishment (2b36363)
  • Hole-punch to symmetric NAT via peer ID routing (48d2096)

Miscellaneous Tasks

Checksums

See checksums.txt for SHA256 checksums of all binaries.