Skip to content

chore: 🐝 Update SDK - Generate 3.1.0#35

Open
github-actions[bot] wants to merge 2 commits into
mainfrom
speakeasy-sdk-regen-1778114271
Open

chore: 🐝 Update SDK - Generate 3.1.0#35
github-actions[bot] wants to merge 2 commits into
mainfrom
speakeasy-sdk-regen-1778114271

Conversation

@github-actions
Copy link
Copy Markdown

@github-actions github-actions Bot commented May 7, 2026

SDK update

Versioning

Version Bump Type: [minor] - 🤖 (automated)

Tip

If updates to your OpenAPI document introduce breaking changes, be sure to update the info.version field to trigger the correct version bump.
Speakeasy supports manual control of SDK versioning through multiple methods.

Python SDK Changes:

  • latitudesh.elastic_ips.create_elastic_ip(): error.status[403] Removed (Breaking ⚠️)
  • latitudesh.elastic_ips.update_elastic_ip(): error.status[403] Removed (Breaking ⚠️)
  • latitudesh.elastic_ips.delete_elastic_ip(): error.status[403] Removed (Breaking ⚠️)
  • latitudesh.elastic_ips.get_elastic_ip(): error.status[403] Removed (Breaking ⚠️)
  • latitudesh.object_storage.get_storage_objects(): Added
  • latitudesh.storage.get_storage_volume(): Removed (Breaking ⚠️)
  • latitudesh.block_storage.get_storage_volume(): Added
  • latitudesh.block_storage.delete_storage_volumes(): Added
  • latitudesh.block_storage.post_storage_volumes_mount(): Added
  • latitudesh.filesystem_storage.create_filesystem(): Added
  • latitudesh.object_storage.post_storage_objects(): Added
  • latitudesh.object_storage.get_storage_object(): Added
  • latitudesh.object_storage.delete_storage_objects(): Added
  • latitudesh.storage.create_filesystem(): Removed (Breaking ⚠️)
  • latitudesh.storage.list_filesystems(): Removed (Breaking ⚠️)
  • latitudesh.storage.delete_filesystem(): Removed (Breaking ⚠️)
  • latitudesh.storage.update_filesystem(): Removed (Breaking ⚠️)
  • latitudesh.storage.get_storage_volumes(): Removed (Breaking ⚠️)
  • latitudesh.storage.post_storage_volumes(): Removed (Breaking ⚠️)
  • latitudesh.block_storage.post_storage_volumes(): Added
  • latitudesh.storage.delete_storage_volumes(): Removed (Breaking ⚠️)
  • latitudesh.storage.post_storage_volumes_mount(): Removed (Breaking ⚠️)
  • latitudesh.storage.get_storage_objects(): Removed (Breaking ⚠️)
  • latitudesh.storage.post_storage_objects(): Removed (Breaking ⚠️)
  • latitudesh.storage.get_storage_object(): Removed (Breaking ⚠️)
  • latitudesh.storage.delete_storage_objects(): Removed (Breaking ⚠️)
  • latitudesh.block_storage.get_storage_volumes(): Added
  • latitudesh.filesystem_storage.update_filesystem(): Added
  • latitudesh.filesystem_storage.delete_filesystem(): Added
  • latitudesh.filesystem_storage.list_filesystems(): Added
  • latitudesh.kubernetes_clusters.create_kubernetes_cluster(): error.status[403] Added
  • latitudesh.kubernetes_clusters.delete_kubernetes_cluster(): error.status[403] Added
  • latitudesh.kubernetes_clusters.get_kubernetes_cluster_kubeconfig(): error.status[403] Added
  • latitudesh.servers.create():
    • request.data.attributes.disk_layout Added
  • latitudesh.servers.update_deploy_config():
    • request.attributes.disk_layout Added
  • latitudesh.servers.reinstall():
    • request.data.attributes.disk_layout Added

View full SDK changelog

OpenAPI Change Summary
├─┬Paths
│ ├─┬/storage/objects
│ │ ├─┬GET
│ │ │ ├──[-] tags (827:110)❌ 
│ │ │ ├──[+] tags (702:8278)
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └─┬application/vnd.api+json
│ │ │       └─┬Success
│ │ │         └──[🔀] value (702:8698)
│ │ └─┬POST
│ │   ├──[-] tags (827:1893)❌ 
│ │   ├──[+] tags (702:10066)
│ │   └─┬Responses
│ │     └─┬201
│ │       └─┬application/vnd.api+json
│ │         └─┬Created
│ │           └──[🔀] value (702:11687)
│ ├─┬/storage/filesystems
│ │ ├─┬GET
│ │ │ ├──[-] tags (790:18)❌ 
│ │ │ └──[+] tags (674:18)
│ │ └─┬POST
│ │   ├──[-] tags (778:18)❌ 
│ │   └──[+] tags (663:18)
│ ├─┬/servers/{server_id}
│ │ ├─┬GET
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └─┬application/vnd.api+json
│ │ │       └─┬Success
│ │ │         └──[🔀] value (510:124)
│ │ └─┬PATCH
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/vnd.api+json
│ │         └─┬Success
│ │           └──[🔀] value (519:124)
│ ├─┬/elastic_ips
│ │ ├─┬GET
│ │ │ └──[🔀] description (67:2622)
│ │ └─┬POST
│ │   ├──[🔀] description (67:3887)
│ │   └─┬Responses
│ │     └──[-] codes (85:3139)❌ 
│ ├─┬/storage/volumes
│ │ ├─┬GET
│ │ │ ├──[-] tags (824:3363)❌ 
│ │ │ └──[+] tags (702:3373)
│ │ └─┬POST
│ │   ├──[-] tags (824:105)❌ 
│ │   └──[+] tags (702:109)
│ ├─┬/servers/{server_id}/reinstall
│ │ └─┬POST
│ │   └─┬Requestbody
│ │     ├─┬application/json
│ │     │ └─┬Schema
│ │     │   └─┬data
│ │     │     └─┬attributes
│ │     │       ├──[+] properties (658:1272)
│ │     │       ├─┬hostname
│ │     │       │ ├──[+] items (658:1343)❌ 
│ │     │       │ ├──[🔀] type (658:1294)❌ 
│ │     │       │ ├──[-] description (769:632)
│ │     │       │ ├──[+] nullable (658:1313)❌ 
│ │     │       │ └──[+] writeOnly (658:1330)❌ 
│ │     │       ├─┬ipxe
│ │     │       │ ├──[🔀] description (658:632)
│ │     │       │ └──[-] nullable (769:1464)❌ 
│ │     │       ├─┬operating_system
│ │     │       │ ├──[-] enum (769:383)❌ 
│ │     │       │ ├──[-] enum (769:448)❌ 
│ │     │       │ ├──[-] enum (769:395)❌ 
│ │     │       │ ├──[-] enum (769:402)❌ 
│ │     │       │ ├──[-] enum (769:425)❌ 
│ │     │       │ ├──[-] enum (769:517)❌ 
│ │     │       │ ├──[-] enum (769:540)❌ 
│ │     │       │ ├──[-] enum (769:327)❌ 
│ │     │       │ ├──[-] enum (769:359)❌ 
│ │     │       │ ├──[-] enum (769:371)❌ 
│ │     │       │ ├──[-] enum (769:410)❌ 
│ │     │       │ ├──[-] enum (769:471)❌ 
│ │     │       │ ├──[-] enum (769:494)❌ 
│ │     │       │ ├──[-] enum (769:559)❌ 
│ │     │       │ ├──[-] enum (769:344)❌ 
│ │     │       │ ├──[🔀] description (658:1728)
│ │     │       │ └──[+] nullable (658:1882)❌ 
│ │     │       ├─┬ssh_keys
│ │     │       │ ├──[+] enum (658:1236)
│ │     │       │ ├──[+] enum (658:1245)
│ │     │       │ ├──[-] items (769:942)❌ 
│ │     │       │ ├──[🔀] type (658:1089)❌ 
│ │     │       │ └──[🔀] description (658:1112)
│ │     │       ├─┬raid
│ │     │       │ ├──[-] enum (769:1236)❌ 
│ │     │       │ ├──[-] enum (769:1245)❌ 
│ │     │       │ ├──[+] items (658:730)❌ 
│ │     │       │ ├──[🔀] type (658:698)❌ 
│ │     │       │ └──[-] description (769:1112)
│ │     │       ├─┬user_data
│ │     │       │ ├──[+] items (658:942)❌ 
│ │     │       │ ├──[🔀] type (658:876)❌ 
│ │     │       │ └──[🔀] description (658:898)
│ │     │       └─┬partitions
│ │     │         ├──[+] enum (658:327)
│ │     │         ├──[+] enum (658:344)
│ │     │         ├──[+] enum (658:371)
│ │     │         ├──[+] enum (658:383)
│ │     │         ├──[+] enum (658:402)
│ │     │         ├──[+] enum (658:410)
│ │     │         ├──[+] enum (658:425)
│ │     │         ├──[+] enum (658:559)
│ │     │         ├──[+] enum (658:359)
│ │     │         ├──[+] enum (658:395)
│ │     │         ├──[+] enum (658:494)
│ │     │         ├──[+] enum (658:517)
│ │     │         ├──[+] enum (658:448)
│ │     │         ├──[+] enum (658:471)
│ │     │         ├──[+] enum (658:540)
│ │     │         ├──[-] items (769:730)❌ 
│ │     │         ├──[🔀] type (658:252)❌ 
│ │     │         ├──[+] description (658:275)
│ │     │         └──[-] nullable (769:717)❌ 
│ │     └─┬application/vnd.api+json
│ │       └─┬Schema
│ │         └─┬data
│ │           └─┬attributes
│ │             ├──[+] properties (658:3364)
│ │             ├─┬user_data
│ │             │ ├──[+] items (658:3034)❌ 
│ │             │ ├──[🔀] type (658:2968)❌ 
│ │             │ └──[🔀] description (658:2990)
│ │             ├─┬ssh_keys
│ │             │ ├──[+] enum (658:3328)
│ │             │ ├──[+] enum (658:3337)
│ │             │ ├──[-] items (769:2616)❌ 
│ │             │ ├──[🔀] type (658:3181)❌ 
│ │             │ └──[🔀] description (658:3204)
│ │             ├─┬hostname
│ │             │ ├──[+] items (658:3435)❌ 
│ │             │ ├──[🔀] type (658:3386)❌ 
│ │             │ ├──[-] description (769:2306)
│ │             │ ├──[+] nullable (658:3405)❌ 
│ │             │ └──[+] writeOnly (658:3422)❌ 
│ │             ├─┬partitions
│ │             │ ├──[+] enum (658:2419)
│ │             │ ├──[+] enum (658:2475)
│ │             │ ├──[+] enum (658:2487)
│ │             │ ├──[+] enum (658:2494)
│ │             │ ├──[+] enum (658:2540)
│ │             │ ├──[+] enum (658:2563)
│ │             │ ├──[+] enum (658:2609)
│ │             │ ├──[+] enum (658:2436)
│ │             │ ├──[+] enum (658:2451)
│ │             │ ├──[+] enum (658:2463)
│ │             │ ├──[+] enum (658:2502)
│ │             │ ├──[+] enum (658:2517)
│ │             │ ├──[+] enum (658:2586)
│ │             │ ├──[+] enum (658:2632)
│ │             │ ├──[+] enum (658:2651)
│ │             │ ├──[-] items (769:2404)❌ 
│ │             │ ├──[🔀] type (658:2344)❌ 
│ │             │ ├──[+] description (658:2367)
│ │             │ └──[-] nullable (769:2391)❌ 
│ │             ├─┬raid
│ │             │ ├──[-] enum (769:2910)❌ 
│ │             │ ├──[-] enum (769:2919)❌ 
│ │             │ ├──[+] items (658:2822)❌ 
│ │             │ ├──[🔀] type (658:2790)❌ 
│ │             │ └──[-] description (769:2786)
│ │             ├─┬ipxe
│ │             │ ├──[🔀] description (658:2724)
│ │             │ └──[-] nullable (769:3138)❌ 
│ │             └─┬operating_system
│ │               ├──[-] enum (769:2045)❌ 
│ │               ├──[-] enum (769:2069)❌ 
│ │               ├──[-] enum (769:2122)❌ 
│ │               ├──[-] enum (769:2214)❌ 
│ │               ├──[-] enum (769:2001)❌ 
│ │               ├──[-] enum (769:2076)❌ 
│ │               ├──[-] enum (769:2084)❌ 
│ │               ├──[-] enum (769:2191)❌ 
│ │               ├──[-] enum (769:2033)❌ 
│ │               ├──[-] enum (769:2099)❌ 
│ │               ├──[-] enum (769:2233)❌ 
│ │               ├──[-] enum (769:2018)❌ 
│ │               ├──[-] enum (769:2057)❌ 
│ │               ├──[-] enum (769:2145)❌ 
│ │               ├──[-] enum (769:2168)❌ 
│ │               ├──[🔀] description (658:3820)
│ │               └──[+] nullable (658:3974)❌ 
│ ├─┬/projects/{project_id}
│ │ └─┬PATCH
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/vnd.api+json
│ │         └─┬Success
│ │           └──[🔀] value (304:124)
│ ├─┬/servers
│ │ ├─┬GET
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └─┬application/vnd.api+json
│ │ │       └─┬Success
│ │ │         └──[🔀] value (490:124)
│ │ └─┬POST
│ │   ├─┬Responses
│ │   │ └─┬201
│ │   │   └─┬application/vnd.api+json
│ │   │     └─┬Created
│ │   │       └──[🔀] value (499:124)
│ │   └─┬Requestbody
│ │     ├─┬application/json
│ │     │ └─┬Schema
│ │     │   └─┬data
│ │     │     └─┬attributes
│ │     │       ├──[+] properties (500:1834)
│ │     │       ├─┬site
│ │     │       │ ├──[+] enum (500:1798)
│ │     │       │ ├──[+] enum (500:1807)
│ │     │       │ ├──[-] enum (586:901)❌ 
│ │     │       │ ├──[-] enum (586:827)❌ 
│ │     │       │ ├──[-] enum (586:857)❌ 
│ │     │       │ ├──[-] enum (586:863)❌ 
│ │     │       │ ├──[-] enum (586:821)❌ 
│ │     │       │ ├──[-] enum (586:833)❌ 
│ │     │       │ ├──[-] enum (586:851)❌ 
│ │     │       │ ├──[-] enum (586:876)❌ 
│ │     │       │ ├──[-] enum (586:908)❌ 
│ │     │       │ ├──[-] enum (586:920)❌ 
│ │     │       │ ├──[-] enum (586:839)❌ 
│ │     │       │ ├──[-] enum (586:845)❌ 
│ │     │       │ ├──[-] enum (586:869)❌ 
│ │     │       │ ├──[-] enum (586:889)❌ 
│ │     │       │ ├──[-] enum (586:895)❌ 
│ │     │       │ ├──[-] enum (586:914)❌ 
│ │     │       │ ├──[-] enum (586:882)❌ 
│ │     │       │ ├──[-] enum (586:926)❌ 
│ │     │       │ ├──[🔀] description (500:1674)
│ │     │       │ └──[+] nullable (500:1828)❌ 
│ │     │       ├─┬plan
│ │     │       │ ├──[+] enum (500:1096)
│ │     │       │ ├──[+] enum (500:1108)
│ │     │       │ ├──[+] enum (500:1207)
│ │     │       │ ├──[+] enum (500:1230)
│ │     │       │ ├──[+] enum (500:1272)
│ │     │       │ ├──[+] enum (500:1123)
│ │     │       │ ├──[+] enum (500:1161)
│ │     │       │ ├──[+] enum (500:1184)
│ │     │       │ ├──[+] enum (500:1253)
│ │     │       │ ├──[+] enum (500:1040)
│ │     │       │ ├──[+] enum (500:1057)
│ │     │       │ ├──[+] enum (500:1072)
│ │     │       │ ├──[+] enum (500:1084)
│ │     │       │ ├──[+] enum (500:1115)
│ │     │       │ ├──[+] enum (500:1138)
│ │     │       │ ├──[-] enum (586:468)❌ 
│ │     │       │ ├──[-] enum (586:498)❌ 
│ │     │       │ ├──[-] enum (586:545)❌ 
│ │     │       │ ├──[-] enum (586:587)❌ 
│ │     │       │ ├──[-] enum (586:670)❌ 
│ │     │       │ ├──[-] enum (586:687)❌ 
│ │     │       │ ├──[-] enum (586:437)❌ 
│ │     │       │ ├──[-] enum (586:452)❌ 
│ │     │       │ ├──[-] enum (586:571)❌ 
│ │     │       │ ├──[-] enum (586:618)❌ 
│ │     │       │ ├──[-] enum (586:638)❌ 
│ │     │       │ ├──[-] enum (586:653)❌ 
│ │     │       │ ├──[-] enum (586:706)❌ 
│ │     │       │ ├──[-] enum (586:721)❌ 
│ │     │       │ ├──[-] enum (586:529)❌ 
│ │     │       │ ├──[-] enum (586:556)❌ 
│ │     │       │ ├──[-] enum (586:602)❌ 
│ │     │       │ ├──[-] enum (586:483)❌ 
│ │     │       │ ├──[-] enum (586:514)❌ 
│ │     │       │ └──[🔀] description (500:985)
│ │     │       ├─┬project
│ │     │       │ ├──[+] enum (500:514)
│ │     │       │ ├──[+] enum (500:602)
│ │     │       │ ├──[+] enum (500:721)
│ │     │       │ ├──[+] enum (500:468)
│ │     │       │ ├──[+] enum (500:483)
│ │     │       │ ├──[+] enum (500:545)
│ │     │       │ ├──[+] enum (500:670)
│ │     │       │ ├──[+] enum (500:687)
│ │     │       │ ├──[+] enum (500:529)
│ │     │       │ ├──[+] enum (500:556)
│ │     │       │ ├──[+] enum (500:638)
│ │     │       │ ├──[+] enum (500:653)
│ │     │       │ ├──[+] enum (500:706)
│ │     │       │ ├──[+] enum (500:437)
│ │     │       │ ├──[+] enum (500:452)
│ │     │       │ ├──[+] enum (500:571)
│ │     │       │ ├──[+] enum (500:587)
│ │     │       │ ├──[+] enum (500:618)
│ │     │       │ ├──[+] enum (500:498)
│ │     │       │ └──[🔀] description (500:350)
│ │     │       ├─┬ssh_keys
│ │     │       │ ├──[+] enum (500:920)
│ │     │       │ ├──[+] enum (500:821)
│ │     │       │ ├──[+] enum (500:833)
│ │     │       │ ├──[+] enum (500:857)
│ │     │       │ ├──[+] enum (500:863)
│ │     │       │ ├──[+] enum (500:901)
│ │     │       │ ├──[+] enum (500:839)
│ │     │       │ ├──[+] enum (500:889)
│ │     │       │ ├──[+] enum (500:908)
│ │     │       │ ├──[+] enum (500:851)
│ │     │       │ ├──[+] enum (500:869)
│ │     │       │ ├──[+] enum (500:895)
│ │     │       │ ├──[+] enum (500:926)
│ │     │       │ ├──[+] enum (500:827)
│ │     │       │ ├──[+] enum (500:845)
│ │     │       │ ├──[+] enum (500:876)
│ │     │       │ ├──[+] enum (500:882)
│ │     │       │ ├──[+] enum (500:914)
│ │     │       │ ├──[-] items (586:1403)❌ 
│ │     │       │ ├──[🔀] type (500:753)❌ 
│ │     │       │ ├──[🔀] description (500:776)
│ │     │       │ └──[-] nullable (586:1478)❌ 
│ │     │       ├─┬user_data
│ │     │       │ ├──[+] items (500:1403)❌ 
│ │     │       │ ├──[🔀] type (500:1387)❌ 
│ │     │       │ └──[🔀] description (500:1435)
│ │     │       ├─┬raid
│ │     │       │ ├──[-] enum (586:1807)❌ 
│ │     │       │ ├──[-] enum (586:1798)❌ 
│ │     │       │ ├──[🔀] description (500:263)
│ │     │       │ └──[-] nullable (586:1828)❌ 
│ │     │       ├─┬ipxe
│ │     │       │ ├──[🔀] description (500:1345)
│ │     │       │ └──[-] nullable (586:2029)❌ 
│ │     │       ├─┬hostname
│ │     │       │ ├──[+] items (500:1905)❌ 
│ │     │       │ ├──[🔀] type (500:1856)❌ 
│ │     │       │ ├──[-] description (586:1345)
│ │     │       │ ├──[+] nullable (500:1875)❌ 
│ │     │       │ └──[+] writeOnly (500:1892)❌ 
│ │     │       └─┬operating_system
│ │     │         ├──[-] enum (586:1123)❌ 
│ │     │         ├──[-] enum (586:1138)❌ 
│ │     │         ├──[-] enum (586:1161)❌ 
│ │     │         ├──[-] enum (586:1108)❌ 
│ │     │         ├──[-] enum (586:1115)❌ 
│ │     │         ├──[-] enum (586:1207)❌ 
│ │     │         ├──[-] enum (586:1272)❌ 
│ │     │         ├──[-] enum (586:1040)❌ 
│ │     │         ├──[-] enum (586:1084)❌ 
│ │     │         ├──[-] enum (586:1253)❌ 
│ │     │         ├──[-] enum (586:1184)❌ 
│ │     │         ├──[-] enum (586:1230)❌ 
│ │     │         ├──[-] enum (586:1057)❌ 
│ │     │         ├──[-] enum (586:1072)❌ 
│ │     │         ├──[-] enum (586:1096)❌ 
│ │     │         ├──[🔀] description (500:2290)
│ │     │         └──[+] nullable (500:2447)❌ 
│ │     └─┬application/vnd.api+json
│ │       └─┬Schema
│ │         └─┬data
│ │           └─┬attributes
│ │             ├──[+] properties (500:4720)
│ │             ├─┬raid
│ │             │ ├──[-] enum (586:4266)❌ 
│ │             │ ├──[-] enum (586:4275)❌ 
│ │             │ ├──[🔀] description (500:3149)
│ │             │ └──[-] nullable (586:4296)❌ 
│ │             ├─┬operating_system
│ │             │ ├──[-] enum (586:3508)❌ 
│ │             │ ├──[-] enum (586:3540)❌ 
│ │             │ ├──[-] enum (586:3591)❌ 
│ │             │ ├──[-] enum (586:3652)❌ 
│ │             │ ├──[-] enum (586:3675)❌ 
│ │             │ ├──[-] enum (586:3525)❌ 
│ │             │ ├──[-] enum (586:3629)❌ 
│ │             │ ├──[-] enum (586:3721)❌ 
│ │             │ ├──[-] enum (586:3740)❌ 
│ │             │ ├──[-] enum (586:3552)❌ 
│ │             │ ├──[-] enum (586:3583)❌ 
│ │             │ ├──[-] enum (586:3606)❌ 
│ │             │ ├──[-] enum (586:3698)❌ 
│ │             │ ├──[-] enum (586:3564)❌ 
│ │             │ ├──[-] enum (586:3576)❌ 
│ │             │ ├──[🔀] description (500:5176)
│ │             │ └──[+] nullable (500:5333)❌ 
│ │             ├─┬hostname
│ │             │ ├──[+] items (500:4791)❌ 
│ │             │ ├──[🔀] type (500:4742)❌ 
│ │             │ ├──[-] description (586:3813)
│ │             │ ├──[+] nullable (500:4761)❌ 
│ │             │ └──[+] writeOnly (500:4778)❌ 
│ │             ├─┬plan
│ │             │ ├──[+] enum (500:4009)
│ │             │ ├──[+] enum (500:4047)
│ │             │ ├──[+] enum (500:4158)
│ │             │ ├──[+] enum (500:3943)
│ │             │ ├──[+] enum (500:3994)
│ │             │ ├──[+] enum (500:4070)
│ │             │ ├──[+] enum (500:4116)
│ │             │ ├──[+] enum (500:3958)
│ │             │ ├──[+] enum (500:3970)
│ │             │ ├──[+] enum (500:4024)
│ │             │ ├──[+] enum (500:4093)
│ │             │ ├──[+] enum (500:3982)
│ │             │ ├──[+] enum (500:4139)
│ │             │ ├──[+] enum (500:3926)
│ │             │ ├──[+] enum (500:4001)
│ │             │ ├──[-] enum (586:3070)❌ 
│ │             │ ├──[-] enum (586:3086)❌ 
│ │             │ ├──[-] enum (586:3106)❌ 
│ │             │ ├──[-] enum (586:2936)❌ 
│ │             │ ├──[-] enum (586:2951)❌ 
│ │             │ ├──[-] enum (586:2982)❌ 
│ │             │ ├──[-] enum (586:3055)❌ 
│ │             │ ├──[-] enum (586:3121)❌ 
│ │             │ ├──[-] enum (586:3013)❌ 
│ │             │ ├──[-] enum (586:3024)❌ 
│ │             │ ├──[-] enum (586:3039)❌ 
│ │             │ ├──[-] enum (586:3138)❌ 
│ │             │ ├──[-] enum (586:3155)❌ 
│ │             │ ├──[-] enum (586:2905)❌ 
│ │             │ ├──[-] enum (586:2920)❌ 
│ │             │ ├──[-] enum (586:2966)❌ 
│ │             │ ├──[-] enum (586:2997)❌ 
│ │             │ ├──[-] enum (586:3174)❌ 
│ │             │ ├──[-] enum (586:3189)❌ 
│ │             │ └──[🔀] description (500:3871)
│ │             ├─┬ssh_keys
│ │             │ ├──[+] enum (500:3725)
│ │             │ ├──[+] enum (500:3755)
│ │             │ ├──[+] enum (500:3800)
│ │             │ ├──[+] enum (500:3713)
│ │             │ ├──[+] enum (500:3731)
│ │             │ ├──[+] enum (500:3737)
│ │             │ ├──[+] enum (500:3743)
│ │             │ ├──[+] enum (500:3775)
│ │             │ ├──[+] enum (500:3781)
│ │             │ ├──[+] enum (500:3749)
│ │             │ ├──[+] enum (500:3787)
│ │             │ ├──[+] enum (500:3794)
│ │             │ ├──[+] enum (500:3806)
│ │             │ ├──[+] enum (500:3812)
│ │             │ ├──[+] enum (500:3719)
│ │             │ ├──[+] enum (500:3762)
│ │             │ ├──[+] enum (500:3768)
│ │             │ ├──[+] enum (500:3707)
│ │             │ ├──[-] items (586:3871)❌ 
│ │             │ ├──[🔀] type (500:3639)❌ 
│ │             │ ├──[🔀] description (500:3662)
│ │             │ └──[-] nullable (586:3946)❌ 
│ │             ├─┬user_data
│ │             │ ├──[+] items (500:4289)❌ 
│ │             │ ├──[🔀] type (500:4273)❌ 
│ │             │ └──[🔀] description (500:4321)
│ │             ├─┬project
│ │             │ ├──[+] enum (500:3607)
│ │             │ ├──[+] enum (500:3384)
│ │             │ ├──[+] enum (500:3431)
│ │             │ ├──[+] enum (500:3473)
│ │             │ ├──[+] enum (500:3488)
│ │             │ ├──[+] enum (500:3504)
│ │             │ ├──[+] enum (500:3556)
│ │             │ ├──[+] enum (500:3592)
│ │             │ ├──[+] enum (500:3354)
│ │             │ ├──[+] enum (500:3369)
│ │             │ ├──[+] enum (500:3400)
│ │             │ ├──[+] enum (500:3442)
│ │             │ ├──[+] enum (500:3573)
│ │             │ ├──[+] enum (500:3415)
│ │             │ ├──[+] enum (500:3457)
│ │             │ ├──[+] enum (500:3524)
│ │             │ ├──[+] enum (500:3539)
│ │             │ ├──[+] enum (500:3323)
│ │             │ ├──[+] enum (500:3338)
│ │             │ └──[🔀] description (500:3236)
│ │             ├─┬ipxe
│ │             │ ├──[🔀] description (500:4231)
│ │             │ └──[-] nullable (586:4497)❌ 
│ │             └─┬site
│ │               ├──[+] enum (500:4684)
│ │               ├──[+] enum (500:4693)
│ │               ├──[-] enum (586:3357)❌ 
│ │               ├──[-] enum (586:3363)❌ 
│ │               ├──[-] enum (586:3382)❌ 
│ │               ├──[-] enum (586:3301)❌ 
│ │               ├──[-] enum (586:3369)❌ 
│ │               ├──[-] enum (586:3295)❌ 
│ │               ├──[-] enum (586:3319)❌ 
│ │               ├──[-] enum (586:3325)❌ 
│ │               ├──[-] enum (586:3344)❌ 
│ │               ├──[-] enum (586:3376)❌ 
│ │               ├──[-] enum (586:3394)❌ 
│ │               ├──[-] enum (586:3289)❌ 
│ │               ├──[-] enum (586:3388)❌ 
│ │               ├──[-] enum (586:3307)❌ 
│ │               ├──[-] enum (586:3313)❌ 
│ │               ├──[-] enum (586:3331)❌ 
│ │               ├──[-] enum (586:3337)❌ 
│ │               ├──[-] enum (586:3350)❌ 
│ │               ├──[🔀] description (500:4560)
│ │               └──[+] nullable (500:4714)❌ 
│ ├─┬/storage/objects/{id}
│ │ ├─┬GET
│ │ │ ├──[-] tags (828:117)❌ 
│ │ │ ├──[+] tags (702:14889)
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └─┬application/vnd.api+json
│ │ │       └─┬Success
│ │ │         └──[🔀] value (702:15284)
│ │ └─┬DELETE
│ │   ├──[-] tags (828:2155)❌ 
│ │   └──[+] tags (702:16932)
│ ├─┬/storage/filesystems/{filesystem_id}
│ │ ├─┬DELETE
│ │ │ ├──[-] tags (803:18)❌ 
│ │ │ └──[+] tags (684:18)
│ │ └─┬PATCH
│ │   ├──[-] tags (814:18)❌ 
│ │   └──[+] tags (694:18)
│ ├─┬/kubernetes_clusters/{kubernetes_cluster_id}/kubeconfig
│ │ └─┬GET
│ │   ├──[🔀] description (218:20830)
│ │   └─┬Responses
│ │     └──[+] codes (218:22109)
│ ├─┬/projects
│ │ ├─┬GET
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └─┬application/vnd.api+json
│ │ │       └─┬Success
│ │ │         └──[🔀] value (285:124)
│ │ └─┬POST
│ │   └─┬Responses
│ │     └─┬201
│ │       └─┬application/vnd.api+json
│ │         └─┬Created
│ │           └──[🔀] value (294:124)
│ ├─┬/kubernetes_clusters/{kubernetes_cluster_id}
│ │ └─┬DELETE
│ │   ├──[🔀] description (218:10963)
│ │   └─┬Responses
│ │     └──[+] codes (218:11513)
│ ├─┬/servers/{server_id}/deploy_config
│ │ └─┬PATCH
│ │   └─┬Requestbody
│ │     ├─┬application/json
│ │     │ └─┬Schema
│ │     │   └─┬attributes
│ │     │     ├──[+] properties (548:756)
│ │     │     ├─┬operating_system
│ │     │     │ ├──[-] enum (643:279)❌ 
│ │     │     │ ├──[-] enum (643:323)❌ 
│ │     │     │ ├──[-] enum (643:335)❌ 
│ │     │     │ ├──[-] enum (643:362)❌ 
│ │     │     │ ├──[-] enum (643:296)❌ 
│ │     │     │ ├──[-] enum (643:347)❌ 
│ │     │     │ ├──[-] enum (643:377)❌ 
│ │     │     │ ├──[-] enum (643:423)❌ 
│ │     │     │ ├──[-] enum (643:469)❌ 
│ │     │     │ ├──[-] enum (643:311)❌ 
│ │     │     │ ├──[-] enum (643:354)❌ 
│ │     │     │ ├──[-] enum (643:400)❌ 
│ │     │     │ ├──[-] enum (643:446)❌ 
│ │     │     │ ├──[-] enum (643:511)❌ 
│ │     │     │ ├──[-] enum (643:492)❌ 
│ │     │     │ └──[+] description (548:1562)
│ │     │     ├─┬ssh_keys
│ │     │     │ ├──[+] enum (548:720)
│ │     │     │ ├──[+] enum (548:729)
│ │     │     │ ├──[-] items (643:887)❌ 
│ │     │     │ ├──[🔀] type (548:573)❌ 
│ │     │     │ └──[+] description (548:596)
│ │     │     ├─┬user_data
│ │     │     │ ├──[+] items (548:1305)❌ 
│ │     │     │ ├──[🔀] type (548:1289)❌ 
│ │     │     │ └──[-] description (643:799)
│ │     │     ├─┬raid
│ │     │     │ ├──[-] enum (643:720)❌ 
│ │     │     │ ├──[-] enum (643:729)❌ 
│ │     │     │ ├──[+] items (548:1393)❌ 
│ │     │     │ ├──[🔀] type (548:1361)❌ 
│ │     │     │ └──[-] description (643:596)
│ │     │     ├─┬partitions
│ │     │     │ ├──[+] enum (548:323)
│ │     │     │ ├──[+] enum (548:354)
│ │     │     │ ├──[+] enum (548:446)
│ │     │     │ ├──[+] enum (548:492)
│ │     │     │ ├──[+] enum (548:279)
│ │     │     │ ├──[+] enum (548:296)
│ │     │     │ ├──[+] enum (548:311)
│ │     │     │ ├──[+] enum (548:347)
│ │     │     │ ├──[+] enum (548:423)
│ │     │     │ ├──[+] enum (548:335)
│ │     │     │ ├──[+] enum (548:377)
│ │     │     │ ├──[+] enum (548:400)
│ │     │     │ ├──[+] enum (548:469)
│ │     │     │ ├──[+] enum (548:362)
│ │     │     │ ├──[+] enum (548:511)
│ │     │     │ ├──[-] items (643:975)❌ 
│ │     │     │ └──[🔀] type (548:262)❌ 
│ │     │     ├─┬ipxe_url
│ │     │     │ └──[-] description (643:1144)
│ │     │     └─┬hostname
│ │     │       ├──[+] items (548:827)❌ 
│ │     │       ├──[🔀] type (548:778)❌ 
│ │     │       └──[+] writeOnly (548:814)❌ 
│ │     └─┬application/vnd.api+json
│ │       └─┬Schema
│ │         └─┬attributes
│ │           ├──[+] properties (548:2796)
│ │           ├─┬operating_system
│ │           │ ├──[-] enum (643:2114)❌ 
│ │           │ ├──[-] enum (643:1984)❌ 
│ │           │ ├──[-] enum (643:2045)❌ 
│ │           │ ├──[-] enum (643:1933)❌ 
│ │           │ ├──[-] enum (643:1901)❌ 
│ │           │ ├──[-] enum (643:1945)❌ 
│ │           │ ├──[-] enum (643:1957)❌ 
│ │           │ ├──[-] enum (643:1999)❌ 
│ │           │ ├──[-] enum (643:2068)❌ 
│ │           │ ├──[-] enum (643:2091)❌ 
│ │           │ ├──[-] enum (643:1918)❌ 
│ │           │ ├──[-] enum (643:1969)❌ 
│ │           │ ├──[-] enum (643:1976)❌ 
│ │           │ ├──[-] enum (643:2022)❌ 
│ │           │ ├──[-] enum (643:2133)❌ 
│ │           │ └──[+] description (548:3602)
│ │           ├─┬user_data
│ │           │ ├──[+] items (548:3345)❌ 
│ │           │ ├──[🔀] type (548:3329)❌ 
│ │           │ └──[-] description (643:2421)
│ │           ├─┬ipxe_url
│ │           │ └──[-] description (643:2766)
│ │           ├─┬partitions
│ │           │ ├──[+] enum (548:2509)
│ │           │ ├──[+] enum (548:2375)
│ │           │ ├──[+] enum (548:2402)
│ │           │ ├──[+] enum (548:2417)
│ │           │ ├──[+] enum (548:2440)
│ │           │ ├──[+] enum (548:2486)
│ │           │ ├──[+] enum (548:2336)
│ │           │ ├──[+] enum (548:2351)
│ │           │ ├──[+] enum (548:2532)
│ │           │ ├──[+] enum (548:2551)
│ │           │ ├──[+] enum (548:2319)
│ │           │ ├──[+] enum (548:2387)
│ │           │ ├──[+] enum (548:2394)
│ │           │ ├──[+] enum (548:2363)
│ │           │ ├──[+] enum (548:2463)
│ │           │ ├──[-] items (643:2597)❌ 
│ │           │ └──[🔀] type (548:2302)❌ 
│ │           ├─┬ssh_keys
│ │           │ ├──[+] enum (548:2760)
│ │           │ ├──[+] enum (548:2769)
│ │           │ ├──[-] items (643:2509)❌ 
│ │           │ ├──[🔀] type (548:2613)❌ 
│ │           │ └──[+] description (548:2636)
│ │           ├─┬hostname
│ │           │ ├──[+] items (548:2867)❌ 
│ │           │ ├──[🔀] type (548:2818)❌ 
│ │           │ └──[+] writeOnly (548:2854)❌ 
│ │           └─┬raid
│ │             ├──[-] enum (643:2342)❌ 
│ │             ├──[-] enum (643:2351)❌ 
│ │             ├──[+] items (548:3433)❌ 
│ │             ├──[🔀] type (548:3401)❌ 
│ │             └──[-] description (643:2218)
│ ├─┬/user/teams
│ │ └─┬GET
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/vnd.api+json
│ │         ├──[+] examples (818:1490)
│ │         ├──[-] examples (964:155)❌ 
│ │         ├──[-] examples (964:1490)❌ 
│ │         └──[+] examples (818:136)
│ ├─┬/elastic_ips/{elastic_ip_id}
│ │ ├─┬GET
│ │ │ ├──[🔀] description (67:6331)
│ │ │ └─┬Responses
│ │ │   └──[-] codes (86:1213)❌ 
│ │ ├─┬DELETE
│ │ │ ├──[🔀] description (67:10530)
│ │ │ └─┬Responses
│ │ │   └──[-] codes (86:5430)❌ 
│ │ └─┬PATCH
│ │   ├──[🔀] description (67:7537)
│ │   └─┬Responses
│ │     ├──[-] codes (86:3002)❌ 
│ │     └─┬422
│ │       └─┬application/vnd.api+json
│ │         └──[+] examples (67:9544)
│ ├─┬/team
│ │ └─┬GET
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/vnd.api+json
│ │         ├──[+] examples (749:1104)
│ │         ├──[-] examples (885:155)❌ 
│ │         ├──[-] examples (885:1104)❌ 
│ │         └──[+] examples (749:136)
│ ├─┬/storage/volumes/{id}
│ │ ├─┬GET
│ │ │ ├──[-] tags (825:494)❌ 
│ │ │ └──[+] tags (702:5489)
│ │ └─┬DELETE
│ │   ├──[-] tags (825:114)❌ 
│ │   └──[+] tags (702:5103)
│ ├─┬/storage/volumes/{id}/mount
│ │ └─┬POST
│ │   ├──[-] tags (826:121)❌ 
│ │   └──[+] tags (702:7173)
│ └─┬/kubernetes_clusters
│   └─┬POST
│     ├──[🔀] description (218:212)
│     └─┬Responses
│       └──[+] codes (218:1415)
├─┬Tags
│ └──[-] Storage (5:352)❌ 
├─┬Tags
│ └──[+] Filesystem Storage (1:841)
├─┬Tags
│ └──[+] Block Storage (1:815)
├─┬Tags
│ └──[+] Object Storage (1:872)
└─┬Components
  ├─┬ip_address
  │ └─┬attributes
  │   └─┬assignment
  │     └──[+] description (1002:6343)
  ├─┬virtual_machine_attributes
  │ └─┬attributes
  │   └─┬credentials
  │     ├──[+] description (1002:57346)
  │     └─┬username
  │       └──[+] description (1002:57498)
  ├─┬object_storage_data
  │ └─┬attributes
  │   └─┬access_key
  │     ├──[-] items (1180:52823)❌ 
  │     ├──[🔀] type (1002:53546)❌ 
  │     └──[🔀] description (1002:53569)
  ├─┬deploy_config
  │ └─┬data
  │   └─┬attributes
  │     ├──[+] properties (1002:38655)
  │     ├─┬partitions
  │     │ ├──[-] items (1180:38471)❌ 
  │     │ ├──[🔀] type (1002:38591)❌ 
  │     │ └──[-] nullable (1180:38458)❌ 
  │     ├─┬hostname
  │     │ ├──[+] items (1002:38726)❌ 
  │     │ ├──[🔀] type (1002:38677)❌ 
  │     │ ├──[+] nullable (1002:38696)❌ 
  │     │ └──[+] writeOnly (1002:38713)❌ 
  │     ├─┬raid
  │     │ ├──[+] items (1002:39210)❌ 
  │     │ ├──[🔀] type (1002:39178)❌ 
  │     │ └──[+] nullable (1002:39197)❌ 
  │     ├─┬user_data
  │     │ ├──[+] items (1002:39138)❌ 
  │     │ └──[🔀] type (1002:39122)❌ 
  │     └─┬ssh_keys
  │       ├──[-] items (1180:38399)❌ 
  │       └──[🔀] type (1002:38645)❌ 
  └─┬elastic_ip_data
    └─┬attributes
      └─┬server
        └──[🔀] description (1002:25626)
Document Element Total Changes Breaking Changes
paths 538 275
tags 4 1
components 22 16

View full report

Linting Report 0 errors, 0 warnings, 121 hints

View full report

PYTHON CHANGELOG

core: 6.0.22 - 2026-05-20

🐛 Bug Fixes

envVarSecurityUsage: 0.3.3 - 2026-05-18

🐛 Bug Fixes

  • read envVarPrefix fallback when SDK is constructed with no security args (commit by @AshGodfrey)

inputOutputModels: 3.0.0 - 2024-07-04

🐝 New Features

Based on Speakeasy CLI 1.763.6

Last updated by Speakeasy workflow


Note

Medium Risk
Medium risk because it regenerates large portions of the client SDK, including breaking surface-area changes (removed storage SDK, new storage sub-clients, and updated request/response models) that could impact downstream users.

Overview
Regenerates the Python SDK to v3.1.0 with updated Speakeasy generator versions and refreshed docs.

This splits the previous storage surface into new block_storage, filesystem_storage, and object_storage clients (adding corresponding methods) and removes the old storage client APIs. It also adds server disk_layout support for create/reinstall/deploy-config requests, adjusts several models/docs (notably object storage access_key now a single string, plus clarified assignment/credentials descriptions), and updates example error/response coverage for Elastic IPs and other endpoints.

Reviewed by Cursor Bugbot for commit cb57a99. Bugbot is set up for automated code reviews on this repo. Configure here.

@github-actions github-actions Bot added the patch Patch version bump label May 7, 2026
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1778114271 branch 7 times, most recently from b5ee446 to 2a5b499 Compare May 14, 2026 00:44
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1778114271 branch 5 times, most recently from 379b9c5 to 7d17e80 Compare May 19, 2026 00:45
@github-actions github-actions Bot changed the title chore: 🐝 Update SDK - Generate 3.0.6 chore: 🐝 Update SDK - Generate 3.1.0 May 19, 2026
@github-actions github-actions Bot added minor Minor version bump and removed patch Patch version bump labels May 19, 2026
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1778114271 branch from 3b2783f to 8f5d143 Compare May 20, 2026 00:47
)

if utils.match_response(http_res, "200", "*"):
return
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

List filesystems drops response

High Severity

On HTTP 200, list_filesystems and list_filesystems_async return immediately without unmarshaling the JSON body. Callers always get None even though the API returns filesystem data, so listing filesystems cannot work.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit aa4da21. Configure here.

@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1778114271 branch from aa4da21 to 8b308bd Compare May 21, 2026 00:46
* `latitudesh.elastic_ips.create_elastic_ip()`:  `error.status[403]` **Removed** (Breaking ⚠️)
* `latitudesh.elastic_ips.update_elastic_ip()`:  `error.status[403]` **Removed** (Breaking ⚠️)
* `latitudesh.elastic_ips.delete_elastic_ip()`:  `error.status[403]` **Removed** (Breaking ⚠️)
* `latitudesh.elastic_ips.get_elastic_ip()`:  `error.status[403]` **Removed** (Breaking ⚠️)
* `latitudesh.object_storage.get_storage_objects()`: **Added**
* `latitudesh.storage.get_storage_volume()`: **Removed** (Breaking ⚠️)
* `latitudesh.block_storage.get_storage_volume()`: **Added**
* `latitudesh.block_storage.delete_storage_volumes()`: **Added**
* `latitudesh.block_storage.post_storage_volumes_mount()`: **Added**
* `latitudesh.filesystem_storage.create_filesystem()`: **Added**
* `latitudesh.object_storage.post_storage_objects()`: **Added**
* `latitudesh.object_storage.get_storage_object()`: **Added**
* `latitudesh.object_storage.delete_storage_objects()`: **Added**
* `latitudesh.storage.create_filesystem()`: **Removed** (Breaking ⚠️)
* `latitudesh.storage.list_filesystems()`: **Removed** (Breaking ⚠️)
* `latitudesh.storage.delete_filesystem()`: **Removed** (Breaking ⚠️)
* `latitudesh.storage.update_filesystem()`: **Removed** (Breaking ⚠️)
* `latitudesh.storage.get_storage_volumes()`: **Removed** (Breaking ⚠️)
* `latitudesh.storage.post_storage_volumes()`: **Removed** (Breaking ⚠️)
* `latitudesh.block_storage.post_storage_volumes()`: **Added**
* `latitudesh.storage.delete_storage_volumes()`: **Removed** (Breaking ⚠️)
* `latitudesh.storage.post_storage_volumes_mount()`: **Removed** (Breaking ⚠️)
* `latitudesh.storage.get_storage_objects()`: **Removed** (Breaking ⚠️)
* `latitudesh.storage.post_storage_objects()`: **Removed** (Breaking ⚠️)
* `latitudesh.storage.get_storage_object()`: **Removed** (Breaking ⚠️)
* `latitudesh.storage.delete_storage_objects()`: **Removed** (Breaking ⚠️)
* `latitudesh.block_storage.get_storage_volumes()`: **Added**
* `latitudesh.filesystem_storage.update_filesystem()`: **Added**
* `latitudesh.filesystem_storage.delete_filesystem()`: **Added**
* `latitudesh.filesystem_storage.list_filesystems()`: **Added**
* `latitudesh.kubernetes_clusters.create_kubernetes_cluster()`:  `error.status[403]` **Added**
* `latitudesh.kubernetes_clusters.delete_kubernetes_cluster()`:  `error.status[403]` **Added**
* `latitudesh.kubernetes_clusters.get_kubernetes_cluster_kubeconfig()`:  `error.status[403]` **Added**
* `latitudesh.servers.create()`: 
  *  `request.data.attributes.disk_layout` **Added**
* `latitudesh.servers.update_deploy_config()`: 
  *  `request.attributes.disk_layout` **Added**
* `latitudesh.servers.reinstall()`: 
  *  `request.data.attributes.disk_layout` **Added**
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1778114271 branch from 9c1f7c7 to 2cb9bc4 Compare May 22, 2026 00:45
Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

There are 2 total unresolved issues (including 1 from previous review).

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit cb57a99. Configure here.

Comment thread .speakeasy/gen.lock
"403":
application/vnd.api+json: {}
"422":
application/vnd.api+json: {}
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test fixture YAML has misindented response status codes

Low Severity

New response status codes "422" and "404" in the create-elastic-ip, delete-elastic-ip, and update-elastic-ip test fixtures are indented at 8 spaces, making them siblings of responses: rather than children nested under it at 10 spaces. This means the YAML parser will treat these status codes as top-level properties of the test case instead of as response entries, causing the test fixture structure to be malformed.

Additional Locations (2)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit cb57a99. Configure here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

minor Minor version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant