Skip to content

v0.28.0

Choose a tag to compare

@github-actions github-actions released this 19 Mar 13:20
· 163 commits to main since this release

saorsa-transport v0.28.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.28.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.28.0] - 2026-03-19

Miscellaneous Tasks

  • Bump saorsa-transport version to 0.27.0 (f5a059d)
  • Bump saorsa-transport version to 0.28.0 (48a28b2)

Refactor

  • [BREAKING] Replace health-check ping/pong with event-driven disconnect detection (25e62e8)

Ci

  • Parallelize crates.io publish with binary builds and Docker (5a4f13e)

Checksums

See checksums.txt for SHA256 checksums of all binaries.