Skip to content

chore: 🐝 Update SDK - Generate Dev SDK [dev] 0.6.0b16#474

Merged
github-actions[bot] merged 3 commits intodevfrom
speakeasy-sdk-regen-dev-1770376939
Feb 6, 2026
Merged

chore: 🐝 Update SDK - Generate Dev SDK [dev] 0.6.0b16#474
github-actions[bot] merged 3 commits intodevfrom
speakeasy-sdk-regen-dev-1770376939

Conversation

@github-actions
Copy link

@github-actions github-actions bot commented Feb 6, 2026

SDK update

Versioning

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

Python SDK Changes:

  • cribl_control_plane.packs.routes.get(): response.items[] Changed (Breaking ⚠️)
  • cribl_control_plane.packs.routes.update():
    • request Changed (Breaking ⚠️)
    • response.items[] Changed (Breaking ⚠️)
  • cribl_control_plane.packs.routes.list(): response.items[] Changed (Breaking ⚠️)
  • cribl_control_plane.packs.routes.append(): response.items[] Changed (Breaking ⚠️)
  • cribl_control_plane.routes.get(): response.items[] Changed (Breaking ⚠️)
  • cribl_control_plane.routes.update():
    • request Changed (Breaking ⚠️)
    • response.items[] Changed (Breaking ⚠️)
  • cribl_control_plane.routes.list(): response.items[] Changed (Breaking ⚠️)
  • cribl_control_plane.routes.append(): response.items[] Changed (Breaking ⚠️)

View full SDK changelog

OpenAPI Change Summary
├─┬Info
│ └──[🔀] version (7:12)
└─┬Components
  ├──[-] schemas (35143:13)❌ 
  ├──[-] schemas (38586:13)❌ 
  ├──[+] schemas (35155:7)
  ├─┬RouteConf
  │ ├─┬context
  │ │ └──[+] description (35194:24)
  │ ├─┬final
  │ │ └──[+] description (35209:24)
  │ ├─┬filter
  │ │ └──[+] description (35206:24)
  │ ├─┬groupId
  │ │ └──[+] description (35212:24)
  │ ├─┬outputExpression
  │ │ └──[+] description (35224:24)
  │ ├─┬output
  │ │ └──[+] description (35221:24)
  │ ├─┬clones
  │ │ └──[+] description (35191:24)
  │ ├─┬name
  │ │ └──[+] description (35218:24)
  │ ├─┬disabled
  │ │ └──[+] description (35200:24)
  │ ├─┬description
  │ │ └──[+] description (35197:24)
  │ ├─┬enableOutputExpression
  │ │ └──[+] description (35203:24)
  │ ├─┬pipeline
  │ │ └──[+] description (35227:24)
  │ └─┬id
  │   └──[+] description (35215:24)
  ├─┬CaptureLevel
  │ └──[🔀] description (35909:20)
  ├─┬RunnableJobCollectionPart1TypeScheduleRun
  │ ├─┬minTaskSize
  │ │ └──[🔀] description (39453:24)
  │ └─┬maxTaskSize
  │   └──[🔀] description (39462:24)
  ├─┬SystemRestartResponse
  │ └─┬restart
  │   └──[🔀] description (37002:24)
  ├─┬RunnableJobCollection
  │ └─┬run
  │   ├─┬maxTaskSize
  │   │ └──[🔀] description (34791:28)
  │   └─┬minTaskSize
  │     └──[🔀] description (34782:28)
  ├─┬Routes
  │ ├──[-] additionalProperties (35182:35)❌ 
  │ ├──[+] required (35271:11)❌ 
  │ ├─┬comments
  │ │ ├──[-] title (35202:28)
  │ │ ├──[🔀] description (35243:24)
  │ │ └─┬Schema
  │ │   └──[🔀] $ref (35155:13)❌ 
  │ ├─┬routes
  │ │ ├──[-] title (35192:28)
  │ │ ├──[🔀] description (35269:24)
  │ │ └─┬Schema
  │ │   └──[🔀] $ref (35185:13)❌ 
  │ ├─┬groups
  │ │ ├──[+] description (35261:24)
  │ │ └─┬Schema
  │ │   └──[🔀] $ref (35247:13)❌ 
  │ └─┬id
  │   ├──[-] title (35188:28)
  │   └──[🔀] description (35264:24)
  └─┬RouteCloneConf
    ├──[-] title (35214:20)
    ├──[🔀] description (35177:20)
    └─┬Schema
      └──[-] title (35219:24)
Document Element Total Changes Breaking Changes
info 1 0
components 37 7

View full report

Linting Report 0 errors, 7 warnings, 1 hints

View full report

PYTHON CHANGELOG

No relevant generator changes

Based on Speakeasy CLI 1.704.0

* `cribl_control_plane.packs.routes.get()`:  `response.items[]` **Changed** (Breaking ⚠️)
* `cribl_control_plane.packs.routes.update()`: 
  *  `request` **Changed** (Breaking ⚠️)
  *  `response.items[]` **Changed** (Breaking ⚠️)
* `cribl_control_plane.packs.routes.list()`:  `response.items[]` **Changed** (Breaking ⚠️)
* `cribl_control_plane.packs.routes.append()`:  `response.items[]` **Changed** (Breaking ⚠️)
* `cribl_control_plane.routes.get()`:  `response.items[]` **Changed** (Breaking ⚠️)
* `cribl_control_plane.routes.update()`: 
  *  `request` **Changed** (Breaking ⚠️)
  *  `response.items[]` **Changed** (Breaking ⚠️)
* `cribl_control_plane.routes.list()`:  `response.items[]` **Changed** (Breaking ⚠️)
* `cribl_control_plane.routes.append()`:  `response.items[]` **Changed** (Breaking ⚠️)
@github-actions github-actions bot requested a review from a team as a code owner February 6, 2026 11:27
@github-actions github-actions bot added the prerelease Bump by a prerelease version label Feb 6, 2026
@github-actions github-actions bot merged commit 0525da0 into dev Feb 6, 2026
4 checks passed
@github-actions github-actions bot deleted the speakeasy-sdk-regen-dev-1770376939 branch February 6, 2026 11:29
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