Traversio

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.

VersionDateAPI impactNotes
1.0.12026-05-27Source-compatible additionsAdds broader private-key PEM loading and clearer auth input errors.
1.0.02026-05-25First public APIEstablishes 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.

On this page