Skip to content

chore: 🐝 Update SDK - Generate 0.12.39#95

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

chore: 🐝 Update SDK - Generate 0.12.39#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: [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.

Java SDK Changes:

  • glean.client.collections.addItems(): response.error.errorType.enum(corruptItem) Added (Breaking ⚠️)
  • glean.datasources.getDatasourceCredentialStatus(): Added
  • glean.datasources.rotateDatasourceCredentials(): Added
  • glean.client.collections.create():
    • response.union(class (1)).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 (4017:3)
│ └──[+] path (4057:3)
└─┬Components
  ├──[+] parameters (14151:7)
  ├──[+] schemas (14038:7)
  ├──[+] schemas (9096:7)
  ├──[+] schemas (9439:7)
  ├──[+] schemas (14048:7)
  ├──[+] schemas (14068:7)
  ├─┬WorkflowMetadata
  │ └─┬ALLOF
  │   ├──[+] properties (10774:13)
  │   ├─┬lastUpdateTimestamp
  │   │ └──[🔀] $ref (5199:9)❌ 
  │   └─┬lastUpdatedBy
  │     └──[🔀] $ref (10769:15)❌ 
  ├─┬AgentsInsightsV2Request
  │ └──[+] properties (9087:9)
  ├─┬CollectionError
  │ └─┬errorCode
  │   └──[+] enum (8829:15)
  ├─┬FeedRequest
  │ └─┬categories
  │   └─┬Schema
  │     ├──[+] enum (10382:17)
  │     ├──[+] enum (10379:17)
  │     └──[+] enum (10381:17)
  ├─┬AddCollectionItemsError
  │ └─┬errorType
  │   └──[+] enum (8799:15)
  ├─┬InsightsRequest
  │ ├──[+] properties (9152:9)
  │ └─┬overviewRequest
  │   └──[🔀] $ref (9097:9)❌ 
  ├─┬CurrentActiveUsers
  │ ├─┬weeklyActiveUsers
  │ │ └──[🔀] description (9207:24)
  │ └─┬monthlyActiveUsers
  │   └──[🔀] description (9204:24)
  ├─┬UgcType
  │ └──[+] enum (10719:11)
  ├─┬AgentsInsightsV2Response
  │ └─┬ALLOF
  │   ├──[+] properties (9554:13)
  │   └─┬upvotesTimeseries
  │     └──[🔀] $ref (9555:15)❌ 
  ├─┬FeedResult
  │ └─┬category
  │   ├──[+] enum (10984:15)
  │   ├──[+] enum (10982:15)
  │   └──[+] enum (10985:15)
  ├─┬InsightsAssistantRequest
  │ └──[+] properties (9067:9)
  ├─┬FeedEntry
  │ └─┬justificationType
  │   ├──[+] enum (10896:15)
  │   ├──[+] enum (10898:15)
  │   └──[+] enum (10899:15)
  └─┬InsightsOverviewRequest
    └──[+] properties (9052:9)
Document Element Total Changes Breaking Changes
paths 2 0
components 30 7
info 2 0

View full report

Linting Report 0 errors, 18 warnings, 6 hints

View full report

JAVA CHANGELOG

core: 3.55.24 - 2026-04-28

🐛 Bug Fixes

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

Based on Speakeasy CLI 1.761.11

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 7 times, most recently from d392ac9 to bdaa0d0 Compare May 2, 2026 03:39
* `glean.client.collections.addItems()`:  `response.error.errorType.enum(corruptItem)` **Added** (Breaking ⚠️)
* `glean.datasources.getDatasourceCredentialStatus()`: **Added**
* `glean.datasources.rotateDatasourceCredentials()`: **Added**
* `glean.client.collections.create()`: 
  *  `response.union(class (1)).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 0f652eb to e1e24bf Compare May 3, 2026 04:00
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