Skip to content

chore: 🐝 Update SDK - Generate Stage SDK [stage] 0.9.0a18#755

Merged
github-actions[bot] merged 2 commits into
stagefrom
speakeasy-sdk-regen-stage-1781750930
Jun 18, 2026
Merged

chore: 🐝 Update SDK - Generate Stage SDK [stage] 0.9.0a18#755
github-actions[bot] merged 2 commits into
stagefrom
speakeasy-sdk-regen-stage-1781750930

Conversation

@github-actions

Copy link
Copy Markdown

SDK update

Versioning

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

Tip

To exit pre-release versioning, set a new version or run speakeasy bump graduate.
Speakeasy supports manual control of SDK versioning through multiple methods.

Python SDK Changes:

  • cribl_control_plane.health.get():
    • response.overlay Added
    • error.overlay Added

View full SDK changelog

OpenAPI Change Summary
├─┬Info
│ └──[🔀] version (20:12)
├─┬Paths
│ └─┬/health
│   └─┬GET
│     └─┬Responses
│       ├─┬200
│       │ └─┬application/json
│       │   └─┬HealthExamplesHealthyPrimary
│       │     ├──[🔀] value (63827:9)
│       │     ├──[🔀] value (63827:9)
│       │     ├──[🔀] value (63827:9)
│       │     └──[+] value (63827:9)
│       └─┬420
│         └─┬application/json
│           ├─┬Health420ExamplesShuttingDown
│           │ ├──[🔀] value (63837:9)
│           │ ├──[🔀] value (63837:9)
│           │ ├──[🔀] value (63837:9)
│           │ └──[+] value (63837:9)
│           └─┬Health420ExamplesStandby
│             ├──[🔀] value (63846:9)
│             ├──[🔀] value (63846:9)
│             ├──[🔀] value (63846:9)
│             └──[+] value (63846:9)
└─┬Components
  ├──[+] schemas (53419:7)
  ├──[+] schemas (53408:7)
  ├──[+] schemas (53385:7)
  ├─┬RunnableJobCollectionScheduleRunType
  │ ├─┬minTaskSize
  │ │ └──[🔀] description (57250:24)
  │ └─┬maxTaskSize
  │   └──[🔀] description (57258:24)
  ├─┬InputEventhub
  │ ├─┬rebalanceTimeout
  │ │ ├──[🔀] maximum (18514:20)❌ 
  │ │ └──[🔀] description (18510:24)
  │ ├─┬sessionTimeout
  │ │ └──[🔀] description (18502:24)
  │ └─┬heartbeatInterval
  │   ├──[🔀] maximum (18522:20)❌ 
  │   └──[🔀] description (18518:24)
  ├─┬HealthServerStatus
  │ ├──[+] required (53448:11)❌ 
  │ ├──[+] properties (53425:9)
  │ ├─┬status
  │ │ ├──[-] enum (45323:15)❌ 
  │ │ ├──[-] enum (45324:15)❌ 
  │ │ ├──[-] enum (45325:15)❌ 
  │ │ ├──[🔀] type (53436:17)❌ 
  │ │ ├──[🔀] description (53437:24)
  │ │ └─┬Extensions
  │ │   └──[-] x-speakeasy-unknown-values (45327:39)❌ 
  │ ├─┬startTime
  │ │ ├──[+] enum (53432:15)
  │ │ ├──[+] enum (53431:15)
  │ │ ├──[🔀] type (53429:17)❌ 
  │ │ ├──[🔀] description (53433:24)
  │ │ └─┬Extensions
  │ │   └──[+] x-speakeasy-unknown-values (53434:39)
  │ └─┬role
  │   └──[🔀] $ref (53420:9)❌ 
  ├─┬InputEdgePrometheus
  │ └─┬podFilter
  │   └──[🔀] description (17392:24)
  ├─┬RunnableJobCollection
  │ └─┬run
  │   ├─┬minTaskSize
  │   │ └──[🔀] description (28664:28)
  │   └─┬maxTaskSize
  │     └──[🔀] description (28672:28)
  ├─┬InputKafka
  │ ├─┬rebalanceTimeout
  │ │ ├──[🔀] maximum (13910:20)❌ 
  │ │ └──[🔀] description (13906:24)
  │ └─┬heartbeatInterval
  │   ├──[🔀] maximum (13918:20)❌ 
  │   └──[🔀] description (13914:24)
  ├─┬InputMsk
  │ ├─┬rebalanceTimeout
  │ │ ├──[🔀] maximum (14102:20)❌ 
  │ │ └──[🔀] description (14098:24)
  │ └─┬heartbeatInterval
  │   ├──[🔀] maximum (14110:20)❌ 
  │   └──[🔀] description (14106:24)
  └─┬InputConfluentCloud
    ├─┬rebalanceTimeout
    │ ├──[🔀] maximum (16049:20)❌ 
    │ └──[🔀] description (16045:24)
    └─┬heartbeatInterval
      ├──[🔀] maximum (16057:20)❌ 
      └──[🔀] description (16053:24)
Document Element Total Changes Breaking Changes
info 1 0
paths 12 0
components 39 15

View full report

Linting Report 0 errors, 0 warnings, 0 hints

View full report

PYTHON CHANGELOG

retries: 3.0.6 - 2026-05-27

🐝 New Features

sdkHooks: 1.2.2 - 2026-06-16

🐝 New Features

  • add ParseErrorHook and response_mode on HookContext when rawResponseHelpers is enabled (commit by @2ynn)

Based on Speakeasy CLI 1.781.0

* `cribl_control_plane.health.get()`: 
  *  `response.overlay` **Added**
  *  `error.overlay` **Added**
@github-actions github-actions Bot requested a review from a team as a code owner June 18, 2026 02:53
@github-actions github-actions Bot added the prerelease Bump by a prerelease version label Jun 18, 2026
@github-actions github-actions Bot merged commit 484c1c6 into stage Jun 18, 2026
4 checks passed
@github-actions github-actions Bot deleted the speakeasy-sdk-regen-stage-1781750930 branch June 18, 2026 02:54
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.

1 participant