SPIRL Go SDK Releases
Visit https://github.com/spirl/spirl-sdk-go for the source code and links to the Go documentation.
Release Notes
spirl-sdk-go v0.4.0
August 21, 2026
Enhancement
- Updates the default idle timeout for the API client to be 30 seconds. The API client will remain idle and redial the transport connection on the next API call.
- Adds the ability to set arbitrary gRPC dial options to the API client using
WithDialOptionsoption toclient.New(). - Adds a convenience helper
client.WithIdleTimeout(time.Duration)that can change the default of 30 seconds to the specified duration.
spirl-sdk-go v0.3.6
June 11, 2026
Enhancement
- Adds the
agentattestationAPI to the SDK
spirl-sdk-go v0.3.5
June 3rd, 2026
Enhancements
- Added
configsdkfor reading/updating organization, trust domain, and cluster configurations - Added support for reading trust domain authority status
- Added support for configuring
JwtIssuerConfigon a trust domain - Added support for describing a cluster by cluster ID
- Added SDK name and version to outgoing requests, defaulting to
sdkwith no version
spirl-sdk-go v0.2.0
December 2nd, 2025
Enhancements
- Added realm management support
- Added realm role management support
spirl-sdk-go v0.1.0
March 28th, 2025
- Initial release