Skip to content

Commit c616dc0

Browse files
committed
chagelog: add entries for v0.8.0
1 parent 65fcc66 commit c616dc0

1 file changed

Lines changed: 14 additions & 6 deletions

File tree

.changelog/v0.8.0.toml

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,23 @@
11
[[breaking]]
2-
title = ""
3-
description = ""
2+
title = "Improve handling of union types."
3+
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)"
48

59
[[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)"
812

913
[[bugs]]
1014
title = ""
1115
description = ""
1216

1317
[[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

Comments
 (0)