Skip to content

v0.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Jun 00:16
· 26 commits to main since this release
v0.5.0
db4aba2

Generated from Oxide API version 20250604.0.0

Breaking changes

  • Go version update: Updated the SDK's Go version to Go 1.24. Consumers of this SDK will need to update to Go 1.24 as well. #291
  • Set omitzero on specific types: Clients can pass an empty slice and have it serialized as []. Requires Go 1.24 or later. #289

New features

  • SiloAuthSettings: Methods to view and update authentication settings. Namely, set token expiration. #294
  • CurrentUserAccessToken: Methods to view and delete a current user's auth tokens. #294

Bug fixes

  • Type fields: All arrays that are nullable in the API no longer have omitempty to avoid panics if unset. #283

List of commits