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
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,21 @@
1
1
# Changelog
2
2
3
+
## 0.10.0 (2026-02-18)
4
+
5
+
Full Changelog: [v0.9.0...v0.10.0](https://github.com/gitpod-io/gitpod-sdk-python/compare/v0.9.0...v0.10.0)
6
+
7
+
### Features
8
+
9
+
***api:** add audit_only field to executable_deny_list and veto ([82ede69](https://github.com/gitpod-io/gitpod-sdk-python/commit/82ede69962a1ae28dd47f881bf305dc6f457e794))
10
+
***api:** add RUNNER_SIDE_AGENT to RunnerCapability type ([9375f78](https://github.com/gitpod-io/gitpod-sdk-python/commit/9375f7880e2d9e5db4fc57f4ed86c8b6ca5021fa))
11
+
***api:** add WARMPOOL_ADMIN and WARMPOOL_VIEWER to ResourceRole ([5c316a6](https://github.com/gitpod-io/gitpod-sdk-python/commit/5c316a6cfc56e4ba44067ae33f33d0456474dae1))
12
+
13
+
14
+
### Chores
15
+
16
+
* format all `api.md` files ([c52f954](https://github.com/gitpod-io/gitpod-sdk-python/commit/c52f954a3bda80d38af13cb8cc26a3d81831da76))
17
+
***internal:** fix lint error on Python 3.14 ([2342adf](https://github.com/gitpod-io/gitpod-sdk-python/commit/2342adf3281e4eb7aa0584a60ea8b709ff97656c))
18
+
3
19
## 0.9.0 (2026-02-11)
4
20
5
21
Full Changelog: [v0.8.0...v0.9.0](https://github.com/gitpod-io/gitpod-sdk-python/compare/v0.8.0...v0.9.0)
0 commit comments