Skip to content

chore: 🐝 Update SDK - Generate Prod SDK 0.3.0#124

Merged
michalbiesek merged 3 commits intomainfrom
speakeasy-sdk-regen-1774434066
Mar 25, 2026
Merged

chore: 🐝 Update SDK - Generate Prod SDK 0.3.0#124
michalbiesek merged 3 commits intomainfrom
speakeasy-sdk-regen-1774434066

Conversation

@github-actions
Copy link
Copy Markdown

SDK update

Versioning

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

Python SDK Changes:

  • cribl_mgmt_plane.health.get(): response.status_code Changed (Breaking ⚠️)
  • cribl_mgmt_plane.workspaces.create(): response Changed (Breaking ⚠️)
  • cribl_mgmt_plane.workspaces.list(): response Changed (Breaking ⚠️)
  • cribl_mgmt_plane.workspaces.update(): response.status_code Changed (Breaking ⚠️)
  • cribl_mgmt_plane.workspaces.delete(): response.status_code Changed (Breaking ⚠️)
  • cribl_mgmt_plane.workspaces.get(): response Changed (Breaking ⚠️)
  • cribl_mgmt_plane.api_credentials.list(): Added
  • cribl_mgmt_plane.api_credentials.create(): Added
  • cribl_mgmt_plane.api_credentials.update(): Added
  • cribl_mgmt_plane.api_credentials.delete(): Added
  • cribl_mgmt_plane.api_credentials.get(): Added

View full SDK changelog

OpenAPI Change Summary
├─┬Paths
│ ├──[+] path (29:3)
│ └──[+] path (102:3)
├─┬Tags
│ └──[+] apiCredentials (388:5)
└─┬Components
  ├──[+] schemas (486:7)
  ├──[+] schemas (414:7)
  ├──[+] schemas (431:7)
  ├──[+] schemas (440:7)
  ├──[+] schemas (576:7)
  ├──[+] schemas (674:7)
  ├──[+] schemas (422:7)
  ├──[+] schemas (450:7)
  ├──[+] schemas (466:7)
  ├──[+] schemas (646:7)
  ├──[+] schemas (501:7)
  ├──[+] schemas (561:7)
  ├─┬AWSRegions
  │ ├──[+] enum (709:11)
  │ ├──[+] enum (710:11)
  │ ├──[+] enum (708:11)
  │ ├──[+] enum (711:11)
  │ └──[🔀] description (712:20)
  ├─┬WorkspaceSchema
  │ ├─┬leaderFQDN
  │ │ └──[🔀] description (741:24)
  │ ├─┬state
  │ │ └──[🔀] description (744:24)
  │ ├─┬workspaceId
  │ │ └──[🔀] description (729:24)
  │ ├─┬description
  │ │ ├──[+] maxLength (756:22)❌ 
  │ │ ├──[🔀] description (755:24)
  │ │ └──[🔀] example (757:20)
  │ ├─┬tags
  │ │ ├──[+] maxItems (764:21)❌ 
  │ │ ├──[🔀] description (760:24)
  │ │ └─┬Schema
  │ │   └──[+] maxLength (763:24)❌ 
  │ ├─┬region
  │ │ └──[🔀] description (735:24)
  │ └─┬alias
  │   ├──[+] maxLength (751:22)❌ 
  │   └──[🔀] description (750:24)
  ├─┬WorkspaceCreateRequestDTO
  │ ├─┬description
  │ │ ├──[+] maxLength (791:22)❌ 
  │ │ ├──[🔀] description (790:24)
  │ │ └──[🔀] example (792:20)
  │ ├─┬tags
  │ │ ├──[+] maxItems (799:21)❌ 
  │ │ ├──[🔀] description (795:24)
  │ │ └─┬Schema
  │ │   └──[+] maxLength (798:24)❌ 
  │ ├─┬alias
  │ │ ├──[+] maxLength (786:22)❌ 
  │ │ └──[🔀] description (785:24)
  │ └─┬workspaceId
  │   └──[🔀] description (778:24)
  ├─┬WorkspacePatchRequestDTO
  │ ├─┬description
  │ │ ├──[+] maxLength (816:22)❌ 
  │ │ ├──[🔀] description (815:24)
  │ │ └──[🔀] example (817:20)
  │ ├─┬alias
  │ │ ├──[+] maxLength (811:22)❌ 
  │ │ └──[🔀] description (810:24)
  │ └─┬tags
  │   ├──[+] maxItems (824:21)❌ 
  │   ├──[🔀] description (820:24)
  │   └─┬Schema
  │     └──[+] maxLength (823:24)❌ 
  ├─┬WorkspacesListResponseDTO
  │ └─┬count
  │   └──[🔀] type (837:17)❌ 
  ├─┬DefaultErrorDTO
  │ ├─┬message
  │ │ ├──[+] description (852:24)
  │ │ └──[+] example (853:20)
  │ └─┬statusCode
  │   ├──[🔀] type (847:17)❌ 
  │   ├──[+] description (848:24)
  │   └──[+] example (849:20)
  └─┬WorkspaceState
    └──[🔀] description (722:20)
Document Element Total Changes Breaking Changes
components 53 14
paths 2 0
tags 1 0

View full report

Linting Report 0 errors, 1 warnings, 0 hints

View full report

PYTHON CHANGELOG

No relevant generator changes

Based on Speakeasy CLI 1.759.2

* `cribl_mgmt_plane.health.get()`:  `response.status_code` **Changed** (Breaking ⚠️)
* `cribl_mgmt_plane.workspaces.create()`:  `response` **Changed** (Breaking ⚠️)
* `cribl_mgmt_plane.workspaces.list()`:  `response` **Changed** (Breaking ⚠️)
* `cribl_mgmt_plane.workspaces.update()`:  `response.status_code` **Changed** (Breaking ⚠️)
* `cribl_mgmt_plane.workspaces.delete()`:  `response.status_code` **Changed** (Breaking ⚠️)
* `cribl_mgmt_plane.workspaces.get()`:  `response` **Changed** (Breaking ⚠️)
* `cribl_mgmt_plane.api_credentials.list()`: **Added**
* `cribl_mgmt_plane.api_credentials.create()`: **Added**
* `cribl_mgmt_plane.api_credentials.update()`: **Added**
* `cribl_mgmt_plane.api_credentials.delete()`: **Added**
* `cribl_mgmt_plane.api_credentials.get()`: **Added**
@github-actions github-actions bot requested a review from a team as a code owner March 25, 2026 10:22
@github-actions github-actions bot added the graduate Graduate prerelease to stable label Mar 25, 2026
@michalbiesek michalbiesek merged commit 5f9cb3d into main Mar 25, 2026
3 checks passed
@michalbiesek michalbiesek deleted the speakeasy-sdk-regen-1774434066 branch March 25, 2026 10:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

graduate Graduate prerelease to stable

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants