Skip to content

chore: 🐝 Update SDK - Generate 0.11.31#86

Merged
rwjblue-glean merged 2 commits intomainfrom
speakeasy-sdk-regen-1773350245
Mar 16, 2026
Merged

chore: 🐝 Update SDK - Generate 0.11.31#86
rwjblue-glean merged 2 commits intomainfrom
speakeasy-sdk-regen-1773350245

Conversation

@github-actions
Copy link

@github-actions github-actions bot commented Mar 12, 2026

SDK update

Versioning

Version Bump Type: [patch] - 🤖 (automated)

Go SDK Changes:

  • Glean.Client.Chat.Create(): response.Chat 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)
└─┬Components
  ├─┬SearchResultSnippet
  │ └─┬snippet
  │   └─┬Extensions
  │     └──[+] x-includeempty (6585:27)
  ├─┬FeedEntry
  │ └─┬justificationType
  │   ├──[+] enum (10622:15)
  │   ├──[+] enum (10623:15)
  │   ├──[+] enum (10620:15)
  │   └──[+] enum (10621:15)
  ├─┬ChatResponse
  │ ├──[+] properties (8301:9)
  │ ├─┬messages
  │ │ ├──[+] description (8307:24)
  │ │ └─┬Schema
  │ │   └──[🔀] $ref (8306:13)❌ 
  │ ├─┬chatSessionTrackingToken
  │ │ └──[🔀] description (8300:24)
  │ ├─┬followUpPrompts
  │ │ ├──[-] items (8303:13)❌ 
  │ │ ├──[🔀] type (8314:17)❌ 
  │ │ └──[🔀] description (8315:24)
  │ └─┬chatId
  │   └──[🔀] $ref (6451:20)❌ 
  ├─┬FeedResult
  │ └─┬category
  │   ├──[+] enum (10700:15)
  │   └──[+] enum (10701:15)
  ├─┬UgcType
  │ ├──[+] enum (10443:11)
  │ ├──[+] enum (10449:11)
  │ ├──[+] enum (10451:11)
  │ ├──[+] enum (10450:11)
  │ ├──[+] enum (10455:11)
  │ ├──[+] enum (10446:11)
  │ ├──[+] enum (10448:11)
  │ ├──[+] enum (10452:11)
  │ └──[+] enum (10457:11)
  └─┬FeedRequest
    └─┬categories
      └─┬Schema
        ├──[+] enum (10123:17)
        ├──[+] enum (10119:17)
        ├──[+] enum (10121:17)
        ├──[+] enum (10120:17)
        ├──[+] enum (10122:17)
        └──[+] enum (10118:17)
Document Element Total Changes Breaking Changes
info 2 0
components 30 4

View full report

Linting Report 0 errors, 16 warnings, 6 hints

View full report

GO CHANGELOG

core: 3.13.36 - 2026-03-12

🐛 Bug Fixes

  • reserve s as an SDK keyword to prevent path parameter name collisions (commit by @danielkov)

core: 3.13.35 - 2026-03-12

🐛 Bug Fixes

  • avoid double-pointer wrapping for nullable optional const getters (commit by @danielkov)

core: 3.13.34 - 2026-03-11

🐛 Bug Fixes

  • resolve field/method name collision when property name starts with Get (commit by @danielkov)

core: 3.13.23 - 2026-03-11

🐛 Bug Fixes

  • use go run instead of go install for staticcheck to avoid toolchain version mismatch (commit by @danielkov)

core: 3.13.21 - 2026-03-04

🐛 Bug Fixes

  • include global security in SDK Example Usage snippets and per-operation docs (commit by @mfbx9da4)

core: 3.13.20 - 2026-02-27

🐛 Bug Fixes

  • make serverURL optional when operations define their own servers (commit by @danielkov)

core: 3.13.19 - 2026-02-27

🐛 Bug Fixes

  • derive installation URL from repo URL for monorepo subdirectory support (commit by @bradcypert)

core: 3.13.33 - 2026-02-24

🐛 Bug Fixes

  • prevent duplicate enum values after name normalization in generated Go models (commit by @danielkov)

flattening: 2.81.2 - 2026-03-10

🐛 Bug Fixes

  • preserve parent type/format for flattened oneOf const schemas and flatten multi-const variants into enums (commit by @danielkov)

unions: 2.87.6 - 2026-03-12

🐝 New Features

  • add x-speakeasy-discriminator extension for clean identifier names on discriminator mappings (commit by @mfbx9da4)

unions: 2.87.5 - 2026-02-24

🐛 Bug Fixes

  • handle nullable discriminator fields in union factory functions (commit by @danielkov)

Based on Speakeasy CLI 1.755.0

@github-actions github-actions bot requested a review from a team as a code owner March 12, 2026 21:25
@github-actions github-actions bot added the patch Patch version bump label Mar 12, 2026
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1773350245 branch 11 times, most recently from c524587 to 9e0bb0d Compare March 16, 2026 01:24
* `Glean.Client.Chat.Create()`:  `response.Chat` **Added**
* `Glean.Client.Search.RetrieveFeed()`: 
  *  `request.FeedRequest.Categories[]` **Changed**
  *  `response.Results[]` **Changed**
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1773350245 branch from db835af to 1a5c541 Compare March 16, 2026 02:08
@rwjblue-glean rwjblue-glean merged commit 3b327aa into main Mar 16, 2026
2 checks passed
@rwjblue-glean rwjblue-glean deleted the speakeasy-sdk-regen-1773350245 branch March 16, 2026 20:16
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