Skip to content

chore: 🐝 Update SDK - Generate Prod SDK 0.5.0 - #140

Merged
michalbiesek merged 3 commits into
mainfrom
speakeasy-sdk-regen-1787583204
Aug 24, 2026
Merged

chore: 🐝 Update SDK - Generate Prod SDK 0.5.0#140
michalbiesek merged 3 commits into
mainfrom
speakeasy-sdk-regen-1787583204

Conversation

@github-actions

Copy link
Copy Markdown

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:

  • cribl_mgmt_plane.api_credentials.list(): response.items[].roles.workspaces[].products[].product.enum(insights) Added
  • cribl_mgmt_plane.api_credentials.create():
    • request.roles.workspaces[].products[].product.enum(insights) Added
    • response.roles.workspaces[].products[].product.enum(insights) Added
  • cribl_mgmt_plane.api_credentials.update():
    • request.roles.workspaces[].products[].product.enum(insights) Added
  • cribl_mgmt_plane.api_credentials.get(): response.roles.workspaces[].products[].product.enum(insights) Added

View full SDK changelog

OpenAPI Change Summary
└─┬Components
  └─┬ProductName
    └──[+] enum (437:11)
Document Element Total Changes Breaking Changes
components 1 0

View full report

Linting Report 0 errors, 1 warnings, 0 hints

View full report

PYTHON CHANGELOG

core: 6.1.0 - 2026-08-13

🐝 New Features

  • support httpx2 (Pydantic's httpx fork) via the new httpClientLibrary gen.yaml option, and retry connection errors raised by API-compatible client libraries (commit by @AshGodfrey)

core: 6.0.36 - 2026-08-12

🐝 New Features

core: 6.0.35 - 2026-07-17

🐛 Bug Fixes

  • preserve nullable discriminated-union request fields under Pydantic 2.13 by wrapping optional+nullable closed discriminated-union fields in SerializeAsAny, and lift the now-unnecessary Pydantic <2.13 cap (commit by @AshGodfrey)

oauth2ClientCredentials: 2.1.6 - 2026-08-12

🐛 Bug Fixes

retries: 3.1.0 - 2026-08-13

🐝 New Features

  • support httpx2 (Pydantic's httpx fork) via the new httpClientLibrary gen.yaml option, and retry connection errors raised by API-compatible client libraries (commit by @AshGodfrey)

Based on Speakeasy CLI 1.795.2

* `cribl_mgmt_plane.api_credentials.list()`:  `response.items[].roles.workspaces[].products[].product.enum(insights)` **Added**
* `cribl_mgmt_plane.api_credentials.create()`: 
  *  `request.roles.workspaces[].products[].product.enum(insights)` **Added**
  *  `response.roles.workspaces[].products[].product.enum(insights)` **Added**
* `cribl_mgmt_plane.api_credentials.update()`: 
  *  `request.roles.workspaces[].products[].product.enum(insights)` **Added**
* `cribl_mgmt_plane.api_credentials.get()`:  `response.roles.workspaces[].products[].product.enum(insights)` **Added**
@github-actions github-actions Bot added the minor Minor version bump label Aug 24, 2026
@github-actions
github-actions Bot requested a review from a team as a code owner August 24, 2026 14:54
speakeasy-github Bot and others added 2 commits August 24, 2026 14:54
Document the new insights product enum on API credential workspace roles in a human-readable release note.

Co-authored-by: Cursor <cursoragent@cursor.com>
@michalbiesek
michalbiesek merged commit 8e2e379 into main Aug 24, 2026
3 checks passed
@michalbiesek
michalbiesek deleted the speakeasy-sdk-regen-1787583204 branch August 24, 2026 15:04
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.

2 participants