Skip to content

chore: 🐝 Update SDK - Generate 0.12.25#145

Open
github-actions[bot] wants to merge 2 commits intomainfrom
speakeasy-sdk-regen-1776739365
Open

chore: 🐝 Update SDK - Generate 0.12.25#145
github-actions[bot] wants to merge 2 commits intomainfrom
speakeasy-sdk-regen-1776739365

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Apr 21, 2026

SDK update

Versioning

Version Bump Type: [patch] - 🤖 (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:

  • glean.client.collections.add_items(): response.error.error_type.enum(corrupt_item) Added (Breaking ⚠️)
  • glean.datasources.get_datasource_credential_status(): Added
  • glean.datasources.rotate_datasource_credentials(): Added
  • glean.client.collections.create():
    • response.union(class (0)).error.error_code.enum(corrupt_item) Added
    • error_code.enum(corrupt_item) Added
  • glean.client.collections.delete(): error_code.enum(corrupt_item) Added
  • glean.client.collections.update():
    • response Changed
    • error_code.enum(corrupt_item) Added
  • glean.client.collections.retrieve(): response.error.error_code.enum(corrupt_item) Added
  • glean.client.insights.retrieve(): response.agents_response.top_use_cases_insights Added
  • glean.client.search.retrieve_feed():
    • request.categories[].enum(project_focus_block) Added
    • response.results[] Changed

View full SDK changelog

OpenAPI Change Summary
├─┬Info
│ └─┬Extensions
│   ├──[🔀] x-source-commit-sha (5:24)
│   └──[🔀] x-open-api-commit-sha (25:26)
├─┬Paths
│ ├──[+] path (4017:3)
│ └──[+] path (4057:3)
└─┬Components
  ├──[+] parameters (14082:7)
  ├──[+] schemas (13969:7)
  ├──[+] schemas (13999:7)
  ├──[+] schemas (13979:7)
  ├──[+] schemas (9379:7)
  ├─┬UgcType
  │ └──[+] enum (10657:11)
  ├─┬AddCollectionItemsError
  │ └─┬errorType
  │   └──[+] enum (8799:15)
  ├─┬FeedRequest
  │ └─┬categories
  │   └─┬Schema
  │     └──[+] enum (10319:17)
  ├─┬FeedResult
  │ └─┬category
  │   └──[+] enum (10915:15)
  ├─┬FeedEntry
  │ └─┬justificationType
  │   └──[+] enum (10831:15)
  ├─┬CollectionError
  │ └─┬errorCode
  │   └──[+] enum (8829:15)
  └─┬AgentsInsightsV2Response
    └─┬ALLOF
      ├──[+] properties (9494:13)
      └─┬upvotesTimeseries
        └──[🔀] $ref (9495:15)❌ 
Document Element Total Changes Breaking Changes
info 2 0
paths 2 0
components 13 2

View full report

Linting Report 0 errors, 18 warnings, 6 hints

View full report

PYTHON CHANGELOG

No relevant generator changes

Based on Speakeasy CLI 1.761.9

Last updated by Speakeasy workflow

@github-actions github-actions Bot added the patch Patch version bump label Apr 21, 2026
@github-actions github-actions Bot requested a review from a team as a code owner April 21, 2026 02:45
@github-actions github-actions Bot added the patch Patch version bump label Apr 21, 2026
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1776739365 branch 9 times, most recently from c080311 to 65c2bff Compare April 24, 2026 02:25
* `glean.client.collections.add_items()`:  `response.error.error_type.enum(corrupt_item)` **Added** (Breaking ⚠️)
* `glean.datasources.get_datasource_credential_status()`: **Added**
* `glean.datasources.rotate_datasource_credentials()`: **Added**
* `glean.client.collections.create()`: 
  *  `response.union(class (0)).error.error_code.enum(corrupt_item)` **Added**
  *  `error_code.enum(corrupt_item)` **Added**
* `glean.client.collections.delete()`:  `error_code.enum(corrupt_item)` **Added**
* `glean.client.collections.update()`: 
  *  `response` **Changed**
  *  `error_code.enum(corrupt_item)` **Added**
* `glean.client.collections.retrieve()`:  `response.error.error_code.enum(corrupt_item)` **Added**
* `glean.client.insights.retrieve()`:  `response.agents_response.top_use_cases_insights` **Added**
* `glean.client.search.retrieve_feed()`: 
  *  `request.categories[].enum(project_focus_block)` **Added**
  *  `response.results[]` **Changed**
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1776739365 branch from cd08aa5 to ecd925d Compare April 24, 2026 02:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

patch Patch version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant