Skip to content

chore: 🐝 Update SDK - Generate Prod SDK 0.3.0rc9#123

Merged
michalbiesek merged 2 commits intomainfrom
speakeasy-sdk-regen-1774425013
Mar 25, 2026
Merged

chore: 🐝 Update SDK - Generate Prod SDK 0.3.0rc9#123
michalbiesek merged 2 commits intomainfrom
speakeasy-sdk-regen-1774425013

Conversation

@github-actions
Copy link
Copy Markdown

SDK update

Versioning

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

View full report

Linting Report 0 errors, 1 warnings, 0 hints

View full report

PYTHON CHANGELOG

core: 6.0.20 - 2026-03-20

🐛 Bug Fixes

  • rename model_serializer method to avoid name collision with field serializer for fields named model (commit by @subomi)

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 added the prerelease Bump by a prerelease version label Mar 25, 2026
@github-actions github-actions bot requested a review from a team as a code owner March 25, 2026 07:51
@github-actions github-actions bot added the prerelease Bump by a prerelease version label Mar 25, 2026
@michalbiesek michalbiesek merged commit 6894937 into main Mar 25, 2026
3 checks passed
@michalbiesek michalbiesek deleted the speakeasy-sdk-regen-1774425013 branch March 25, 2026 07:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

prerelease Bump by a prerelease version

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants