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.7.0.toml
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,13 @@ title = ""
7
7
description = ""
8
8
9
9
[[bugs]]
10
-
title = ""
11
-
description = ""
10
+
title = "Handle `map[string]any` types"
11
+
description = "Updated the SDK to correctly handle `map[string]any` types. [#325](https://github.com/oxidecomputer/oxide.go/pull/325)"
12
+
13
+
[[bugs]]
14
+
title = "Handle required nullable types"
15
+
description = "Updated the SDK to correctly handle required nullable types. [#329](https://github.com/oxidecomputer/oxide.go/pull/329)"
12
16
13
17
[[enhancements]]
14
-
title = ""
15
-
description = ""
18
+
title = "Support `OXIDE_PROFILE`"
19
+
description = "Added support for specifying the Oxide profile via the `OXIDE_PROFILE` environment variable. [#332](https://github.com/oxidecomputer/oxide.go/pull/332)"
0 commit comments