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
description = "Use typed structs instead of `any` values to represent `oneOf` union types. [#359](https://github.com/oxidecomputer/oxide.go/pull/359) [#368](https://github.com/oxidecomputer/oxide.go/pull/368) [#376](https://github.com/oxidecomputer/oxide.go/pull/376)"
4
+
5
+
[[breaking]]
6
+
title = "Use functional options to construct clients."
7
+
description = "The `oxide.NewClient()` function now takes functional options instead of a configuration struct. [#356](https://github.com/oxidecomputer/oxide.go/pull/356)"
4
8
5
9
[[features]]
6
-
title = ""
7
-
description = ""
10
+
title = "Add option to disable TLS certificate verification."
11
+
description = "Allow the Go SDK client to skip TLS certificate verification. This is insecure and should only be used for testing or in controlled environments. [#356](https://github.com/oxidecomputer/oxide.go/pull/356)"
8
12
9
13
[[bugs]]
10
14
title = ""
11
15
description = ""
12
16
13
17
[[enhancements]]
14
-
title = ""
15
-
description = ""
18
+
title = "Expose experimental methods."
19
+
description = "Add methods to allow calling API endpoints that are marked as experimental. Please note that experimental endpoits are not stable and may be changed or removed without notice. [#379](https://github.com/oxidecomputer/oxide.go/pull/379)"
20
+
21
+
[[enhancements]]
22
+
title = "Add API version header."
23
+
description = "Set the `API-Version` header when making API requests. [#345](https://github.com/oxidecomputer/oxide.go/pull/345)"
0 commit comments