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
* chore(internal): remove mock server code
* chore: update mock server docs
* fix: allow canceling a request while it is waiting to retry
* feat: Add DELETE /deployments/{id} API endpoint
* release: 0.36.0
* fix: skip pagination tests that require mock server
These tests were missing the t.Skip annotation that all other
mock-server-dependent tests have, causing CI failures.
Co-authored-by: Cursor <cursoragent@cursor.com>
---------
Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
Co-authored-by: Rafael Garcia <raf@kernel.sh>
Co-authored-by: Cursor <cursoragent@cursor.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,25 @@
1
1
# Changelog
2
2
3
+
## 0.36.0 (2026-02-21)
4
+
5
+
Full Changelog: [v0.35.0...v0.36.0](https://github.com/kernel/kernel-go-sdk/compare/v0.35.0...v0.36.0)
6
+
7
+
### Features
8
+
9
+
* Add DELETE /deployments/{id} API endpoint ([759add0](https://github.com/kernel/kernel-go-sdk/commit/759add0fb28e9c823d6df9947f47f7266a346062))
10
+
* add live smoke testing to CLI coverage workflow ([fd4f331](https://github.com/kernel/kernel-go-sdk/commit/fd4f3311b14a895782821708acc592019b5f3bfb))
11
+
12
+
13
+
### Bug Fixes
14
+
15
+
* allow canceling a request while it is waiting to retry ([f04d85f](https://github.com/kernel/kernel-go-sdk/commit/f04d85f0dbf49c9e2629e3f26b4b5b9b8dcb1586))
16
+
17
+
18
+
### Chores
19
+
20
+
***internal:** remove mock server code ([0676f28](https://github.com/kernel/kernel-go-sdk/commit/0676f28561cbbec3cfa6ad4209710e2210c1c292))
21
+
* update mock server docs ([217f713](https://github.com/kernel/kernel-go-sdk/commit/217f713a30fd2350b3245cf55605b6a5f375a697))
22
+
3
23
## 0.35.0 (2026-02-18)
4
24
5
25
Full Changelog: [v0.34.0...v0.35.0](https://github.com/kernel/kernel-go-sdk/compare/v0.34.0...v0.35.0)
0 commit comments