Skip to content

Conversation

@github-actions
Copy link

@github-actions github-actions bot commented Jan 17, 2026

SDK update

Versioning

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

Go SDK Changes:

  • Glean.Client.Messages.Retrieve(): response.SearchResponse.GleanDataError.FederatedSearchRateLimitError Added
  • Glean.Client.Search.QueryAsAdmin():
    • response.GleanDataError.FederatedSearchRateLimitError Added
    • error.FederatedSearchRateLimitError Added
  • Glean.Client.Search.Autocomplete(): response.GleanDataError.FederatedSearchRateLimitError Added
  • Glean.Client.Search.Recommendations(): response.GleanDataError.FederatedSearchRateLimitError Added
  • Glean.Client.Search.Query():
    • response.GleanDataError.FederatedSearchRateLimitError Added
    • error.FederatedSearchRateLimitError Added
  • Glean.Client.Governance.Data.Policies.Retrieve(): response.Report.Config.InputOptions.SubsetDocIdsToScan Added
  • Glean.Client.Governance.Data.Policies.Update():
    • request.UpdateDlpReportRequest.Config.InputOptions.SubsetDocIdsToScan Added
  • Glean.Client.Governance.Data.Policies.List(): response.Reports.[].Config.InputOptions.SubsetDocIdsToScan Added
  • Glean.Client.Governance.Data.Policies.Create():
    • request.Request.Config.InputOptions.SubsetDocIdsToScan Added
    • response.Report.Config.InputOptions.SubsetDocIdsToScan Added
  • Glean.Client.Governance.Data.Reports.Create():
    • request.Request.Config.InputOptions.SubsetDocIdsToScan Added
OpenAPI Change Summary
├─┬Info
│ └─┬Extensions
│   ├──[🔀] x-source-commit-sha (5:26)
│   └──[🔀] x-open-api-commit-sha (25:28)
├─┬Paths
│ ├─┬/rest/api/v1/governance/data/findings/exports
│ │ ├─┬GET
│ │ │ └─┬Extensions
│ │ │   └──[🔀] x-visibility (3549:27)
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[🔀] x-visibility (3531:27)
│ ├─┬/rest/api/v1/governance/data/findings/exports/{id}
│ │ ├─┬GET
│ │ │ └─┬Extensions
│ │ │   └──[🔀] x-visibility (3576:27)
│ │ └─┬DELETE
│ │   └─┬Extensions
│ │     └──[🔀] x-visibility (3598:27)
│ └─┬/rest/api/v1/listanswers
│   └─┬POST
│     └─┬Extensions
│       ├──[+] x-glean-deprecated (351:17)
│       └──[+] x-speakeasy-deprecation-message (355:46)
└─┬Components
  ├─┬InputOptions
  │ ├──[+] properties (12631:17)
  │ ├─┬urlGreenlist
  │ │ ├──[+] enum (12623:27)
  │ │ ├──[+] enum (12624:27)
  │ │ ├──[+] enum (12625:27)
  │ │ ├──[+] enum (12626:27)
  │ │ ├──[+] enum (12627:27)
  │ │ ├──[-] items (12592:25)❌ 
  │ │ ├──[🔀] type (12621:27)❌ 
  │ │ ├──[🔀] description (12628:34)
  │ │ └──[-] deprecated (12588:33)
  │ └─┬timePeriodType
  │   ├──[-] enum (12614:27)❌ 
  │   ├──[-] enum (12615:27)❌ 
  │   ├──[-] enum (12616:27)❌ 
  │   ├──[-] enum (12617:27)❌ 
  │   ├──[-] enum (12618:27)❌ 
  │   ├──[+] items (12634:25)❌ 
  │   ├──[🔀] type (12632:27)❌ 
  │   └──[🔀] description (12635:34)
  ├─┬ErrorInfo
  │ ├──[+] properties (9034:17)
  │ └─┬invalidOperators
  │   ├──[-] items (9023:25)❌ 
  │   ├──[🔀] type (9035:27)❌ 
  │   └──[🔀] description (9036:34)
  ├─┬SharedDatasourceConfigNoInstance
  │ └─┬connectorType
  │   └──[+] deprecated (12432:33)
  └─┬UgcType
    └──[+] enum (10045:19)
Document Element Total Changes Breaking Changes
info 2 0
paths 6 0
components 24 11

GO CHANGELOG

tests: 0.16.5 - 2026-01-19

🐛 Bug Fixes

  • ensure tests are generated for operations with only error response named examples (commit by @tristanspeakeasy)

Based on Speakeasy CLI 1.693.0

@github-actions github-actions bot added the patch Patch version bump label Jan 17, 2026
@github-actions github-actions bot requested a review from a team as a code owner January 17, 2026 01:24
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1768612700 branch 12 times, most recently from 17766c0 to 51baef3 Compare January 22, 2026 07:53
* `Glean.Client.Messages.Retrieve()`:  `response.SearchResponse.GleanDataError.FederatedSearchRateLimitError` **Added**
* `Glean.Client.Search.QueryAsAdmin()`: 
  *  `response.GleanDataError.FederatedSearchRateLimitError` **Added**
  *  `error.FederatedSearchRateLimitError` **Added**
* `Glean.Client.Search.Autocomplete()`:  `response.GleanDataError.FederatedSearchRateLimitError` **Added**
* `Glean.Client.Search.Recommendations()`:  `response.GleanDataError.FederatedSearchRateLimitError` **Added**
* `Glean.Client.Search.Query()`: 
  *  `response.GleanDataError.FederatedSearchRateLimitError` **Added**
  *  `error.FederatedSearchRateLimitError` **Added**
* `Glean.Client.Governance.Data.Policies.Retrieve()`:  `response.Report.Config.InputOptions.SubsetDocIdsToScan` **Added**
* `Glean.Client.Governance.Data.Policies.Update()`: 
  *  `request.UpdateDlpReportRequest.Config.InputOptions.SubsetDocIdsToScan` **Added**
* `Glean.Client.Governance.Data.Policies.List()`:  `response.Reports.[].Config.InputOptions.SubsetDocIdsToScan` **Added**
* `Glean.Client.Governance.Data.Policies.Create()`: 
  *  `request.Request.Config.InputOptions.SubsetDocIdsToScan` **Added**
  *  `response.Report.Config.InputOptions.SubsetDocIdsToScan` **Added**
* `Glean.Client.Governance.Data.Reports.Create()`: 
  *  `request.Request.Config.InputOptions.SubsetDocIdsToScan` **Added**
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1768612700 branch from b4003d7 to 0023e80 Compare January 22, 2026 13:05
@github-actions github-actions bot closed this Jan 22, 2026
@github-actions github-actions bot deleted the speakeasy-sdk-regen-1768612700 branch January 22, 2026 19: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.

1 participant