Skip to content

chore: 🐝 Update SDK - Generate 0.15.14 - #134

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

chris-freeman-glean merged 2 commits into
mainfrom
speakeasy-sdk-regen-1789094449

Conversation

@github-actions

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

Copy link
Copy Markdown
Contributor

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.Agents.CreateRun(): response.Run.Messages[].Content[].Annotations Added
  • Glean.Client.Agents.Import(): request.ImportAgentRequest Changed
  • Glean.Client.Agents.Run(): response.Run.Messages[].Content[].Annotations Added
  • Glean.Client.Search.RetrieveFeed():
    • request.FeedRequest.Categories[] Changed
    • response.Results[] Changed

View full SDK changelog

OpenAPI Change Summary
├─┬Info
│ └─┬Extensions
│   ├──[🔀] x-source-commit-sha (5:24)
│   └──[🔀] x-open-api-commit-sha (6:26)
└─┬Components
  ├──[+] schemas (14189:7)
  ├──[+] schemas (14202:7)
  ├──[+] schemas (14111:7)
  ├──[+] schemas (14130:7)
  ├──[+] schemas (14151:7)
  ├──[+] schemas (14174:7)
  ├──[+] schemas (14077:7)
  ├─┬PlatformMessageTextBlock
  │ ├──[+] properties (7306:9)
  │ ├─┬text
  │ │ ├──[+] items (7310:13)❌ 
  │ │ ├──[🔀] type (7307:17)❌ 
  │ │ ├──[-] description (7146:24)
  │ │ └──[+] readOnly (7308:21)❌ 
  │ └─┬type
  │   └──[🔀] $ref (7302:11)❌ 
  ├─┬PlatformChatCitationSource
  │ └─┬Extensions
  │   └──[+] x-multiple-discriminators (7237:34)
  ├─┬FeedEntry
  │ └─┬justificationType
  │   ├──[+] enum (16605:15)
  │   └──[+] enum (16604:15)
  ├─┬AutocompleteRequest
  │ └─┬resultSize
  │   └──[🔀] description (15861:24)
  ├─┬PlatformChatPersonSource
  │ └─┬type
  │   └─┬Extensions
  │     └──[+] x-discriminator (7181:28)
  ├─┬PlatformChatDocumentSource
  │ ├─┬ANYOF
  │ │ └──[+] properties (7163:13)
  │ ├─┬ANYOF
  │ │ └──[+] properties (7169:13)
  │ └─┬type
  │   └─┬Extensions
  │     └──[+] x-discriminator (7146:28)
  ├─┬FeedResult
  │ └─┬category
  │   ├──[+] enum (16703:15)
  │   └──[+] enum (16702:15)
  ├─┬PlatformChatCustomEntitySource
  │ └─┬type
  │   └─┬Extensions
  │     └──[+] x-discriminator (7221:28)
  ├─┬FeedRequest
  │ └─┬categories
  │   └─┬Schema
  │     ├──[+] enum (16129:17)
  │     └──[+] enum (16130:17)
  ├─┬ImportAgentRequest
  │ ├──[+] properties (14033:9)
  │ ├──[+] properties (14025:9)
  │ └─┬syncMode
  │   └──[🔀] $ref (14034:11)❌ 
  ├─┬Message
  │ └─┬content
  │   └─┬Schema
  │     ├──[+] properties (14250:15)
  │     ├─┬type
  │     │ └──[🔀] $ref (14247:17)❌ 
  │     └─┬text
  │       ├──[+] items (14253:19)❌ 
  │       ├──[🔀] type (14251:23)❌ 
  │       └──[+] readOnly (14254:27)❌ 
  └─┬PlatformChatFileSource
    └─┬type
      └─┬Extensions
        └──[+] x-discriminator (7200:28)
Document Element Total Changes Breaking Changes
info 2 0
components 35 9

View full report

Linting Report 0 errors, 28 warnings, 6 hints

View full report

GO CHANGELOG

core: 3.13.58 - 2026-09-09

🐛 Bug Fixes

  • serialize optional-nullable properties of object-valued form, header and path parameters as their bare value, omitting unset and null properties (commit by @AshGodfrey)

core: 3.13.54 - 2026-09-09

🐛 Bug Fixes

  • generate stdlib-only unit tests for always-emitted utils and nullable helpers so generated go.mod no longer requires testify when SDK test generation is disabled (commit by @2ynn)

core: 3.13.57 - 2026-09-01

🐛 Bug Fixes

  • serialize optional-nullable fields in multipart and urlencoded bodies as their bare value, transmitting explicit null only for JSON-tagged fields, and skip typed-nil wrapped pointers in deepObject parameters (commit by @AshGodfrey)

Based on Speakeasy CLI 1.797.0

Last updated by Speakeasy workflow

@github-actions
github-actions Bot requested a review from a team as a code owner September 11, 2026 02:50
@github-actions github-actions Bot added the patch Patch version bump label Sep 11, 2026
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1789094449 branch 12 times, most recently from c5e61a0 to fde60cf Compare September 17, 2026 22:11
* `Glean.Agents.CreateRun()`:  `response.Run.Messages[].Content[].Annotations` **Added**
* `Glean.Client.Agents.Import()`:  `request.ImportAgentRequest` **Changed**
* `Glean.Client.Agents.Run()`:  `response.Run.Messages[].Content[].Annotations` **Added**
* `Glean.Client.Search.RetrieveFeed()`: 
  *  `request.FeedRequest.Categories[]` **Changed**
  *  `response.Results[]` **Changed**
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1789094449 branch from e2943ed to 3f949ac Compare September 18, 2026 02:59

@chris-freeman-glean chris-freeman-glean left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Search/Chat GA is on production QE. Approving SDK regen.

@chris-freeman-glean
chris-freeman-glean merged commit 8457678 into main Sep 18, 2026
1 check passed
@chris-freeman-glean
chris-freeman-glean deleted the speakeasy-sdk-regen-1789094449 branch September 18, 2026 15:51
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