|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 0.14.0 (2026-04-28) |
| 4 | + |
| 5 | +Full Changelog: [v0.13.0...v0.14.0](https://github.com/gitpod-io/gitpod-sdk-go/compare/v0.13.0...v0.14.0) |
| 6 | + |
| 7 | +### Features |
| 8 | + |
| 9 | +* **api:** add integration_id, update webhook_id in pull request trigger ([71d164a](https://github.com/gitpod-io/gitpod-sdk-go/commit/71d164aa1e7e29b16ee8531437e1e9969933aa08)) |
| 10 | +* **api:** add MaxPortAdmissionLevel field to organization policy ([395d6af](https://github.com/gitpod-io/gitpod-sdk-go/commit/395d6af87f23155027dc42519e5b7b7245af84e2)) |
| 11 | +* **api:** add old_path field to environment git changed file model ([9fe1925](https://github.com/gitpod-io/gitpod-sdk-go/commit/9fe19258fc36ca036af7788f5f6a9999734c2563)) |
| 12 | +* **api:** add OpenAI Auto value to AgentExecutionStatusSupportedModel enum ([ebeb95e](https://github.com/gitpod-io/gitpod-sdk-go/commit/ebeb95e3b757fac267685faa725d38a277901fff)) |
| 13 | +* **api:** add OPUS_4_7 to agent supported models enum ([d2a744b](https://github.com/gitpod-io/gitpod-sdk-go/commit/d2a744be9876078da2a967eea5b71e6d10709fca)) |
| 14 | +* **api:** add pagination support and query parameter to runners.ListScmOrganizations ([c5ba3fd](https://github.com/gitpod-io/gitpod-sdk-go/commit/c5ba3fdd26a149c7cbec69a8e938eabbc4afd85d)) |
| 15 | +* **api:** add port_authentication capability to RunnerCapability ([6e3178e](https://github.com/gitpod-io/gitpod-sdk-go/commit/6e3178eff7946662bdd2aede907d7d86b4d003f1)) |
| 16 | +* **api:** add readinessTimeout parameter to automation services ([71ef113](https://github.com/gitpod-io/gitpod-sdk-go/commit/71ef113396de91acb089a6a04593b780921f877a)) |
| 17 | +* **api:** add review_requested event to workflow trigger pull request events ([ac58c85](https://github.com/gitpod-io/gitpod-sdk-go/commit/ac58c8578b8564674f5204cadbee1a3ce89e5b94)) |
| 18 | +* **api:** remove Terminal field from RunsOn type ([5b02fe5](https://github.com/gitpod-io/gitpod-sdk-go/commit/5b02fe5111f66ac18a52efb079dcc0a86d82181a)) |
| 19 | +* **go:** add default http client with timeout ([5aa4fca](https://github.com/gitpod-io/gitpod-sdk-go/commit/5aa4fca6ee96b6fc19569aa1f419cbe53517d61e)) |
| 20 | +* support setting headers via env ([a05eb6b](https://github.com/gitpod-io/gitpod-sdk-go/commit/a05eb6b7268ba0e12c80549506c4a8a01b6d30b5)) |
| 21 | +* **types:** add prebuild value to AutomationsFileServicesTriggeredBy enum ([efe0872](https://github.com/gitpod-io/gitpod-sdk-go/commit/efe08724860d1d93c1782725f688a588b755be40)) |
| 22 | +* **types:** extract Report types to top-level from WorkflowStep ([d58de25](https://github.com/gitpod-io/gitpod-sdk-go/commit/d58de258a0f8f2f3e1400778b07b91d4ff5ee91e)) |
| 23 | + |
| 24 | + |
| 25 | +### Chores |
| 26 | + |
| 27 | +* **internal:** more robust bootstrap script ([7d8a76e](https://github.com/gitpod-io/gitpod-sdk-go/commit/7d8a76ef4e36d2cfba13489347ec03ec5ba83565)) |
| 28 | +* **internal:** regenerate SDK with no functional changes ([f8b376e](https://github.com/gitpod-io/gitpod-sdk-go/commit/f8b376ef7d1eebbdf66252e7ec29893d2fc1541f)) |
| 29 | + |
| 30 | + |
| 31 | +### Documentation |
| 32 | + |
| 33 | +* **api:** deprecate isAdmin field in runner list_scm_organizations response ([ed8323d](https://github.com/gitpod-io/gitpod-sdk-go/commit/ed8323d73d95edceb3e445698adde781498a6a58)) |
| 34 | + |
3 | 35 | ## 0.13.0 (2026-04-02) |
4 | 36 |
|
5 | 37 | Full Changelog: [v0.12.0...v0.13.0](https://github.com/gitpod-io/gitpod-sdk-go/compare/v0.12.0...v0.13.0) |
|
0 commit comments