You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .changelog/v0.5.0.toml
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,18 @@
1
1
[[breaking]]
2
2
title = "Update to Go 1.24"
3
3
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]]
4
6
title = "Set `omitzero` on specific types"
5
7
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)"
6
8
7
9
[[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)"
0 commit comments