Skip to content

chore: 🐝 Update SDK - Generate 0.14.1 - #117

Merged
chris-freeman-glean merged 2 commits into
mainfrom
speakeasy-sdk-regen-1787354781
Sep 1, 2026
Merged

chore: 🐝 Update SDK - Generate 0.14.1#117
chris-freeman-glean merged 2 commits into
mainfrom
speakeasy-sdk-regen-1787354781

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 21, 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.

Go SDK Changes:

  • Glean.Client.Chat.Create():
    • request.ChatRequest.Messages[].Fragments[] Changed
    • response.Messages[].Fragments[] Changed
  • Glean.Client.Chat.Retrieve(): response.ChatResult.Chat.Messages[].Fragments[] Changed
  • Glean.Client.Chat.CreateStream():
    • request.ChatRequest.Messages[].Fragments[] Changed
  • Glean.Client.Agents.Retrieve(): Deprecated
  • Glean.Client.Agents.RetrieveSchemas(): Deprecated
  • Glean.Client.Agents.List(): Deprecated
  • Glean.Client.Agents.RunStream(): Deprecated
  • Glean.Client.Agents.RunStream(): error.AuthenticationSuggestions[].RequestType.Enum(sandboxEgress) Added
  • Glean.Client.Agents.Run(): Deprecated
  • Glean.Client.Agents.Run(): error.AuthenticationSuggestions[].RequestType.Enum(sandboxEgress) Added

View full SDK changelog

OpenAPI Change Summary
├──[🔀] openapi (1:10)❌ 
├─┬Info
│ └─┬Extensions
│   ├──[🔀] x-source-commit-sha (5:24)
│   └──[🔀] x-open-api-commit-sha (6:26)
├─┬Paths
│ ├─┬/rest/api/v1/agents/search
│ │ └─┬POST
│ │   ├──[+] deprecated (2914:19)
│ │   └─┬Extensions
│ │     ├──[+] x-glean-deprecated (2917:9)
│ │     └──[+] x-speakeasy-deprecation-message (2922:40)
│ ├─┬/rest/api/v1/agents/{agent_id}/schemas
│ │ └─┬GET
│ │   ├──[+] deprecated (2813:19)
│ │   └─┬Extensions
│ │     ├──[+] x-glean-deprecated (2816:9)
│ │     └──[+] x-speakeasy-deprecation-message (2821:40)
│ ├─┬/rest/api/v1/agents/runs/wait
│ │ └─┬POST
│ │   ├──[+] deprecated (3037:19)
│ │   └─┬Extensions
│ │     ├──[+] x-glean-deprecated (3040:9)
│ │     └──[+] x-speakeasy-deprecation-message (3045:40)
│ ├─┬/rest/api/v1/agents/{agent_id}
│ │ └─┬GET
│ │   ├──[+] deprecated (2712:19)
│ │   └─┬Extensions
│ │     ├──[+] x-glean-deprecated (2715:9)
│ │     └──[+] x-speakeasy-deprecation-message (2720:40)
│ └─┬/rest/api/v1/agents/runs/stream
│   └─┬POST
│     ├──[+] deprecated (2988:19)
│     └─┬Extensions
│       ├──[+] x-glean-deprecated (2991:9)
│       └──[+] x-speakeasy-deprecation-message (2996:40)
└─┬Components
  ├─┬PlatformChatCitationSnippet
  │ └─┬page_number
  │   ├──[🔀] type (7381:13)❌ 
  │   └──[-] nullable (7331:21)❌ 
  ├─┬PlatformChatCitationAnnotation
  │ ├─┬end_index
  │ │ ├──[🔀] type (7406:13)❌ 
  │ │ └──[-] nullable (7355:21)❌ 
  │ ├─┬start_index
  │ │ ├──[🔀] type (7401:13)❌ 
  │ │ └──[-] nullable (7351:21)❌ 
  │ └─┬snippets
  │   ├──[🔀] type (7411:13)❌ 
  │   └──[-] nullable (7358:21)❌ 
  ├─┬PlatformSkillSourcePreviewRequest
  │ └──[+] example (7741:9)
  ├─┬PlatformSkillUpdateRequest
  │ └──[+] example (7865:9)
  ├─┬PlatformResult
  │ ├─┬updated_at
  │ │ ├──[🔀] type (8145:13)❌ 
  │ │ └──[-] nullable (8081:21)❌ 
  │ ├─┬created_at
  │ │ ├──[🔀] type (8151:13)❌ 
  │ │ └──[-] nullable (8086:21)❌ 
  │ └─┬document_type
  │   ├──[🔀] type (8134:13)❌ 
  │   └──[-] nullable (8070:21)❌ 
  ├─┬PlatformChatCompletedResponse
  │ └─┬conversation_id
  │   ├──[🔀] type (7490:13)❌ 
  │   └──[-] nullable (7437:21)❌ 
  ├─┬PlatformSkillsListResponse
  │ └─┬next_cursor
  │   ├──[🔀] type (7613:13)❌ 
  │   └──[-] nullable (7558:21)❌ 
  ├─┬PlatformAgentsSearchRequest
  │ └──[+] example (6791:9)
  ├─┬ImportAgentRequest
  │ └─┬isDraft
  │   └──[🔀] description (13668:24)
  ├─┬ServerToolResponse
  │ └──[🔀] description (13066:20)
  ├─┬PlatformTriggerPresetListResponse
  │ └─┬next_cursor
  │   ├──[🔀] type (8717:13)❌ 
  │   └──[-] nullable (8648:21)❌ 
  ├─┬PlatformSkillVersionsListResponse
  │ └─┬next_cursor
  │   ├──[🔀] type (7958:13)❌ 
  │   └──[-] nullable (7895:21)❌ 
  ├─┬ServerToolBase
  │ └─┬requestType
  │   ├──[+] enum (12969:15)
  │   └─┬Extensions
  │     ├──[🔀] x-enumdescriptions (12972:13)
  │     └──[🔀] x-speakeasy-enum-descriptions (12977:13)
  ├─┬PlatformAgentRunCreateRequest
  │ └──[+] example (7116:9)
  ├─┬PlatformChatCreateRequest
  │ └──[+] example (7238:9)
  ├─┬PlatformTriggerListResponse
  │ └─┬next_cursor
  │   ├──[🔀] type (8355:13)❌ 
  │   └──[-] nullable (8287:21)❌ 
  ├─┬PlatformSearchRequest
  │ └─┬cursor
  │   ├──[🔀] type (8079:13)❌ 
  │   ├──[-] nullable (8015:21)❌ 
  │   └──[-] example (8018:20)
  ├─┬PlatformSearchResponse
  │ └─┬next_cursor
  │   ├──[🔀] type (8176:13)❌ 
  │   └──[-] nullable (8109:21)❌ 
  ├─┬PlatformSkillImportRequest
  │ └──[+] example (7646:9)
  └─┬DebugDocumentsRequest
    └─┬debugDocuments
      └──[+] maxItems (18154:21)❌ 
Document Element Total Changes Breaking Changes
info 2 0
paths 15 0
components 41 29

View full report

Linting Report 0 errors, 28 warnings, 6 hints

View full report

GO CHANGELOG

core: 3.13.51 - 2026-08-27

🐛 Bug Fixes

  • bump staticcheck pin from v0.7.0 to v0.8.1 for Go 1.27 support (commit by @disintegrator)

core: 3.13.50 - 2026-08-24

🐛 Bug Fixes

  • advance pagination through an optional wrapped request body instead of failing to compile or repeating the first page (commit by @AshGodfrey)

core: 3.13.49 - 2026-08-17

🐛 Bug Fixes

  • handle a nullable request body in paginated operations (commit by @AshGodfrey)

Based on Speakeasy CLI 1.796.2

Last updated by Speakeasy workflow

@github-actions
github-actions Bot requested a review from a team as a code owner August 21, 2026 23:34
@github-actions github-actions Bot added the patch Patch version bump label Aug 21, 2026
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1787354781 branch 10 times, most recently from b26ca7e to 59ab71e Compare August 28, 2026 08:51
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1787354781 branch 5 times, most recently from 8fadd77 to 067b679 Compare September 1, 2026 03:23
* `Glean.Client.Chat.Create()`: 
  *  `request.ChatRequest.Messages[].Fragments[]` **Changed**
  *  `response.Messages[].Fragments[]` **Changed**
* `Glean.Client.Chat.Retrieve()`:  `response.ChatResult.Chat.Messages[].Fragments[]` **Changed**
* `Glean.Client.Chat.CreateStream()`: 
  *  `request.ChatRequest.Messages[].Fragments[]` **Changed**
* `Glean.Client.Agents.Retrieve()`: **Deprecated**
* `Glean.Client.Agents.RetrieveSchemas()`: **Deprecated**
* `Glean.Client.Agents.List()`: **Deprecated**
* `Glean.Client.Agents.RunStream()`: **Deprecated**
* `Glean.Client.Agents.RunStream()`:  `error.AuthenticationSuggestions[].RequestType.Enum(sandboxEgress)` **Added**
* `Glean.Client.Agents.Run()`: **Deprecated**
* `Glean.Client.Agents.Run()`:  `error.AuthenticationSuggestions[].RequestType.Enum(sandboxEgress)` **Added**
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1787354781 branch from 96a51f9 to b836559 Compare September 1, 2026 09:17
@chris-freeman-glean
chris-freeman-glean merged commit 7703238 into main Sep 1, 2026
1 check passed
@chris-freeman-glean
chris-freeman-glean deleted the speakeasy-sdk-regen-1787354781 branch September 1, 2026 15:53
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.

2 participants