Skip to content

chore: 🐝 Update SDK - Generate 0.13.0#96

Closed
github-actions[bot] wants to merge 2 commits into
mainfrom
speakeasy-sdk-regen-1778764809
Closed

chore: 🐝 Update SDK - Generate 0.13.0#96
github-actions[bot] wants to merge 2 commits into
mainfrom
speakeasy-sdk-regen-1778764809

Conversation

@github-actions
Copy link
Copy Markdown

@github-actions github-actions Bot commented May 14, 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 Changed (Breaking ⚠️)
  • glean.chat.getChatFile(): Added
  • glean.agents.editAgent(): Added
  • glean.entities.getPersonPhoto(): Added
  • glean.tools.getActionPackAuthStatus(): Added
  • glean.tools.authorizeActionPack(): Added
  • glean.indexing.customMetadata.upsert(): Added
  • glean.indexing.customMetadata.delete(): Added
  • glean.indexing.customMetadata.getSchema(): Added
  • glean.indexing.customMetadata.upsertSchema(): Added
  • glean.indexing.customMetadata.deleteSchema(): Added
  • glean.troubleshooting.post/api/index/v1/debug/{datasource}/document/events(): Added
  • glean.datasources.getDatasourceCredentialStatus(): Added
  • glean.datasources.rotateDatasourceCredentials(): Added
  • glean.client.activity.feedback():
    • request.feedback1.category Changed
  • glean.client.announcements.create():
    • request.createAnnouncementRequest.body.structuredList[].document.metadata.author.relatedDocuments[].results[].structuredResults[].answer Changed
    • response Changed
  • glean.client.announcements.update():
    • request.updateAnnouncementRequest.body.structuredList[].document.metadata.author.relatedDocuments[].results[].structuredResults[].answer Changed
    • response Changed
  • glean.client.answers.create():
    • request.createAnswerRequest.data.addedRoles[].person.relatedDocuments[] Changed
    • response Changed
  • glean.client.answers.update():
    • request.editAnswerRequest.addedRoles[].person.relatedDocuments[] Changed
    • response Changed
  • glean.client.answers.retrieve(): response.answerResult.answer Changed
  • glean.client.answers.list(): response.answerResults[].answer Changed
  • glean.client.chat.create():
    • request.chatRequest.messages[].citations[].sourceDocument.metadata.author.relatedDocuments[].results[].structuredResults[].answer Changed
    • response.messages[].citations[].sourceDocument.metadata.author.relatedDocuments[].results[].structuredResults[].answer Changed
  • glean.client.chat.retrieve(): response.chatResult.chat.createdBy.relatedDocuments[] Changed
  • glean.client.chat.list(): response.chatResults[].chat.createdBy.relatedDocuments[] Changed
  • glean.client.chat.createStream():
    • request.chatRequest.messages[].citations[].sourceDocument.metadata.author.relatedDocuments[].results[].structuredResults[].answer Changed
  • glean.client.collections.create():
    • request.createCollectionRequest.addedRoles[].person.relatedDocuments[] Changed
    • response.union(class (0)) Changed
    • errorCode.enum(corruptItem) Added
  • glean.client.collections.delete(): errorCode.enum(corruptItem) Added
  • glean.client.collections.deleteItem(): response.collection Changed
  • glean.client.collections.update():
    • request.editCollectionRequest.addedRoles[].person.relatedDocuments[] Changed
    • response Changed
    • errorCode.enum(corruptItem) Added
  • glean.client.collections.updateItem(): response.collection Changed
  • glean.client.collections.retrieve(): response Changed
  • glean.client.collections.list(): response.collections[] Changed
  • glean.client.documents.retrieve(): response.documents.Map<DocumentOrError>.union(Document).metadata.author.relatedDocuments[].results[].structuredResults[].answer Changed
  • glean.client.documents.retrieveByFacets(): response.documents[].metadata.author.relatedDocuments[].results[].structuredResults[].answer Changed
  • glean.client.insights.retrieve():
    • request.insightsRequest Changed
    • response Changed
  • glean.client.messages.retrieve(): response.searchResponse.results[].structuredResults[] Changed
  • glean.client.pins.update(): response.attribution.relatedDocuments[] Changed
  • glean.client.pins.retrieve(): response.pin.attribution.relatedDocuments[] Changed
  • glean.client.pins.list(): response.pins[].attribution.relatedDocuments[] Changed
  • glean.client.pins.create(): response.attribution.relatedDocuments[] Changed
  • glean.client.search.queryAsAdmin():
    • request.searchRequest.sourceDocument.metadata.author.relatedDocuments[].results[].structuredResults[].answer Changed
    • response.results[].structuredResults[] Changed
  • glean.client.search.autocomplete(): response.results[].document.metadata.author.relatedDocuments[].results[].structuredResults[].answer Changed
  • glean.client.search.retrieveFeed():
    • request.feedRequest.categories[] Changed
    • response.results[] Changed
  • glean.client.search.recommendations():
    • request.recommendationsRequest.sourceDocument.metadata.author.relatedDocuments[].results[].structuredResults[].answer Changed
    • response.results[].structuredResults[] Changed
  • glean.client.search.query():
    • request.searchRequest.sourceDocument.metadata.author.relatedDocuments[].results[].structuredResults[].answer Changed
    • response.results[].structuredResults[] Changed
  • glean.client.entities.list(): response.results[].relatedDocuments[] Changed
  • glean.client.entities.readPeople(): response.results[].relatedDocuments[] Changed
  • glean.client.shortcuts.create():
    • request.createShortcutRequest.data.addedRoles[].person.relatedDocuments[] Changed
    • response.shortcut.addedRoles[].person.relatedDocuments[] Changed
  • glean.client.shortcuts.retrieve(): response.shortcut.addedRoles[].person.relatedDocuments[] Changed
  • glean.client.shortcuts.list(): response.shortcuts[].addedRoles[].person.relatedDocuments[] Changed
  • glean.client.shortcuts.update():
    • request.updateShortcutRequest.addedRoles[].person.relatedDocuments[] Changed
    • response.shortcut.addedRoles[].person.relatedDocuments[] Changed
  • glean.client.verification.addReminder(): response.metadata.lastVerifier.relatedDocuments[] Changed
  • glean.client.verification.list(): response.documents[].metadata.lastVerifier.relatedDocuments[] Changed
  • glean.client.verification.verify(): response.metadata.lastVerifier.relatedDocuments[] 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 (3763:3)
│ ├──[+] path (853:3)
│ ├──[+] path (2570:3)
│ ├──[+] path (2125:3)
│ ├──[+] path (4471:3)
│ ├──[+] path (3834:3)
│ ├──[+] path (4431:3)
│ ├──[+] path (3725:3)
│ └─┬/rest/api/v1/agents/{agent_id}
│   └──[+] post (939:7)
└─┬Components
  ├──[+] parameters (14872:7)
  ├──[+] schemas (12205:7)
  ├──[+] schemas (9944:7)
  ├──[+] schemas (14821:7)
  ├──[+] schemas (13633:7)
  ├──[+] schemas (14768:7)
  ├──[+] schemas (10142:7)
  ├──[+] schemas (12216:7)
  ├──[+] schemas (14738:7)
  ├──[+] schemas (14748:7)
  ├──[+] schemas (10089:7)
  ├──[+] schemas (10158:7)
  ├──[+] schemas (12194:7)
  ├──[+] schemas (12183:7)
  ├──[+] schemas (9039:7)
  ├──[+] schemas (9553:7)
  ├──[+] schemas (10109:7)
  ├──[+] schemas (12226:7)
  ├──[+] schemas (6143:7)
  ├──[+] schemas (10131:7)
  ├──[+] schemas (9573:7)
  ├──[+] schemas (13644:7)
  ├──[+] schemas (10174:7)
  ├─┬CollectionError
  │ └─┬errorCode
  │   └──[+] enum (9279:15)
  ├─┬PerUserInsight
  │ ├──[+] properties (9786:9)
  │ ├─┬numSearches
  │ │ └──[🔀] description (9788:24)
  │ ├─┬numSummarizations
  │ │ └──[🔀] description (9764:24)
  │ └─┬person
  │   └──[🔀] $ref (9778:11)❌ 
  ├─┬Feedback
  │ └─┬category
  │   ├──[+] enum (5020:15)
  │   └──[+] enum (5021:15)
  ├─┬InsightsAssistantRequest
  │ └──[+] properties (9524:9)
  ├─┬FeedRequest
  │ └─┬categories
  │   └─┬Schema
  │     ├──[+] enum (10987:17)
  │     ├──[+] enum (10995:17)
  │     ├──[+] enum (10992:17)
  │     └──[+] enum (10994:17)
  ├─┬AgentsInsightsV2Request
  │ └──[+] properties (9544:9)
  ├─┬InsightsOverviewResponse
  │ └─┬ALLOF
  │   ├──[+] properties (9844:13)
  │   ├──[+] properties (9836:13)
  │   ├──[+] properties (9832:13)
  │   ├──[+] properties (9834:13)
  │   ├─┬searchSessionSatisfaction
  │   │ ├──[+] deprecated (9801:27)
  │   │ └─┬Extensions
  │   │   ├──[+] x-glean-deprecated (9803:17)
  │   │   └──[+] x-speakeasy-deprecation-message (9807:48)
  │   ├─┬searchesTimeseries
  │   │ └──[🔀] $ref (9847:15)❌ 
  │   ├─┬perUserInsights
  │   │ └──[🔀] $ref (9748:9)❌ 
  │   └─┬searchDatasourceCounts
  │     └──[🔀] $ref (9748:9)❌ 
  ├─┬FeedEntry
  │ └─┬justificationType
  │   ├──[+] enum (11523:15)
  │   ├──[+] enum (11520:15)
  │   ├──[+] enum (11515:15)
  │   └──[+] enum (11522:15)
  ├─┬PerAgentInsight
  │ ├──[+] properties (9939:9)
  │ ├─┬userCount
  │ │ └──[🔀] description (9935:24)
  │ ├─┬upvoteCount
  │ │ └──[🔀] description (9932:24)
  │ └─┬runCount
  │   └──[🔀] $ref (5615:9)❌ 
  ├─┬InsightsRequest
  │ ├──[+] properties (9632:9)
  │ ├──[+] properties (9629:9)
  │ └─┬overviewRequest
  │   └──[🔀] $ref (9574:9)❌ 
  ├─┬Announcement
  │ ├──[+] allOf (8086:11)
  │ └─┬ALLOF
  │   └──[🔀] $ref (6143:13)❌ 
  ├─┬AnswerResult
  │ └─┬trackingToken
  │   ├──[🔀] description (8196:24)
  │   ├──[+] deprecated (8197:23)
  │   └─┬Extensions
  │     ├──[+] x-speakeasy-deprecation-message (8203:44)
  │     └──[+] x-glean-deprecated (8199:13)
  ├─┬InsightsResponse
  │ ├──[+] properties (10210:9)
  │ ├──[+] properties (10208:9)
  │ └─┬overviewResponse
  │   └──[🔀] $ref (10175:9)❌ 
  ├─┬AgentsInsightsV2Response
  │ └─┬ALLOF
  │   ├──[+] properties (10059:13)
  │   └─┬upvotesTimeseries
  │     └──[🔀] $ref (10060:15)❌ 
  ├─┬Answer
  │ ├──[+] allOf (6576:11)
  │ └─┬ALLOF
  │   └──[🔀] $ref (6143:13)❌ 
  ├─┬FeedResult
  │ └─┬category
  │   ├──[+] enum (11609:15)
  │   ├──[+] enum (11602:15)
  │   ├──[+] enum (11607:15)
  │   └──[+] enum (11610:15)
  ├─┬Workflow
  │ └─┬ALLOF
  │   ├──[+] properties (11409:13)
  │   └──[+] properties (11405:13)
  ├─┬WorkflowMetadata
  │ └─┬ALLOF
  │   ├──[+] properties (11389:13)
  │   ├──[+] properties (11386:13)
  │   ├─┬lastUpdateTimestamp
  │   │ └──[🔀] description (11385:28)
  │   └─┬lastDraftSavedAt
  │     ├──[🔀] type (11390:21)❌ 
  │     └──[🔀] description (11391:28)
  ├─┬UgcType
  │ ├──[+] enum (11340:11)
  │ └──[+] enum (11341:11)
  ├─┬InsightsOverviewRequest
  │ └──[+] properties (9509:9)
  ├─┬AddCollectionItemsError
  │ └─┬errorType
  │   └──[+] enum (9249:15)
  ├─┬Collection
  │ ├──[+] allOf (6433:11)
  │ └─┬ALLOF
  │   └──[🔀] $ref (6143:13)❌ 
  ├─┬GetCollectionResponse
  │ └─┬trackingToken
  │   ├──[🔀] description (9389:24)
  │   ├──[+] deprecated (9390:23)
  │   └─┬Extensions
  │     ├──[+] x-glean-deprecated (9392:13)
  │     └──[+] x-speakeasy-deprecation-message (9396:44)
  ├─┬InsightsDepartmentsSummary
  │ └─┬ALLOF
  │   ├──[+] properties (9739:13)
  │   ├─┬searchSummary
  │   │ └──[🔀] $ref (9682:9)❌ 
  │   ├─┬totalSignups
  │   │ └──[🔀] $ref (9690:9)❌ 
  │   └─┬ugcSummary
  │     └──[🔀] $ref (9724:15)❌ 
  ├─┬ChatSuggestion
  │ ├──[+] properties (11258:9)
  │ ├──[+] properties (11264:9)
  │ ├─┬feature
  │ │ └──[🔀] description (11260:24)
  │ └─┬query
  │   └──[🔀] description (11263:24)
  └─┬CurrentActiveUsers
    ├─┬monthlyActiveUsers
    │ └──[🔀] description (9684:24)
    └─┬weeklyActiveUsers
      └──[🔀] description (9687:24)
Document Element Total Changes Breaking Changes
info 2 0
paths 9 0
components 101 26

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.26 - 2026-05-26

🐝 New Features

  • capability to directly control casing (acronym) rules (commit by @ThomasRooney)

core: 3.55.25 - 2026-05-14

🐛 Bug Fixes

  • support models exceeding JVM 255 method-parameter limit (commit by @2ynn)

core: 3.55.24 - 2026-04-28

🐛 Bug Fixes

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

examples: 2.81.9 - 2026-05-15

🐛 Bug Fixes

  • render OpenAPI 'example: null' values as the literal "null" in model docs instead of the Go-formatted '', which broke MDX renderers and leaked Go internals (commit by @AshGodfrey)

methodServerURLs: 2.82.2 - 2026-02-27

🐛 Bug Fixes

  • don't show global server URL in examples when operation has its own servers (commit by @tristanspeakeasy)

unions: 0.3.6 - 2026-05-15

🐛 Bug Fixes

  • account for optional fields in oneOf smart-unions scoring when nullFriendlyParameters disabled (commit by @2ynn)

Based on Speakeasy CLI 1.767.0

Last updated by Speakeasy workflow

@github-actions github-actions Bot requested a review from a team as a code owner May 14, 2026 13:25
@github-actions github-actions Bot added the minor Minor version bump label May 14, 2026
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1778764809 branch 15 times, most recently from 79aa476 to 13301ed Compare May 21, 2026 22:25
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1778764809 branch 7 times, most recently from 01c71b5 to 39f37c2 Compare May 26, 2026 23:37
* `glean.client.collections.addItems()`:  `response` **Changed** (Breaking ⚠️)
* `glean.chat.getChatFile()`: **Added**
* `glean.agents.editAgent()`: **Added**
* `glean.entities.getPersonPhoto()`: **Added**
* `glean.tools.getActionPackAuthStatus()`: **Added**
* `glean.tools.authorizeActionPack()`: **Added**
* `glean.indexing.customMetadata.upsert()`: **Added**
* `glean.indexing.customMetadata.delete()`: **Added**
* `glean.indexing.customMetadata.getSchema()`: **Added**
* `glean.indexing.customMetadata.upsertSchema()`: **Added**
* `glean.indexing.customMetadata.deleteSchema()`: **Added**
* `glean.troubleshooting.post/api/index/v1/debug/{datasource}/document/events()`: **Added**
* `glean.datasources.getDatasourceCredentialStatus()`: **Added**
* `glean.datasources.rotateDatasourceCredentials()`: **Added**
* `glean.client.activity.feedback()`: 
  *  `request.feedback1.category` **Changed**
* `glean.client.announcements.create()`: 
  *  `request.createAnnouncementRequest.body.structuredList[].document.metadata.author.relatedDocuments[].results[].structuredResults[].answer` **Changed**
  *  `response` **Changed**
* `glean.client.announcements.update()`: 
  *  `request.updateAnnouncementRequest.body.structuredList[].document.metadata.author.relatedDocuments[].results[].structuredResults[].answer` **Changed**
  *  `response` **Changed**
* `glean.client.answers.create()`: 
  *  `request.createAnswerRequest.data.addedRoles[].person.relatedDocuments[]` **Changed**
  *  `response` **Changed**
* `glean.client.answers.update()`: 
  *  `request.editAnswerRequest.addedRoles[].person.relatedDocuments[]` **Changed**
  *  `response` **Changed**
* `glean.client.answers.retrieve()`:  `response.answerResult.answer` **Changed**
* `glean.client.answers.list()`:  `response.answerResults[].answer` **Changed**
* `glean.client.chat.create()`: 
  *  `request.chatRequest.messages[].citations[].sourceDocument.metadata.author.relatedDocuments[].results[].structuredResults[].answer` **Changed**
  *  `response.messages[].citations[].sourceDocument.metadata.author.relatedDocuments[].results[].structuredResults[].answer` **Changed**
* `glean.client.chat.retrieve()`:  `response.chatResult.chat.createdBy.relatedDocuments[]` **Changed**
* `glean.client.chat.list()`:  `response.chatResults[].chat.createdBy.relatedDocuments[]` **Changed**
* `glean.client.chat.createStream()`: 
  *  `request.chatRequest.messages[].citations[].sourceDocument.metadata.author.relatedDocuments[].results[].structuredResults[].answer` **Changed**
* `glean.client.collections.create()`: 
  *  `request.createCollectionRequest.addedRoles[].person.relatedDocuments[]` **Changed**
  *  `response.union(class (0))` **Changed**
  *  `errorCode.enum(corruptItem)` **Added**
* `glean.client.collections.delete()`:  `errorCode.enum(corruptItem)` **Added**
* `glean.client.collections.deleteItem()`:  `response.collection` **Changed**
* `glean.client.collections.update()`: 
  *  `request.editCollectionRequest.addedRoles[].person.relatedDocuments[]` **Changed**
  *  `response` **Changed**
  *  `errorCode.enum(corruptItem)` **Added**
* `glean.client.collections.updateItem()`:  `response.collection` **Changed**
* `glean.client.collections.retrieve()`:  `response` **Changed**
* `glean.client.collections.list()`:  `response.collections[]` **Changed**
* `glean.client.documents.retrieve()`:  `response.documents.Map<DocumentOrError>.union(Document).metadata.author.relatedDocuments[].results[].structuredResults[].answer` **Changed**
* `glean.client.documents.retrieveByFacets()`:  `response.documents[].metadata.author.relatedDocuments[].results[].structuredResults[].answer` **Changed**
* `glean.client.insights.retrieve()`: 
  *  `request.insightsRequest` **Changed**
  *  `response` **Changed**
* `glean.client.messages.retrieve()`:  `response.searchResponse.results[].structuredResults[]` **Changed**
* `glean.client.pins.update()`:  `response.attribution.relatedDocuments[]` **Changed**
* `glean.client.pins.retrieve()`:  `response.pin.attribution.relatedDocuments[]` **Changed**
* `glean.client.pins.list()`:  `response.pins[].attribution.relatedDocuments[]` **Changed**
* `glean.client.pins.create()`:  `response.attribution.relatedDocuments[]` **Changed**
* `glean.client.search.queryAsAdmin()`: 
  *  `request.searchRequest.sourceDocument.metadata.author.relatedDocuments[].results[].structuredResults[].answer` **Changed**
  *  `response.results[].structuredResults[]` **Changed**
* `glean.client.search.autocomplete()`:  `response.results[].document.metadata.author.relatedDocuments[].results[].structuredResults[].answer` **Changed**
* `glean.client.search.retrieveFeed()`: 
  *  `request.feedRequest.categories[]` **Changed**
  *  `response.results[]` **Changed**
* `glean.client.search.recommendations()`: 
  *  `request.recommendationsRequest.sourceDocument.metadata.author.relatedDocuments[].results[].structuredResults[].answer` **Changed**
  *  `response.results[].structuredResults[]` **Changed**
* `glean.client.search.query()`: 
  *  `request.searchRequest.sourceDocument.metadata.author.relatedDocuments[].results[].structuredResults[].answer` **Changed**
  *  `response.results[].structuredResults[]` **Changed**
* `glean.client.entities.list()`:  `response.results[].relatedDocuments[]` **Changed**
* `glean.client.entities.readPeople()`:  `response.results[].relatedDocuments[]` **Changed**
* `glean.client.shortcuts.create()`: 
  *  `request.createShortcutRequest.data.addedRoles[].person.relatedDocuments[]` **Changed**
  *  `response.shortcut.addedRoles[].person.relatedDocuments[]` **Changed**
* `glean.client.shortcuts.retrieve()`:  `response.shortcut.addedRoles[].person.relatedDocuments[]` **Changed**
* `glean.client.shortcuts.list()`:  `response.shortcuts[].addedRoles[].person.relatedDocuments[]` **Changed**
* `glean.client.shortcuts.update()`: 
  *  `request.updateShortcutRequest.addedRoles[].person.relatedDocuments[]` **Changed**
  *  `response.shortcut.addedRoles[].person.relatedDocuments[]` **Changed**
* `glean.client.verification.addReminder()`:  `response.metadata.lastVerifier.relatedDocuments[]` **Changed**
* `glean.client.verification.list()`:  `response.documents[].metadata.lastVerifier.relatedDocuments[]` **Changed**
* `glean.client.verification.verify()`:  `response.metadata.lastVerifier.relatedDocuments[]` **Changed**
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1778764809 branch from 5e1e30a to 978d917 Compare May 27, 2026 04:30
@github-actions github-actions Bot closed this May 27, 2026
@github-actions github-actions Bot deleted the speakeasy-sdk-regen-1778764809 branch May 27, 2026 12:18
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