Skip to content

chore: 🐝 Update SDK - Generate 0.13.5 - #114

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

chore: 🐝 Update SDK - Generate 0.13.5#114
github-actions[bot] wants to merge 2 commits into
mainfrom
speakeasy-sdk-regen-1784686183

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 22, 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.Search.Query():
    • request.Request.DatasourceInstances Removed (Breaking ⚠️)
    • response Changed (Breaking ⚠️)
    • error.status[422] Added
  • Glean.Skills.Update(): Added
  • Glean.Search.ListFilters(): Added
  • Glean.Client.Chat.Create():
    • request.ChatRequest.Messages[].Fragments[].Action.Metadata.Auth.TokenEndpointAuthMethod.Enum(privateKeyJwt) Added
    • response.Messages[].Fragments[].Action.Metadata.Auth.TokenEndpointAuthMethod.Enum(privateKeyJwt) Added
  • Glean.Client.Chat.Retrieve():
    • response.ChatResult.Chat.Messages[].Fragments[].Action.Metadata.Auth.TokenEndpointAuthMethod.Enum(privateKeyJwt) Added
    • error.status[403] Added
  • Glean.Client.Chat.CreateStream():
    • request.ChatRequest.Messages[].Fragments[].Action.Metadata.Auth.TokenEndpointAuthMethod.Enum(privateKeyJwt) Added
  • Glean.Indexing.Datasources.Add(): request.Request Changed
  • Glean.Indexing.Datasources.RetrieveConfig(): response Changed

View full SDK changelog

OpenAPI Change Summary
├─┬Info
│ └─┬Extensions
│   ├──[🔀] x-source-commit-sha (5:24)
│   └──[🔀] x-open-api-commit-sha (6:26)
├─┬Paths
│ ├──[+] path (844:3)
│ ├─┬/rest/api/v1/getchat
│ │ └─┬POST
│ │   └─┬Responses
│ │     └─┬403
│ │       └──[+] content (1574:15)
│ ├─┬/api/search
│ │ └─┬POST
│ │   ├──[🔀] description (798:20)
│ │   └─┬Responses
│ │     ├──[+] codes (17302:7)
│ │     └─┬200
│ │       └──[🔀] description (815:24)
│ └─┬/api/skills/{skill_id}
│   └──[+] patch (405:7)
└─┬Components
  ├──[+] responses (17302:7)
  ├──[-] schemas (6209:7)❌ 
  ├──[+] schemas (5775:7)
  ├──[+] schemas (11204:7)
  ├──[+] schemas (6728:7)
  ├──[+] schemas (6392:7)
  ├──[+] schemas (6747:7)
  ├──[+] schemas (6695:7)
  ├──[+] schemas (6406:7)
  ├──[+] schemas (6398:7)
  ├─┬PlatformResult
  │ ├──[+] additionalProperties (6611:29)❌ 
  │ ├──[-] properties (6471:9)❌ 
  │ ├─┬url
  │ │ └──[+] minLength (6620:22)❌ 
  │ ├─┬datasource
  │ │ └──[+] minLength (6638:22)❌ 
  │ ├─┬snippets
  │ │ └─┬Schema
  │ │   └──[+] minLength (6632:24)❌ 
  │ ├─┬title
  │ │ └──[+] minLength (6625:22)❌ 
  │ └─┬document_type
  │   └──[+] minLength (6644:22)❌ 
  ├─┬PlatformTimeRange
  │ └──[+] additionalProperties (6549:29)❌ 
  ├─┬PlatformSearchResponse
  │ ├──[+] additionalProperties (6663:29)❌ 
  │ ├──[+] required (6669:11)❌ 
  │ ├──[+] properties (6688:9)
  │ ├─┬request_id
  │ │ └──[+] minLength (6686:22)❌ 
  │ └─┬results
  │   └──[🔀] description (6675:24)
  ├─┬SharedDatasourceConfigNoInstance
  │ └─┬datasourceCategory
  │   ├──[+] enum (16169:15)
  │   └──[+] enum (16170:15)
  ├─┬PlatformSearchRequest
  │ ├──[-] properties (6430:9)❌ 
  │ ├─┬datasources
  │ │ ├──[+] minItems (6594:21)❌ 
  │ │ ├──[🔀] description (6598:24)
  │ │ └─┬Schema
  │ │   └──[+] minLength (6597:24)❌ 
  │ ├─┬query
  │ │ └──[+] minLength (6578:22)❌ 
  │ └─┬filters
  │   ├──[+] minItems (6602:21)❌ 
  │   └──[🔀] description (6605:24)
  ├─┬ObjectDefinition
  │ └─┬docCategory
  │   ├──[+] enum (16114:15)
  │   └──[+] enum (16115:15)
  ├─┬PlatformSkillValidationResponse
  │ └─┬warnings
  │   └─┬Schema
  │     └──[🔀] $ref (5775:13)❌ 
  ├─┬AuthConfig
  │ └─┬token_endpoint_auth_method
  │   ├──[+] enum (10678:15)
  │   └──[🔀] description (10679:24)
  └─┬PlatformFilter
    ├──[+] additionalProperties (6518:29)❌ 
    ├──[🔀] description (6522:20)
    ├─┬field
    │ ├──[+] minLength (6527:22)❌ 
    │ └──[🔀] description (6528:24)
    ├─┬values
    │ ├──[🔀] description (6537:24)
    │ └─┬Schema
    │   └──[+] minLength (6536:24)❌ 
    └─┬operator
      └──[🔀] description (6545:24)
Document Element Total Changes Breaking Changes
info 2 0
paths 6 0
components 44 21

View full report

Linting Report 0 errors, 26 warnings, 6 hints

View full report

GO CHANGELOG

unions: 2.87.8 - 2026-07-16

🐝 New Features

  • add opt-in generic constructors for union types (commit by @2ynn)

Based on Speakeasy CLI 1.791.0

Last updated by Speakeasy workflow

@github-actions
github-actions Bot requested a review from a team as a code owner July 22, 2026 02:18
@github-actions github-actions Bot added the patch Patch version bump label Jul 22, 2026
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1784686183 branch 17 times, most recently from 1088d86 to c7c7491 Compare July 27, 2026 17:58
* `Glean.Search.Query()`: 
  *  `request.Request.DatasourceInstances` **Removed** (Breaking ⚠️)
  *  `response` **Changed** (Breaking ⚠️)
  *  `error.status[422]` **Added**
* `Glean.Skills.Update()`: **Added**
* `Glean.Search.ListFilters()`: **Added**
* `Glean.Client.Chat.Create()`: 
  *  `request.ChatRequest.Messages[].Fragments[].Action.Metadata.Auth.TokenEndpointAuthMethod.Enum(privateKeyJwt)` **Added**
  *  `response.Messages[].Fragments[].Action.Metadata.Auth.TokenEndpointAuthMethod.Enum(privateKeyJwt)` **Added**
* `Glean.Client.Chat.Retrieve()`: 
  *  `response.ChatResult.Chat.Messages[].Fragments[].Action.Metadata.Auth.TokenEndpointAuthMethod.Enum(privateKeyJwt)` **Added**
  *  `error.status[403]` **Added**
* `Glean.Client.Chat.CreateStream()`: 
  *  `request.ChatRequest.Messages[].Fragments[].Action.Metadata.Auth.TokenEndpointAuthMethod.Enum(privateKeyJwt)` **Added**
* `Glean.Indexing.Datasources.Add()`:  `request.Request` **Changed**
* `Glean.Indexing.Datasources.RetrieveConfig()`:  `response` **Changed**
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1784686183 branch from bcc6892 to d0488d2 Compare July 28, 2026 02:14
@github-actions github-actions Bot closed this Jul 29, 2026
@github-actions
github-actions Bot deleted the speakeasy-sdk-regen-1784686183 branch July 29, 2026 02:08
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