Releases
API versions and release notes for Traversio.
Current Line
The docs describe the latest 1.0.x API. Add Traversio with 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.1"
)Patch releases in the same line keep the public API source-compatible unless a release note says otherwise. Use the release pages below to see what changed between versions.
| Version | Date | API impact | Notes |
|---|---|---|---|
1.0.1 | 2026-05-27 | Source-compatible additions | Adds broader private-key PEM loading and clearer auth input errors. |
1.0.0 | 2026-05-25 | First public API | Establishes the initial public Swift package surface. |
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 in release pages.
When a future release line needs separate API documentation, Traversio will keep versioned docs under this section or publish a separate versioned docs site for the older line.