Skip to content

chore: 🐝 Update SDK - Generate 0.14.4#106

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

chore: 🐝 Update SDK - Generate 0.14.4#106
github-actions[bot] wants to merge 2 commits into
mainfrom
speakeasy-sdk-regen-1783740213

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 11, 2026

Copy link
Copy Markdown

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.skills.list(): Added
  • glean.skills.retrieve(): Added
  • glean.indexing.datasources.submit(): Added
  • glean.client.chat.create():
    • request.chatRequest.messages[].fragments[].action.metadata.actionTypeSource Added
    • response.messages[].fragments[].action.metadata.actionTypeSource Added
  • glean.client.chat.retrieve(): response.chatResult.chat.messages[].fragments[].action.metadata.actionTypeSource Added
  • glean.client.chat.createStream():
    • request.chatRequest.messages[].fragments[].action.metadata.actionTypeSource Added
  • glean.client.agents.create(): response.workflow.webhookUrl Added
  • glean.client.search.retrieveFeed(): response.results[].primaryEntry.workflow.workflow.webhookUrl Added
  • glean.client.governance.data.findings.create():
    • request.filter.severity.enum(falsePositive) Added
    • response.filter.severity.enum(falsePositive) Added
  • glean.client.governance.data.findings.list(): response.exports[].filter.severity.enum(falsePositive) Added

View full SDK changelog

OpenAPI Change Summary
├─┬Info
│ └─┬Extensions
│   ├──[🔀] x-source-commit-sha (5:24)
│   └──[🔀] x-open-api-commit-sha (6:26)
├─┬Paths
│ ├──[+] path (308:3)
│ ├──[+] path (253:3)
│ └──[+] path (4282:3)
└─┬Components
  ├──[+] schemas (5660:7)
  ├──[+] schemas (5667:7)
  ├──[+] schemas (5701:7)
  ├──[+] schemas (5648:7)
  ├──[+] schemas (5655:7)
  ├──[+] schemas (5769:7)
  ├──[+] schemas (5746:7)
  ├─┬ToolMetadata
  │ ├──[+] properties (9923:9)
  │ ├─┬lastUpdatedBy
  │ │ └──[🔀] $ref (9913:11)❌ 
  │ ├─┬type
  │ │ ├──[-] enum (9594:15)❌ 
  │ │ ├──[-] enum (9595:15)❌ 
  │ │ └──[🔀] description (9889:24)
  │ ├─┬createdBy
  │ │ └──[🔀] $ref (9909:11)❌ 
  │ ├─┬knowledgeType
  │ │ ├──[-] enum (9615:15)❌ 
  │ │ ├──[-] enum (9616:15)❌ 
  │ │ ├──[-] enum (9617:15)❌ 
  │ │ ├──[🔀] type (9964:17)❌ 
  │ │ └──[🔀] description (9965:24)
  │ ├─┬objectName
  │ │ └──[🔀] $ref (9883:11)❌ 
  │ ├─┬auth
  │ │ └──[🔀] $ref (9924:11)❌ 
  │ ├─┬permissions
  │ │ └──[🔀] $ref (9786:13)❌ 
  │ ├─┬usageInstructions
  │ │ ├──[+] enum (9879:15)
  │ │ ├──[+] enum (9880:15)
  │ │ └──[🔀] description (9881:24)
  │ ├─┬displayName
  │ │ └──[🔀] $ref (9891:11)❌ 
  │ ├─┬isSetupFinished
  │ │ └──[🔀] $ref (9780:13)❌ 
  │ ├─┬createdAt
  │ │ ├──[+] enum (9946:15)
  │ │ ├──[+] enum (9947:15)
  │ │ ├──[+] enum (9942:15)
  │ │ ├──[+] enum (9943:15)
  │ │ ├──[+] enum (9944:15)
  │ │ ├──[+] enum (9945:15)
  │ │ ├──[-] format (9625:19)❌ 
  │ │ └──[🔀] description (9948:24)
  │ ├─┬displayDescription
  │ │ └──[🔀] $ref (9794:9)❌ 
  │ ├─┬toolId
  │ │ └──[🔀] $ref (7098:9)❌ 
  │ ├─┬writeActionType
  │ │ ├──[-] enum (9634:15)❌ 
  │ │ ├──[-] enum (9635:15)❌ 
  │ │ ├──[-] enum (9636:15)❌ 
  │ │ └──[🔀] description (9962:24)
  │ ├─┬logoUrl
  │ │ └──[🔀] $ref (9794:9)❌ 
  │ ├─┬authType
  │ │ └──[🔀] $ref (9804:13)❌ 
  │ ├─┬lastUpdatedAt
  │ │ ├──[+] enum (9901:15)
  │ │ ├──[+] enum (9902:15)
  │ │ ├──[+] enum (9900:15)
  │ │ ├──[-] format (9629:19)❌ 
  │ │ └──[🔀] description (9903:24)
  │ └─┬name
  │   └──[🔀] $ref (9783:13)❌ 
  ├─┬DlpSeverity
  │ ├──[+] enum (16062:11)
  │ └──[🔀] description (16063:20)
  └─┬Workflow
    └─┬ALLOF
      └──[+] properties (10527:13)
Document Element Total Changes Breaking Changes
info 2 0
paths 3 0
components 51 23

View full report

Linting Report 0 errors, 26 warnings, 6 hints

View full report

JAVA CHANGELOG

additionalProperties: 0.0.2 - 2026-07-08

🐛 Bug Fixes

  • generate self-recursive additionalProperties maps as maps of their value type instead of empty models (commit by @AshGodfrey)

core: 3.55.31 - 2026-07-10

🐛 Bug Fixes

nullables: 0.1.1 - 2026-07-13

🔧 Chores

  • remove org.openapitools:jackson-databind-nullable dependency when unused (commit by @2ynn)

Based on Speakeasy CLI 1.790.2

Last updated by Speakeasy workflow

@github-actions github-actions Bot requested a review from a team as a code owner July 11, 2026 03:28
@github-actions github-actions Bot added the patch Patch version bump label Jul 11, 2026
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1783740213 branch 7 times, most recently from c712352 to c5475eb Compare July 15, 2026 20:58
* `glean.skills.list()`: **Added**
* `glean.skills.retrieve()`: **Added**
* `glean.indexing.datasources.submit()`: **Added**
* `glean.client.chat.create()`: 
  *  `request.chatRequest.messages[].fragments[].action.metadata.actionTypeSource` **Added**
  *  `response.messages[].fragments[].action.metadata.actionTypeSource` **Added**
* `glean.client.chat.retrieve()`:  `response.chatResult.chat.messages[].fragments[].action.metadata.actionTypeSource` **Added**
* `glean.client.chat.createStream()`: 
  *  `request.chatRequest.messages[].fragments[].action.metadata.actionTypeSource` **Added**
* `glean.client.agents.create()`:  `response.workflow.webhookUrl` **Added**
* `glean.client.search.retrieveFeed()`:  `response.results[].primaryEntry.workflow.workflow.webhookUrl` **Added**
* `glean.client.governance.data.findings.create()`: 
  *  `request.filter.severity.enum(falsePositive)` **Added**
  *  `response.filter.severity.enum(falsePositive)` **Added**
* `glean.client.governance.data.findings.list()`:  `response.exports[].filter.severity.enum(falsePositive)` **Added**
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1783740213 branch from 7e2c05e to 4bd1709 Compare July 16, 2026 03:24
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