Skip to content

chore: 🐝 Update SDK - Generate 0.17.0 - #165

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

chore: 🐝 Update SDK - Generate 0.17.0#165
chris-freeman-glean merged 2 commits into
mainfrom
speakeasy-sdk-regen-1788373978

Conversation

@github-actions

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

Copy link
Copy Markdown
Contributor

SDK update

Versioning

Version Bump Type: [minor] - 🤖 (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.

Python SDK Changes:

  • glean.chat.create():
    • request.stream Removed (Breaking ⚠️)
    • response.status[200].content[text/event-stream Removed (Breaking ⚠️)

View full SDK changelog

OpenAPI Change Summary
├─┬Info
│ └─┬Extensions
│   ├──[🔀] x-source-commit-sha (5:24)
│   └──[🔀] x-open-api-commit-sha (6:26)
├─┬Paths
│ ├──[+] path (1734:3)
│ └─┬/api/chat
│   └─┬POST
│     ├─┬Responses
│     │ └─┬200
│     │   └──[-] content (279:15)❌ 
│     └─┬Requestbody
│       └─┬application/json
│         └─┬Schema
│           └──[🔀] $ref (270:15)❌ 
└─┬Components
  ├──[+] schemas (9076:7)
  ├──[+] schemas (7605:7)
  ├──[+] schemas (9063:7)
  ├──[+] schemas (7541:7)
  ├──[+] schemas (7698:7)
  ├──[+] schemas (7554:7)
  ├──[+] schemas (9102:7)
  ├──[+] schemas (7589:7)
  ├──[+] schemas (9115:7)
  ├──[+] schemas (9128:7)
  ├──[+] schemas (9141:7)
  ├──[+] schemas (7573:7)
  ├──[+] schemas (9089:7)
  ├──[+] schemas (7637:7)
  ├──[+] schemas (7682:7)
  ├──[+] schemas (7621:7)
  └─┬ChatMessageFragment
    └──[🔀] description (13433:20)
Document Element Total Changes Breaking Changes
paths 3 2
components 17 0
info 2 0

View full report

Linting Report 0 errors, 28 warnings, 6 hints

View full report

PYTHON CHANGELOG

serverEvents: 1.1.1 - 2026-06-11

🐛 Bug Fixes

  • improve SSE event parser for large events split across many small chunks (commit by @2ynn)

Based on Speakeasy CLI 1.796.3

Last updated by Speakeasy workflow

@github-actions
github-actions Bot requested a review from a team as a code owner September 2, 2026 18:36
@github-actions github-actions Bot added the minor Minor version bump label Sep 2, 2026
* `glean.chat.create()`: 
  *  `request.stream` **Removed** (Breaking ⚠️)
  *  `response.status[200].content[text/event-stream` **Removed** (Breaking ⚠️)
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1788373978 branch from bca14f8 to b75cf54 Compare September 2, 2026 18:58

@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.

Streaming createStream split looks right. Merging so the copy generate can stack on this.

@chris-freeman-glean
chris-freeman-glean merged commit e4e312c into main Sep 2, 2026
2 checks passed
@chris-freeman-glean
chris-freeman-glean deleted the speakeasy-sdk-regen-1788373978 branch September 2, 2026 19:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

minor Minor version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants