v0.8.0
ENHANCEMENTS
- New
Client
method to access API version information for the remote API, where available. The server-side support for this is still rolling out as we cut this release, so some servers will return an empty-string result until the new API release phases in. (#120) - Can now set
TargetAddrs
when creating a new run, which translates to additional-target
options when launching Terraform in the remote execution environment. Server-side support for this came in API version 2.3.0, so it may be necessary for clients to use the newRemoteAPIVersion
header first to confirm that the field is supported; it will be silently ignored on older API versions. (#117)