Skip to content

Releases: gitpod-io/gitpod-sdk-python

v0.9.0

11 Feb 14:24

Choose a tag to compare

0.9.0 (2026-02-11)

Full Changelog: v0.8.0...v0.9.0

Features

  • api: add bulk_create/bulk_delete/bulk_update methods to projects (255bd90)

v0.8.0

11 Feb 13:18

Choose a tag to compare

0.8.0 (2026-02-11)

Full Changelog: v0.7.0...v0.8.0

Features

  • [backend] Resource admin should be able to see all resource shares (153d9ba)
  • [SCIM] Configurable token expiration duration (71eb2b6)
  • [SCIM] Configurable token expiration duration (16049ed)
  • agent: add annotations field to AgentExecution (09c2210)
  • api: add additional_scopes to organization SSO configuration (07aa0cc)
  • api: add announcement banner fields to organization proto (1cbdaaa)
  • api: add derivedFromOrgRole field to RoleAssignment (e1ed935)
  • api: add dev_runner_id to agents, dev_environment_id and provider to runners (c345871)
  • api: add exclude_group_id filter to organization list members (008ae2b)
  • api: add ExecutableDenyList to environment and organization policy (110c2ef)
  • api: add filters to ListPrebuilds for inventory page (4bc3f9f)
  • api: add mcp_integrations field and type to agent_execution (911140b)
  • api: add opus 4.6 model variants to agent supported models (71e660d)
  • api: add port access methods and organization admission level to environments (af512f5)
  • api: add ResourceRoleOrgAutomationsAdmin to ResourceRole enum (320b285)
  • api: add ResourceRoleOrgGroupsAdmin to ResourceRole enum (c2fceff)
  • api: add restrict_account_creation_to_scim field to organization policy (c1272d1)
  • api: add scope field and enum to environment secrets (371f8f7)
  • api: add user_ids filter to organization list members method (5abdcae)
  • api: add warm pools resource to prebuilds (b997cfe)
  • api: implement GetAnnouncementBanner and UpdateAnnouncementBanner handlers (6482c1a)
  • chat: add Pylon identity verification for chat widget (f7b7cb3)
  • cli: add --name flag to environment create command (b292d8f)
  • client: add custom JSON encoder for extended type support (48e0b49)
  • db: add service_account_tokens table (688cf2e)
  • Introduce projects admin org role (2777780)
  • runner: add capability check for ListSCMOrganizations (4a87ef2)
  • types: add RoleAssignment value to ResourceType enum (d59ab98)

Bug Fixes

  • api: reject double-slash prefix in secret file paths (fb4f63f)

Chores

  • ci: upgrade actions/github-script (d6a1726)
  • internal: bump dependencies (330558d)
  • internal: formatting (ecb24f2)
  • update OpenAPI spec to e50946de8cddc549be7f7423903ad444632abce6 (1176fce)

Documentation

  • api: clarify port_sharing_disabled behavior in organization policy (2154cd8)

v0.7.0

21 Jan 14:30

Choose a tag to compare

0.7.0 (2026-01-21)

Full Changelog: v0.6.0...v0.7.0

Features

  • [api] Introduce RPCs to share resources with individual users (df1cf39)
  • [api] sorting for ListMembers (838e74c)
  • [backend] Adding direct_share field to groups (78c0bdd)
  • [backend] Introduce role and member status filtering for ListMembers (34fb372)
  • agent: add spec mode for planning before interactive implementation (de6bee5)
  • API for SCIM configuration management (70becd4)
  • api: add CheckRepositoryAccess API for repository access validation (b34ed1b)
  • api: add draft and state fields to PullRequest proto (e0023da)
  • api: add inputs array to UserInputBlock proto (8262825)
  • api: add ListSCMOrganizations endpoint (9c8f7ea)
  • api: add search, creator, and status filters to ListWorkflows (ddd18c0)
  • api: improve SearchRepositories pagination with next_page and total_count (2847a10)
  • automations: add before_snapshot trigger type (9cd272f)
  • client: add support for binary request streaming (be5a823)
  • dashboard: show tier badge in org selector (89fd8fe)
  • Define SCIMConfiguration database schema (03bd185)
  • move agent mode from Spec to Status, add AgentModeChange signals (a55115b)
  • secrets: add ServiceAccountSecret entity with full support (30e17c5)

Chores

  • internal: update actions/checkout version (53dcf30)

v0.6.0

09 Jan 13:46

Choose a tag to compare

0.6.0 (2026-01-09)

Full Changelog: v0.5.2...v0.6.0

Features

  • agent: add group-based SCM tools access control (9e23e57)
  • api: add ImageInput to UserInputBlock proto (c1223c3)
  • api: add recommended editors configuration to project settings (5a4e222)
  • db: add webhooks table with trigger reference (d0bf7fa)
  • prebuild: expose snapshot completion percentage in prebuild status (05569c0)
  • skills: add organization-level skills support (052b48a)

Bug Fixes

  • use async_to_httpx_files in patch method (af8d708)

Chores

  • internal: codegen related update (c0e59ad)
  • internal: codegen related update (34dd0fe)
  • pin GitHub Actions to SHA (36acefc)

v0.5.2

17 Dec 08:16
d235f9b

Choose a tag to compare

0.5.2 (2025-12-16)

Full Changelog: v0.5.1...v0.5.2

Chores

v0.5.1

16 Dec 06:30

Choose a tag to compare

0.5.1 (2025-12-15)

Full Changelog: v0.5.0...v0.5.1

Chores

  • internal: add missing files argument to base client (9d132f3)

v0.5.0

15 Dec 14:01

Choose a tag to compare

0.5.0 (2025-12-15)

Full Changelog: v0.4.4...v0.5.0

Features

v0.4.4

15 Dec 10:31

Choose a tag to compare

0.4.4 (2025-12-15)

Full Changelog: v0.4.3...v0.4.4

v0.4.3

15 Dec 09:51

Choose a tag to compare

0.4.3 (2025-12-15)

Full Changelog: v0.4.2...v0.4.3

v0.4.2

15 Dec 09:46

Choose a tag to compare

0.4.2 (2025-12-15)

Full Changelog: v0.4.1...v0.4.2

Bug Fixes

  • types: allow pyright to infer TypedDict types within SequenceNotStr (cea547d)

Chores