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.md
+24Lines changed: 24 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,29 @@
1
1
# Changelog
2
2
3
+
## 0.17.0 (2026-03-27)
4
+
5
+
Full Changelog: [v0.16.0...v0.17.0](https://github.com/kernel/hypeman-go/compare/v0.16.0...v0.17.0)
6
+
7
+
### Features
8
+
9
+
* Add scheduled instance snapshots with retention cleanup ([f0d4d52](https://github.com/kernel/hypeman-go/commit/f0d4d52bf563ca828cba5f31f6a0c913d4dba4f8))
10
+
* Add waitForState endpoint for blocking state transitions ([d6cea17](https://github.com/kernel/hypeman-go/commit/d6cea176033845f13c0dcbe79c0a8150c5a87d94))
11
+
***internal:** support comma format in multipart form encoding ([e6abba9](https://github.com/kernel/hypeman-go/commit/e6abba95be9eebf3a437b3ca371cd5f30795da02))
12
+
13
+
14
+
### Bug Fixes
15
+
16
+
* prevent duplicate ? in query params ([6bc4417](https://github.com/kernel/hypeman-go/commit/6bc44177b7bd0d7b03702664d573cc160cc11a75))
17
+
18
+
19
+
### Chores
20
+
21
+
***ci:** skip lint on metadata-only changes ([e3c8b1f](https://github.com/kernel/hypeman-go/commit/e3c8b1f0943858b91f196db4889a27f0d626a6e4))
22
+
***client:** fix multipart serialisation of Default() fields ([0abcf13](https://github.com/kernel/hypeman-go/commit/0abcf13ab96198afe17152d6653309ad5aecbb97))
23
+
***internal:** support default value struct tag ([e9226b4](https://github.com/kernel/hypeman-go/commit/e9226b48b553d83aad20295d320ca976f97dc0b1))
0 commit comments