Skip to content

chore: 🐝 Update SDK - Generate 0.15.1#156

Merged
travis-hoover-glean merged 2 commits into
mainfrom
speakeasy-sdk-regen-1783023737
Jul 6, 2026
Merged

chore: 🐝 Update SDK - Generate 0.15.1#156
travis-hoover-glean merged 2 commits into
mainfrom
speakeasy-sdk-regen-1783023737

Conversation

@github-actions

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

Copy link
Copy Markdown
Contributor

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.

Python SDK Changes:

  • glean.agents.search(): error Changed
  • glean.agents.get(): error.code.enum(request_too_large) Added
  • glean.agents.get_schemas(): error.code.enum(request_too_large) Added
  • glean.agents.create_run(): error Changed
  • glean.search.query(): error Changed
  • glean.client.announcements.create():
    • request.body.structured_list[].document.metadata.author.related_documents[].results[] Changed
    • response Changed
  • glean.client.announcements.update():
    • request.body.structured_list[].document.metadata.author.related_documents[].results[] Changed
    • response Changed
  • glean.client.answers.create():
    • request.data.added_roles[].person.related_documents[].query_suggestion.ranges[].document.metadata Changed
    • response.added_roles[].person.related_documents[].query_suggestion.ranges[].document.metadata Changed
  • glean.client.answers.update():
    • request.added_roles[].person.related_documents[].query_suggestion.ranges[].document.metadata Changed
    • response.added_roles[].person.related_documents[].query_suggestion.ranges[].document.metadata Changed
  • glean.client.answers.retrieve(): response.answer_result Changed
  • glean.client.answers.list(): response.answer_results[] Changed
  • glean.client.chat.create():
    • request.messages[].citations[].source_document.metadata.author.related_documents[].results[] Changed
    • response.messages[].citations[].source_document.metadata.author.related_documents[].results[] Changed
  • glean.client.chat.retrieve(): response.chat_result.chat.created_by.related_documents[].query_suggestion.ranges[].document.metadata Changed
  • glean.client.chat.list(): response.chat_results[].chat.created_by.related_documents[].query_suggestion.ranges[].document.metadata Changed
  • glean.client.chat.create_stream():
    • request.messages[].citations[].source_document.metadata.author.related_documents[].results[] Changed
  • glean.client.agents.create(): response.workflow.author.related_documents[].query_suggestion.ranges[].document.metadata Changed
  • glean.client.collections.add_items(): response.collection Changed
  • glean.client.collections.create():
    • request.added_roles[].person.related_documents[].query_suggestion.ranges[].document.metadata Changed
    • response.union(class (0)).collection Changed
  • glean.client.collections.delete_item(): response.collection Changed
  • glean.client.collections.update():
    • request.added_roles[].person.related_documents[].query_suggestion.ranges[].document.metadata Changed
    • response Changed
  • glean.client.collections.update_item(): response.collection Changed
  • glean.client.collections.retrieve(): response.collection Changed
  • glean.client.collections.list(): response.collections[] Changed
  • glean.client.documents.retrieve(): response.documents.Map<DocumentOrError>.union(Document).metadata.author.related_documents[].results[] Changed
  • glean.client.documents.retrieve_by_facets(): response.documents[].metadata.author.related_documents[].results[] Changed
  • glean.client.insights.retrieve(): response.glean_assist.activity_insights[].user.related_documents[].query_suggestion.ranges[].document.metadata Changed
  • glean.client.messages.retrieve(): response.search_response.results[].structured_results[].document.metadata Changed
  • glean.client.pins.update(): response Changed
  • glean.client.pins.retrieve(): response.pin Changed
  • glean.client.pins.list(): response.pins[] Changed
  • glean.client.pins.create(): response Changed
  • glean.client.search.query_as_admin():
    • request.source_document.metadata.author.related_documents[].results[] Changed
    • response.results[].structured_results[].document.metadata Changed
  • glean.client.search.autocomplete(): response.results[].document.metadata.author.related_documents[].results[] Changed
  • glean.client.search.retrieve_feed():
    • request.categories[].enum(podcast) Added
    • response.results[] Changed
  • glean.client.search.recommendations():
    • request.source_document.metadata.author.related_documents[].results[] Changed
    • response.results[].structured_results[].document.metadata Changed
  • glean.client.search.query():
    • request.source_document.metadata.author.related_documents[].results[] Changed
    • response.results[].structured_results[].document.metadata Changed
  • glean.client.entities.list(): response.results[].related_documents[].query_suggestion.ranges[].document.metadata Changed
  • glean.client.entities.read_people(): response.results[].related_documents[].query_suggestion.ranges[].document.metadata Changed
  • glean.client.shortcuts.create():
    • request.data.added_roles[].person.related_documents[].query_suggestion.ranges[].document.metadata Changed
    • response.shortcut Changed
  • glean.client.shortcuts.retrieve(): response.shortcut Changed
  • glean.client.shortcuts.list(): response.shortcuts[] Changed
  • glean.client.shortcuts.update():
    • request.added_roles[].person.related_documents[].query_suggestion.ranges[].document.metadata Changed
    • response.shortcut Changed
  • glean.client.verification.add_reminder(): response.metadata.last_verifier.related_documents[].query_suggestion.ranges[].document.metadata Changed
  • glean.client.verification.list(): response.documents[].metadata.last_verifier.related_documents[].query_suggestion.ranges[].document.metadata Changed
  • glean.client.verification.verify(): response.metadata.last_verifier.related_documents[].query_suggestion.ranges[].document.metadata Changed

View full SDK changelog

OpenAPI Change Summary
├─┬Info
│ └─┬Extensions
│   ├──[🔀] x-source-commit-sha (5:24)
│   └──[🔀] x-open-api-commit-sha (6:26)
├─┬Paths
│ ├─┬/api/search
│ │ └─┬POST
│ │   └─┬Responses
│ │     └──[+] codes (15781:7)
│ ├─┬/api/agents/search
│ │ └─┬POST
│ │   └─┬Responses
│ │     └──[+] codes (15781:7)
│ └─┬/api/agents/{agent_id}/runs
│   └─┬POST
│     └─┬Responses
│       └──[+] codes (15781:7)
└─┬Components
  ├──[+] responses (15781:7)
  ├─┬Announcement
  │ └─┬ALLOF
  │   ├──[+] properties (9024:13)
  │   ├─┬lastUpdateTimestamp
  │   │ ├──[🔀] type (9022:21)❌ 
  │   │ └──[🔀] description (9023:28)
  │   ├─┬viewerInfo
  │   │ └──[🔀] $ref (6474:9)❌ 
  │   ├─┬isPublished
  │   │ ├──[🔀] type (8997:21)❌ 
  │   │ └──[🔀] description (8998:28)
  │   ├─┬updatedBy
  │   │ └──[🔀] $ref (6081:9)❌ 
  │   ├─┬id
  │   │ └──[🔀] $ref (7294:13)❌ 
  │   └─┬sourceDocument
  │     └──[🔀] $ref (9005:15)❌ 
  ├─┬PlatformProblemDetailCode
  │ └──[+] enum (5087:11)
  ├─┬AnswerResult
  │ ├──[+] properties (9112:9)
  │ └─┬trackingToken
  │   └──[🔀] $ref (7294:13)❌ 
  ├─┬Shortcut
  │ └─┬ALLOF
  │   ├──[+] properties (7328:13)
  │   ├─┬title
  │   │ ├──[+] items (7326:17)❌ 
  │   │ ├──[🔀] type (7324:21)❌ 
  │   │ └──[🔀] description (7327:28)
  │   └─┬roles
  │     └──[🔀] $ref (7294:13)❌ 
  ├─┬FeedResult
  │ └─┬category
  │   └──[+] enum (12487:15)
  ├─┬FeedRequest
  │ └─┬categories
  │   └─┬Schema
  │     └──[+] enum (11955:17)
  ├─┬FeedEntry
  │ └─┬justificationType
  │   └──[+] enum (12394:15)
  ├─┬PlatformMessage
  │ └─┬content
  │   └──[+] minItems (5258:21)❌ 
  ├─┬Collection
  │ └─┬ALLOF
  │   ├──[+] properties (7381:13)
  │   ├─┬updatedBy
  │   │ └──[🔀] $ref (7346:15)❌ 
  │   ├─┬pinMetadata
  │   │ └──[🔀] $ref (7359:15)❌ 
  │   ├─┬itemCount
  │   │ └──[🔀] description (7341:28)
  │   ├─┬id
  │   │ └──[🔀] $ref (7294:13)❌ 
  │   ├─┬shortcuts
  │   │ ├──[🔀] description (7380:28)
  │   │ └─┬Schema
  │   │   └──[🔀] $ref (6908:9)❌ 
  │   ├─┬items
  │   │ ├──[-] items (7313:17)❌ 
  │   │ ├──[🔀] type (7353:21)❌ 
  │   │ └──[🔀] description (7354:28)
  │   ├─┬updateTime
  │   │ ├──[+] items (7369:17)❌ 
  │   │ ├──[🔀] type (7367:21)❌ 
  │   │ ├──[-] format (7299:23)❌ 
  │   │ └──[+] description (7370:28)
  │   └─┬roles
  │     └──[🔀] $ref (7465:9)❌ 
  └─┬PinDocument
    └─┬ALLOF
      ├──[+] properties (8197:13)
      ├─┬updateTime
      │ ├──[-] format (8146:23)❌ 
      │ └──[+] description (8178:28)
      ├─┬id
      │ └──[🔀] $ref (7294:13)❌ 
      └─┬updatedBy
        └──[🔀] $ref (8195:15)❌ 
Document Element Total Changes Breaking Changes
components 42 46
info 2 0
paths 3 0

View full report

Linting Report 0 errors, 26 warnings, 6 hints

View full report

PYTHON CHANGELOG

No relevant generator changes

Based on Speakeasy CLI 1.788.1

Last updated by Speakeasy workflow

@github-actions github-actions Bot requested a review from a team as a code owner July 2, 2026 20:24
@github-actions github-actions Bot added the patch Patch version bump label Jul 2, 2026
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1783023737 branch 6 times, most recently from 013a893 to f72f321 Compare July 5, 2026 16:47
* `glean.agents.search()`:  `error` **Changed**
* `glean.agents.get()`:  `error.code.enum(request_too_large)` **Added**
* `glean.agents.get_schemas()`:  `error.code.enum(request_too_large)` **Added**
* `glean.agents.create_run()`:  `error` **Changed**
* `glean.search.query()`:  `error` **Changed**
* `glean.client.announcements.create()`: 
  *  `request.body.structured_list[].document.metadata.author.related_documents[].results[]` **Changed**
  *  `response` **Changed**
* `glean.client.announcements.update()`: 
  *  `request.body.structured_list[].document.metadata.author.related_documents[].results[]` **Changed**
  *  `response` **Changed**
* `glean.client.answers.create()`: 
  *  `request.data.added_roles[].person.related_documents[].query_suggestion.ranges[].document.metadata` **Changed**
  *  `response.added_roles[].person.related_documents[].query_suggestion.ranges[].document.metadata` **Changed**
* `glean.client.answers.update()`: 
  *  `request.added_roles[].person.related_documents[].query_suggestion.ranges[].document.metadata` **Changed**
  *  `response.added_roles[].person.related_documents[].query_suggestion.ranges[].document.metadata` **Changed**
* `glean.client.answers.retrieve()`:  `response.answer_result` **Changed**
* `glean.client.answers.list()`:  `response.answer_results[]` **Changed**
* `glean.client.chat.create()`: 
  *  `request.messages[].citations[].source_document.metadata.author.related_documents[].results[]` **Changed**
  *  `response.messages[].citations[].source_document.metadata.author.related_documents[].results[]` **Changed**
* `glean.client.chat.retrieve()`:  `response.chat_result.chat.created_by.related_documents[].query_suggestion.ranges[].document.metadata` **Changed**
* `glean.client.chat.list()`:  `response.chat_results[].chat.created_by.related_documents[].query_suggestion.ranges[].document.metadata` **Changed**
* `glean.client.chat.create_stream()`: 
  *  `request.messages[].citations[].source_document.metadata.author.related_documents[].results[]` **Changed**
* `glean.client.agents.create()`:  `response.workflow.author.related_documents[].query_suggestion.ranges[].document.metadata` **Changed**
* `glean.client.collections.add_items()`:  `response.collection` **Changed**
* `glean.client.collections.create()`: 
  *  `request.added_roles[].person.related_documents[].query_suggestion.ranges[].document.metadata` **Changed**
  *  `response.union(class (0)).collection` **Changed**
* `glean.client.collections.delete_item()`:  `response.collection` **Changed**
* `glean.client.collections.update()`: 
  *  `request.added_roles[].person.related_documents[].query_suggestion.ranges[].document.metadata` **Changed**
  *  `response` **Changed**
* `glean.client.collections.update_item()`:  `response.collection` **Changed**
* `glean.client.collections.retrieve()`:  `response.collection` **Changed**
* `glean.client.collections.list()`:  `response.collections[]` **Changed**
* `glean.client.documents.retrieve()`:  `response.documents.Map<DocumentOrError>.union(Document).metadata.author.related_documents[].results[]` **Changed**
* `glean.client.documents.retrieve_by_facets()`:  `response.documents[].metadata.author.related_documents[].results[]` **Changed**
* `glean.client.insights.retrieve()`:  `response.glean_assist.activity_insights[].user.related_documents[].query_suggestion.ranges[].document.metadata` **Changed**
* `glean.client.messages.retrieve()`:  `response.search_response.results[].structured_results[].document.metadata` **Changed**
* `glean.client.pins.update()`:  `response` **Changed**
* `glean.client.pins.retrieve()`:  `response.pin` **Changed**
* `glean.client.pins.list()`:  `response.pins[]` **Changed**
* `glean.client.pins.create()`:  `response` **Changed**
* `glean.client.search.query_as_admin()`: 
  *  `request.source_document.metadata.author.related_documents[].results[]` **Changed**
  *  `response.results[].structured_results[].document.metadata` **Changed**
* `glean.client.search.autocomplete()`:  `response.results[].document.metadata.author.related_documents[].results[]` **Changed**
* `glean.client.search.retrieve_feed()`: 
  *  `request.categories[].enum(podcast)` **Added**
  *  `response.results[]` **Changed**
* `glean.client.search.recommendations()`: 
  *  `request.source_document.metadata.author.related_documents[].results[]` **Changed**
  *  `response.results[].structured_results[].document.metadata` **Changed**
* `glean.client.search.query()`: 
  *  `request.source_document.metadata.author.related_documents[].results[]` **Changed**
  *  `response.results[].structured_results[].document.metadata` **Changed**
* `glean.client.entities.list()`:  `response.results[].related_documents[].query_suggestion.ranges[].document.metadata` **Changed**
* `glean.client.entities.read_people()`:  `response.results[].related_documents[].query_suggestion.ranges[].document.metadata` **Changed**
* `glean.client.shortcuts.create()`: 
  *  `request.data.added_roles[].person.related_documents[].query_suggestion.ranges[].document.metadata` **Changed**
  *  `response.shortcut` **Changed**
* `glean.client.shortcuts.retrieve()`:  `response.shortcut` **Changed**
* `glean.client.shortcuts.list()`:  `response.shortcuts[]` **Changed**
* `glean.client.shortcuts.update()`: 
  *  `request.added_roles[].person.related_documents[].query_suggestion.ranges[].document.metadata` **Changed**
  *  `response.shortcut` **Changed**
* `glean.client.verification.add_reminder()`:  `response.metadata.last_verifier.related_documents[].query_suggestion.ranges[].document.metadata` **Changed**
* `glean.client.verification.list()`:  `response.documents[].metadata.last_verifier.related_documents[].query_suggestion.ranges[].document.metadata` **Changed**
* `glean.client.verification.verify()`:  `response.metadata.last_verifier.related_documents[].query_suggestion.ranges[].document.metadata` **Changed**
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1783023737 branch from 6adc499 to 5807b90 Compare July 6, 2026 03:41
@travis-hoover-glean travis-hoover-glean merged commit 4e0a555 into main Jul 6, 2026
2 checks passed
@travis-hoover-glean travis-hoover-glean deleted the speakeasy-sdk-regen-1783023737 branch July 6, 2026 18:25
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