Skip to content

Commit db4aba2

Browse files
authored
Changelog for v0.5.0 (#296)
1 parent a3144ae commit db4aba2

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
# v0.5.0 (2025/Jun/11)
2+
3+
Generated from Oxide API version [20250604.0.0](https://github.com/oxidecomputer/omicron/blob/rel/v15/rc1/openapi/nexus.json)
4+
5+
### Breaking changes
6+
7+
- **Go version update:** 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)
8+
- **Set `omitzero` on specific types:** 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)
9+
10+
### New features
11+
12+
- **SiloAuthSettings:** Methods to view and update authentication settings. Namely, set token expiration. [#294](https://github.com/oxidecomputer/oxide.go/pull/294)
13+
- **CurrentUserAccessToken:** Methods to view and delete a current user's auth tokens. [#294](https://github.com/oxidecomputer/oxide.go/pull/294)
14+
15+
### Bug fixes
16+
17+
- **Type fields:** All arrays that are nullable in the API no longer have `omitempty` to avoid panics if unset. [#283](https://github.com/oxidecomputer/oxide.go/pull/283)
18+
19+
### List of commits
20+
21+
- [a3144ae](https://github.com/oxidecomputer/oxide.go/commit/a3144ae) Update omicron to rc15 (#295)
22+
- [c075870](https://github.com/oxidecomputer/oxide.go/commit/c075870) Update to omicron 760d1b0 (#294)
23+
- [ecfa72d](https://github.com/oxidecomputer/oxide.go/commit/ecfa72d) generate: set omitzero on specific types (#289)
24+
- [855352f](https://github.com/oxidecomputer/oxide.go/commit/855352f) go: update to 1.24 (#291)
25+
- [2e4943b](https://github.com/oxidecomputer/oxide.go/commit/2e4943b) Bump github.com/getkin/kin-openapi from 0.131.0 to 0.132.0 (#286)
26+
- [65b1d0f](https://github.com/oxidecomputer/oxide.go/commit/65b1d0f) Update to omicron 5cfd735 (#284)
27+
- [719d3ae](https://github.com/oxidecomputer/oxide.go/commit/719d3ae) Handle nullable arrays (#283)
28+
- [a79eb2c](https://github.com/oxidecomputer/oxide.go/commit/a79eb2c) Bump version to v0.5.0 (#281)
29+
130
# v0.4.0 (2025/Apr/15)
231

332
Generated from Oxide API version [20250409.0.0](https://github.com/oxidecomputer/omicron/blob/rel/v14/rc1/openapi/nexus.json)

0 commit comments

Comments
 (0)