Skip to content

Commit 5ff2af0

Browse files
authored
Changelog for v0.4.0 (#280)
1 parent 0083f51 commit 5ff2af0

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# v0.4.0 (2025/Apr/15)
2+
3+
Generated from Oxide API version [20250409.0.0](https://github.com/oxidecomputer/omicron/blob/rel/v14/rc1/openapi/nexus.json)
4+
5+
### Breaking changes
6+
7+
- **Integers as pointers:** All integers within the SDK's types are now `*int`. This is due to Go's handling of 0 as the empty value. This is specifically necessary when a field is an integer and also not required. [#274](https://github.com/oxidecomputer/oxide.go/pull/274)
8+
9+
### New features
10+
11+
- **Anti-affinity groups:** CRUD methods. [#269](https://github.com/oxidecomputer/oxide.go/pull/269)
12+
13+
### List of commits
14+
15+
- [0083f51](https://github.com/oxidecomputer/oxide.go/commit/0083f51) Update omicron version to rel/v14/rc1 (#279)
16+
- [894605d](https://github.com/oxidecomputer/oxide.go/commit/894605d) Update to Omicron 0dad016 (#276)
17+
- [845061b](https://github.com/oxidecomputer/oxide.go/commit/845061b) Documentation fix (#275)
18+
- [c8be658](https://github.com/oxidecomputer/oxide.go/commit/c8be658) Set integer fields as pointers (#274)
19+
- [39db29e](https://github.com/oxidecomputer/oxide.go/commit/39db29e) Bump github.com/getkin/kin-openapi from 0.129.0 to 0.131.0 (#272)
20+
- [5fd2848](https://github.com/oxidecomputer/oxide.go/commit/5fd2848) Update to omicron 8a40bb8 (#269)
21+
- [9d49348](https://github.com/oxidecomputer/oxide.go/commit/9d49348) Update to version v0.4.0 (#268)
22+
123
# v0.3.0 (2025/Feb/18)
224

325
Generated from Oxide API version [20250212.0.0](https://github.com/oxidecomputer/omicron/blob/rel/v13/rc0/openapi/nexus.json)

0 commit comments

Comments
 (0)