Releases: tailscale/tailscale-client-go
Releases · tailscale/tailscale-client-go
v1.1.1
What's Changed
- Add Data field to api errors by @davidsbond in https://github.com/davidsbond/tailscale-client-go/pull/6
Full Changelog: davidsbond/tailscale-client-go@v1.1.0...v1.1.1
v1.1.0
What's Changed
- Modify GitHub actions workflow to reduce redundant runs by @davidsbond in davidsbond#1
- Add SetDeviceTags method by @davidsbond in davidsbond#3
- Expose tags field on Device by @davidsbond in https://github.com/davidsbond/tailscale-client-go/pull/4
- Implements the device delete endpoint by @pellegrino in davidsbond#2
New Contributors
- @pellegrino made their first contribution in davidsbond#2
Full Changelog: davidsbond/tailscale-client-go@v1.0.0...v1.1.0
v1.0.0
This is the initial commit that contains the Tailscale client implementation taken from my
Terraform provider
for Tailscale. The intention being that I can reuse this package across multiple projects.
Signed-off-by: David Bond davidsbond93@gmail.com