Skip to content

chore: 🐝 Update SDK - Generate 0.14.8#107

Open
github-actions[bot] wants to merge 2 commits intomainfrom
speakeasy-sdk-regen-1771638320
Open

chore: 🐝 Update SDK - Generate 0.14.8#107
github-actions[bot] wants to merge 2 commits intomainfrom
speakeasy-sdk-regen-1771638320

Conversation

@github-actions
Copy link

@github-actions github-actions bot commented Feb 21, 2026

SDK update

Versioning

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

Typescript SDK Changes:

  • glean.client.messages.retrieve(): response.searchResponse.gleanDataError.unauthorizedDatasourceInstances Removed (Breaking ⚠️)
  • glean.client.search.query():
    • response.gleanDataError.unauthorizedDatasourceInstances Removed (Breaking ⚠️)
    • error.unauthorizedDatasourceInstances Removed (Breaking ⚠️)
  • glean.client.chat.create(): response.unauthorizedDatasourceInstances Removed (Breaking ⚠️)
  • glean.client.search.recommendations(): response.gleanDataError.unauthorizedDatasourceInstances Removed (Breaking ⚠️)
  • glean.client.search.autocomplete(): response.gleanDataError.unauthorizedDatasourceInstances Removed (Breaking ⚠️)
  • glean.client.search.queryAsAdmin():
    • response.gleanDataError.unauthorizedDatasourceInstances Removed (Breaking ⚠️)
    • error.unauthorizedDatasourceInstances Removed (Breaking ⚠️)
  • glean.client.agents.retrieve(): error.status[404] Added
  • glean.client.agents.runStream(): error Changed
  • glean.client.agents.list(): error Changed
  • glean.client.agents.retrieveSchemas():
    • response.tools[] Changed
    • error Changed
  • glean.datasources.getDatasourceInstanceConfiguration(): Added
  • glean.datasources.updateDatasourceInstanceConfiguration(): Added
  • glean.indexing.people.bulkIndex(): Deprecated

View full SDK changelog

OpenAPI Change Summary
├─┬Info
│ └─┬Extensions
│   ├──[🔀] x-source-commit-sha (5:24)
│   └──[🔀] x-open-api-commit-sha (25:26)
├─┬Paths
│ ├──[+] path (3686:3)
│ └─┬/api/index/v1/bulkindexemployees
│   └─┬POST
│     ├──[+] deprecated (3125:19)
│     └─┬Extensions
│       ├──[+] x-speakeasy-deprecation-message (3126:40)
│       └──[+] x-glean-deprecated (3128:9)
└─┬Components
  ├──[+] parameters (13454:7)
  ├──[+] parameters (13446:7)
  ├──[+] schemas (13363:7)
  ├──[+] schemas (13358:7)
  ├──[+] schemas (13380:7)
  ├──[+] schemas (13346:7)
  ├──[+] schemas (13371:7)
  ├─┬InviteInfo
  │ ├─┬inviteTime
  │ │ └─┬Extensions
  │ │   ├──[+] x-glean-deprecated (6652:13)
  │ │   └──[+] x-speakeasy-deprecation-message (6656:44)
  │ └─┬reminderTime
  │   └─┬Extensions
  │     ├──[+] x-glean-deprecated (6663:13)
  │     └──[+] x-speakeasy-deprecation-message (6667:44)
  ├─┬ActionSummary
  │ ├──[+] properties (8234:9)
  │ ├──[+] properties (8244:9)
  │ ├──[+] properties (8240:9)
  │ ├──[+] properties (8231:9)
  │ ├──[+] properties (8237:9)
  │ ├─┬tool_id
  │ │ └──[🔀] description (8246:24)
  │ └─┬display_name
  │   └──[🔀] description (8236:24)
  ├─┬ChatResponse
  │ └──[-] properties (7947:9)❌ 
  ├─┬ErrorResponse
  │ ├──[🔀] type (8212:13)❌ 
  │ ├──[-] title (8111:14)
  │ ├──[🔀] description (8213:20)
  │ └──[+] properties (8215:9)
  └─┬ErrorInfo
    └──[-] properties (9029:9)❌ 
Document Element Total Changes Breaking Changes
info 2 0
paths 4 0
components 24 3

View full report

Linting Report 0 errors, 16 warnings, 6 hints

View full report

TYPESCRIPT CHANGELOG

constsAndDefaults: 0.1.14 - 2026-02-21

🐛 Bug Fixes

  • coerce type-mismatched default values instead of clearing them to prevent invalid generated code (commit by @danielkov)

core: 3.26.34 - 2026-02-23

🐛 Bug Fixes

  • tighten .npmignore JSON include pattern to prevent .devcontainer and _speakeasy directories from leaking into published npm packages (commit by @vishalg0wda)

core: 3.26.33 - 2026-02-21

🐛 Bug Fixes

  • resolve multiple TypeScript build failures including duplicate barrel exports, sub-SDK field name collisions, function local variable shadowing, error type deduplication, multipart map body encoding, and sanitization improvements (commit by @danielkov)

core: 3.26.31 - 2026-02-19

🐝 New Features

  • move large-model splitting from templates to Go bucketing layer to prevent compiler complexity limits (commit by @vishalg0wda)

globalSecurityFlattening: 0.1.1 - 2026-02-21

🐛 Bug Fixes

  • prevent flattening when security field name collides with built-in SDKOptions properties (commit by @danielkov)

nameOverrides: 2.81.4 - 2026-02-19

🐝 New Features

  • add support for renaming object properties that reference a shared component (commit by @2ynn)

nameOverrides: 2.81.3 - 2026-02-19

🐛 Bug Fixes

  • set fixes.nameOverrideFeb2026 to true in gen.yaml to prevent x-speakesy-name-override from propagating through resolution or allOf merging (commit by @2ynn)

Based on Speakeasy CLI 1.730.1

@github-actions github-actions bot added the patch Patch version bump label Feb 21, 2026
@github-actions github-actions bot requested a review from a team as a code owner February 21, 2026 01:52
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1771638320 branch 13 times, most recently from 0876650 to 0dac6b8 Compare February 25, 2026 22:13
* `glean.client.messages.retrieve()`:  `response.searchResponse.gleanDataError.unauthorizedDatasourceInstances` **Removed** (Breaking ⚠️)
* `glean.client.search.query()`: 
  *  `response.gleanDataError.unauthorizedDatasourceInstances` **Removed** (Breaking ⚠️)
  *  `error.unauthorizedDatasourceInstances` **Removed** (Breaking ⚠️)
* `glean.client.chat.create()`:  `response.unauthorizedDatasourceInstances` **Removed** (Breaking ⚠️)
* `glean.client.search.recommendations()`:  `response.gleanDataError.unauthorizedDatasourceInstances` **Removed** (Breaking ⚠️)
* `glean.client.search.autocomplete()`:  `response.gleanDataError.unauthorizedDatasourceInstances` **Removed** (Breaking ⚠️)
* `glean.client.search.queryAsAdmin()`: 
  *  `response.gleanDataError.unauthorizedDatasourceInstances` **Removed** (Breaking ⚠️)
  *  `error.unauthorizedDatasourceInstances` **Removed** (Breaking ⚠️)
* `glean.client.agents.retrieve()`:  `error.status[404]` **Added**
* `glean.client.agents.runStream()`:  `error` **Changed**
* `glean.client.agents.list()`:  `error` **Changed**
* `glean.client.agents.retrieveSchemas()`: 
  *  `response.tools[]` **Changed**
  *  `error` **Changed**
* `glean.datasources.getDatasourceInstanceConfiguration()`: **Added**
* `glean.datasources.updateDatasourceInstanceConfiguration()`: **Added**
* `glean.indexing.people.bulkIndex()`: **Deprecated**
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1771638320 branch from c5cab7f to bc475e3 Compare February 26, 2026 01:55
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