Skip to content

Commit c075870

Browse files
authored
Update to omicron 760d1b0 (#294)
1 parent ecfa72d commit c075870

File tree

4 files changed

+1937
-152
lines changed

4 files changed

+1937
-152
lines changed

.changelog/v0.5.0.toml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
[[breaking]]
22
title = "Update to Go 1.24"
33
description = "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](https://github.com/oxidecomputer/oxide.go/pull/291)"
4+
5+
[[breaking]]
46
title = "Set `omitzero` on specific types"
57
description = "Set `omitzero` on specific types so that clients can pass an empty slice and have it serialized as `[]`. Requires Go 1.24 or later. [#289](https://github.com/oxidecomputer/oxide.go/pull/289)"
68

79
[[features]]
8-
title = ""
9-
description = ""
10+
title = "SiloAuthSettings"
11+
description = "Methods to view and update authentication settings. Namely, set token expiration. [#294](https://github.com/oxidecomputer/oxide.go/pull/294)"
12+
13+
[[features]]
14+
title = "CurrentUserAccessToken"
15+
description = "Methods to view and delete a current user's auth tokens. [#294](https://github.com/oxidecomputer/oxide.go/pull/294)"
1016

1117
[[bugs]]
1218
title = "Type fields"

VERSION_OMICRON

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5cfd735
1+
760d1b0

0 commit comments

Comments
 (0)