Releases
API versions and release notes for Traversio.
Current Line
The docs describe the latest 1.0.x API. Add Traversio with the newest patch in the current release line unless your application is pinned to an older patch version:
.package(
url: "https://github.com/GitSwiftHQ/Traversio.git",
from: "1.0.8"
)Patch releases in the same line keep the public API source-compatible unless a release note says otherwise. Release notes are grouped by release line, so 1.0.0 through 1.0.8 live together on the 1.0 page.
| Release line | Current patch | API impact | Notes |
|---|---|---|---|
1.0 | 1.0.8 | Source-compatible patch releases | Establishes the public API, broadens PEM loading, fixes transport-failure teardown, separates host-key trust timeout from setup timeout, keeps caller cancellation out of error logs, exposes network path quality snapshots, hardens liveness and route lifecycle behavior, and improves SFTP receive flow on high-latency paths. |
API Versioning
The current docs are not duplicated per patch version because the 1.0.x line is source-compatible. Version-specific API additions and behavior notes live inside each release-line page.
When a future 1.1 or 2.0 line needs separate release notes, Traversio will add another page here. If a future line needs separate API documentation, Traversio will either keep versioned docs under this section or publish a separate versioned docs site for the older line.