Skip to content

chore: 🐝 Update SDK - Generate 0.13.0#95

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

chore: 🐝 Update SDK - Generate 0.13.0#95
github-actions[bot] wants to merge 2 commits intomainfrom
speakeasy-sdk-regen-1776742214

Conversation

@github-actions
Copy link
Copy Markdown

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

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.

Java SDK Changes:

  • glean.client.collections.addItems(): response.error.errorType.enum(corruptItem) Added (Breaking ⚠️)
  • glean.entities.getPersonPhoto(): Added
  • glean.datasources.getDatasourceCredentialStatus(): Added
  • glean.datasources.rotateDatasourceCredentials(): Added
  • glean.client.collections.create():
    • response.union(class (0)).error.errorCode.enum(corruptItem) Added
    • errorCode.enum(corruptItem) Added
  • glean.client.collections.delete(): errorCode.enum(corruptItem) Added
  • glean.client.collections.update():
    • response Changed
    • errorCode.enum(corruptItem) Added
  • glean.client.collections.retrieve(): response.error.errorCode.enum(corruptItem) Added
  • glean.client.insights.retrieve():
    • request.insightsRequest Changed
    • response.agentsResponse.topUseCasesInsights Added
  • glean.client.search.retrieveFeed():
    • request.feedRequest.categories[] Changed
    • response.results[] Changed

View full SDK changelog

OpenAPI Change Summary
├─┬Info
│ └─┬Extensions
│   ├──[🔀] x-open-api-commit-sha (25:26)
│   └──[🔀] x-source-commit-sha (5:24)
├─┬Paths
│ ├──[+] path (4069:3)
│ ├──[+] path (2039:3)
│ └──[+] path (4109:3)
└─┬Components
  ├──[+] parameters (14206:7)
  ├──[+] schemas (14093:7)
  ├──[+] schemas (9148:7)
  ├──[+] schemas (9491:7)
  ├──[+] schemas (14103:7)
  ├──[+] schemas (14123:7)
  ├─┬AddCollectionItemsError
  │ └─┬errorType
  │   └──[+] enum (8851:15)
  ├─┬InsightsRequest
  │ ├──[+] properties (9204:9)
  │ └─┬overviewRequest
  │   └──[🔀] $ref (9149:9)❌ 
  ├─┬CurrentActiveUsers
  │ ├─┬monthlyActiveUsers
  │ │ └──[🔀] description (9256:24)
  │ └─┬weeklyActiveUsers
  │   └──[🔀] description (9259:24)
  ├─┬InsightsOverviewRequest
  │ └──[+] properties (9104:9)
  ├─┬WorkflowMetadata
  │ └─┬ALLOF
  │   ├──[+] properties (10829:13)
  │   ├──[+] properties (10826:13)
  │   ├─┬lastUpdateTimestamp
  │   │ └──[🔀] description (10825:28)
  │   └─┬lastDraftSavedAt
  │     ├──[🔀] type (10830:21)❌ 
  │     └──[🔀] description (10831:28)
  ├─┬FeedRequest
  │ └─┬categories
  │   └─┬Schema
  │     ├──[+] enum (10431:17)
  │     ├──[+] enum (10433:17)
  │     └──[+] enum (10434:17)
  ├─┬InsightsAssistantRequest
  │ └──[+] properties (9119:9)
  ├─┬FeedResult
  │ └─┬category
  │   ├──[+] enum (11040:15)
  │   ├──[+] enum (11037:15)
  │   └──[+] enum (11039:15)
  ├─┬AgentsInsightsV2Response
  │ └─┬ALLOF
  │   ├──[+] properties (9606:13)
  │   └─┬upvotesTimeseries
  │     └──[🔀] $ref (9607:15)❌ 
  ├─┬CollectionError
  │ └─┬errorCode
  │   └──[+] enum (8881:15)
  ├─┬UgcType
  │ └──[+] enum (10771:11)
  ├─┬FeedEntry
  │ └─┬justificationType
  │   ├──[+] enum (10951:15)
  │   ├──[+] enum (10953:15)
  │   └──[+] enum (10954:15)
  └─┬AgentsInsightsV2Request
    └──[+] properties (9139:9)
Document Element Total Changes Breaking Changes
info 2 0
paths 3 0
components 32 5

View full report

Linting Report 0 errors, 18 warnings, 6 hints

View full report

JAVA CHANGELOG

acceptHeaders: 2.81.2 - 2024-04-30

🐛 Bug Fixes

  • compute accept types from success responses (commit by @disintegrator)

core: 3.55.24 - 2026-04-28

🐛 Bug Fixes

  • springBootStarter subprojects now respect java.languageVersion config (commit by @AshGodfrey)

Based on Speakeasy CLI 1.762.0

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 03:35
@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-1776742214 branch 15 times, most recently from ea72254 to 9393c16 Compare April 28, 2026 03:56
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1776742214 branch 12 times, most recently from 88ee7ff to 1508751 Compare May 5, 2026 18:38
@github-actions github-actions Bot changed the title chore: 🐝 Update SDK - Generate 0.12.39 chore: 🐝 Update SDK - Generate 0.13.0 May 5, 2026
@github-actions github-actions Bot added minor Minor version bump and removed patch Patch version bump labels May 5, 2026
* `glean.client.collections.addItems()`:  `response.error.errorType.enum(corruptItem)` **Added** (Breaking ⚠️)
* `glean.entities.getPersonPhoto()`: **Added**
* `glean.datasources.getDatasourceCredentialStatus()`: **Added**
* `glean.datasources.rotateDatasourceCredentials()`: **Added**
* `glean.client.collections.create()`: 
  *  `response.union(class (0)).error.errorCode.enum(corruptItem)` **Added**
  *  `errorCode.enum(corruptItem)` **Added**
* `glean.client.collections.delete()`:  `errorCode.enum(corruptItem)` **Added**
* `glean.client.collections.update()`: 
  *  `response` **Changed**
  *  `errorCode.enum(corruptItem)` **Added**
* `glean.client.collections.retrieve()`:  `response.error.errorCode.enum(corruptItem)` **Added**
* `glean.client.insights.retrieve()`: 
  *  `request.insightsRequest` **Changed**
  *  `response.agentsResponse.topUseCasesInsights` **Added**
* `glean.client.search.retrieveFeed()`: 
  *  `request.feedRequest.categories[]` **Changed**
  *  `response.results[]` **Changed**
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1776742214 branch from c0d3ee0 to 3213441 Compare May 6, 2026 03:54
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.

1 participant