Skip to content

chore: 🐝 Update SDK - Generate 0.41.2 - #150

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

chore: 🐝 Update SDK - Generate 0.41.2#150
github-actions[bot] wants to merge 2 commits into
mainfrom
speakeasy-sdk-regen-1785147379

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 27, 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.

Ruby SDK Changes:

  • stack_one.mcp.mcp_post():
    • request.mcp_session_id Removed (Breaking ⚠️)
    • response.status[200].content[text/event-stream Removed (Breaking ⚠️)
  • stack_one.mcp.mcp_delete(): Removed (Breaking ⚠️)
  • stack_one.mcp.mcp_get(): Removed (Breaking ⚠️)
  • stack_one.actions.list_actions_meta(): response.data[].actions[].has_required_parameters Added
  • stack_one.actions.rpc_action_synced():
    • request.actions_rpc_synced_request_dto.search Added

View full SDK changelog

OpenAPI Change Summary
├─┬Paths
│ └─┬/mcp
│   ├──[-] get (38:7956)❌ 
│   ├──[-] delete (38:10624)❌ 
│   └─┬POST
│     ├──[-] parameters (38:1488)❌ 
│     ├─┬Parameters
│     │ ├──[🔀] description (38:1525)
│     │ └──[🔀] required (38:1794)❌ 
│     ├─┬Responses
│     │ └─┬200
│     │   ├──[-] content (38:5658)❌ 
│     │   └─┬application/json
│     │     └─┬initialize
│     │       └──[🔀] summary (38:4103)
│     └─┬Requestbody
│       └─┬application/json
│         └─┬initialize
│           └──[🔀] summary (38:2118)
└─┬Components
  ├─┬ActionMetaItem
  │ ├──[+] properties (67806:664)
  │ ├─┬supports_incremental
  │ │ ├──[🔀] type (67806:309)❌ 
  │ │ └──[🔀] description (67806:332)
  │ ├─┬schema_type
  │ │ ├──[+] items (67806:1474)❌ 
  │ │ ├──[🔀] type (67806:1458)❌ 
  │ │ └──[🔀] description (67806:1398)
  │ ├─┬syncable
  │ │ └──[🔀] description (67806:567)
  │ ├─┬tags
  │ │ ├──[-] items (67806:764)❌ 
  │ │ ├──[🔀] type (67806:401)❌ 
  │ │ └──[🔀] description (67806:425)
  │ ├─┬id
  │ │ ├──[🔀] type (67806:698)❌ 
  │ │ └──[🔀] description (67806:722)
  │ ├─┬required_scopes
  │ │ ├──[-] items (67806:1202)❌ 
  │ │ ├──[🔀] type (67806:141)❌ 
  │ │ └──[🔀] description (67806:164)
  │ └─┬label
  │   └──[🔀] description (67806:92)
  └─┬ActionsRpcSyncedRequestDto
    ├──[+] properties (67814:1524)
    └─┬filter
      ├──[🔀] description (67814:1099)
      └──[🔀] example (67814:1440)
Document Element Total Changes Breaking Changes
paths 8 5
components 19 8

View full report

Linting Report 0 errors, 23 warnings, 34 hints

View full report

RUBY CHANGELOG

No relevant generator changes

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 27, 2026 10:20
Copilot AI review requested due to automatic review settings July 27, 2026 10:20
@github-actions github-actions Bot added the patch Patch version bump label Jul 27, 2026

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

* `stack_one.mcp.mcp_post()`: 
  *  `request.mcp_session_id` **Removed** (Breaking ⚠️)
  *  `response.status[200].content[text/event-stream` **Removed** (Breaking ⚠️)
* `stack_one.mcp.mcp_delete()`: **Removed** (Breaking ⚠️)
* `stack_one.mcp.mcp_get()`: **Removed** (Breaking ⚠️)
* `stack_one.actions.list_actions_meta()`:  `response.data[].actions[].has_required_parameters` **Added**
* `stack_one.actions.rpc_action_synced()`: 
  *  `request.actions_rpc_synced_request_dto.search` **Added**
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1785147379 branch from c24109f to 389ef6a Compare August 3, 2026 10:17
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