Skip to content

chore: 🐝 Update SDK - Generate 0.40.1#140

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

chore: 🐝 Update SDK - Generate 0.40.1#140
github-actions[bot] wants to merge 2 commits intomainfrom
speakeasy-sdk-regen-1772442778

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions bot commented Mar 2, 2026

SDK update

Versioning

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

Ruby SDK Changes:

  • stack_one.actions.list_actions_meta(): response.data[].actions[].authentication[].support.guides.config.sections[] Changed
  • stack_one.actions.rpc_action():
    • request.defender_enabled Added
  • stack_one.actions.search_actions():
    • request.min_similarity Added

View full SDK changelog

OpenAPI Change Summary
└─┬Components
  ├──[+] schemas (66538:25)
  ├─┬GuideStepMeta
  │ ├──[+] properties (66541:432)
  │ ├──[+] properties (66541:323)
  │ ├──[+] properties (66541:571)
  │ ├─┬content
  │ │ ├──[+] items (66541:552)❌ 
  │ │ ├──[🔀] type (66541:536)❌ 
  │ │ ├──[🔀] description (66541:466)
  │ │ └──[+] nullable (66541:524)❌ 
  │ ├─┬list
  │ │ ├──[-] items (66540:304)❌ 
  │ │ ├──[🔀] type (66541:137)❌ 
  │ │ ├──[🔀] description (66541:160)
  │ │ └──[-] nullable (66540:276)❌ 
  │ └─┬title
  │   ├──[🔀] type (66541:347)❌ 
  │   ├──[🔀] description (66541:371)
  │   └──[+] nullable (66541:426)❌ 
  ├─┬GuideSectionMeta
  │ ├──[+] properties (66540:478)
  │ ├──[+] properties (66540:620)
  │ ├─┬steps
  │ │ ├──[-] items (66539:431)❌ 
  │ │ ├──[-] type (66539:415)❌ 
  │ │ ├──[🔀] description (66540:643)
  │ │ └──[+] allOf (66538:25)
  │ ├─┬content
  │ │ ├──[+] items (66540:601)❌ 
  │ │ ├──[🔀] type (66540:585)❌ 
  │ │ ├──[🔀] description (66540:512)
  │ │ └──[+] nullable (66540:573)❌ 
  │ ├─┬title
  │ │ ├──[+] items (66540:316)❌ 
  │ │ ├──[🔀] type (66540:300)❌ 
  │ │ ├──[🔀] description (66540:248)
  │ │ └──[+] nullable (66540:288)❌ 
  │ └─┬list
  │   ├──[-] items (66539:316)❌ 
  │   ├──[🔀] type (66540:143)❌ 
  │   ├──[🔀] description (66540:166)
  │   └──[-] nullable (66539:288)❌ 
  ├─┬ActionSearchDto
  │ ├──[+] properties (66501:367)
  │ ├─┬query
  │ │ ├──[🔀] type (66501:392)❌ 
  │ │ ├──[+] maximum (66501:552)❌ 
  │ │ ├──[+] minimum (66501:540)❌ 
  │ │ ├──[🔀] description (66501:415)
  │ │ ├──[+] default (66501:526)❌ 
  │ │ └──[🔀] example (66501:512)
  │ └─┬top_k
  │   ├──[🔀] type (66501:73)❌ 
  │   ├──[-] maximum (66501:362)❌ 
  │   ├──[-] minimum (66501:350)❌ 
  │   ├──[🔀] description (66501:96)
  │   ├──[-] default (66501:336)❌ 
  │   └──[+] example (66501:151)
  └─┬ActionsRpcRequestDto
    ├──[+] properties (66507:756)
    ├─┬query
    │ ├──[+] type (66507:170)❌ 
    │ ├──[🔀] description (66507:193)
    │ ├──[+] example (66507:236)
    │ └──[-] allOf (66506:29)❌ 
    ├─┬headers
    │ ├──[-] additionalProperties (66507:608)❌ 
    │ ├──[🔀] type (66507:783)❌ 
    │ ├──[🔀] description (66507:807)
    │ └──[🔀] example (66507:880)
    └─┬path
      ├──[🔀] description (66507:498)
      └──[🔀] example (66507:533)
Document Element Total Changes Breaking Changes
components 57 31

View full report

Linting Report 0 errors, 8 warnings, 27 hints

View full report

RUBY CHANGELOG

constsAndDefaults: 0.1.4 - 2026-02-21

🐛 Bug Fixes

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

core: 3.11.25 - 2026-03-22

🐛 Bug Fixes

  • eliminate double assignment of SERVERS constant in Ruby Sorbet SDKs (commit by @subomi)

core: 3.11.24 - 2026-03-10

🐝 New Features

  • Improved formatter memory allocations for faster performance when enableFormatting is enabled (commit by @bflad)

core: 3.11.23 - 2026-03-04

🐛 Bug Fixes

  • include global security in SDK Example Usage snippets and per-operation docs (commit by @mfbx9da4)

core: 3.11.22 - 2026-02-27

🐛 Bug Fixes

  • make serverURL optional when operations define their own servers (commit by @danielkov)

core: 3.11.21 - 2026-02-27

🐛 Bug Fixes

  • derive installation URL from repo URL for monorepo subdirectory support (commit by @bradcypert)

examples: 2.81.7 - 2026-02-27

🐛 Bug Fixes

  • don't show global server URL in examples when operation has its own servers (commit by @tristanspeakeasy)

globalServerURLs: 2.83.1 - 2026-02-27

🐛 Bug Fixes

  • don't show global server URL in examples when operation has its own servers (commit by @tristanspeakeasy)

methodSecurity: 2.82.4 - 2026-03-09

🐛 Bug Fixes

  • allow method security hoisting when both global and operation-level security are optional (commit by @2ynn)

openEnums: 0.1.1 - 2026-03-06

🐛 Bug Fixes

pagination: 0.1.1 - 2026-02-21

🐛 Bug Fixes

  • handle cursor-based pagination when cursor input is inside a nested request body object and fix request field access in pagination methods (commit by @danielkov)

Based on Speakeasy CLI 1.759.1

@github-actions github-actions bot requested a review from a team as a code owner March 2, 2026 09:16
@github-actions github-actions bot added the patch Patch version bump label Mar 2, 2026
Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

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

No issues found across 13 files

@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1772442778 branch from 7ada947 to 5351e33 Compare March 9, 2026 09:16
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1772442778 branch from 049382f to 3cda3b4 Compare March 16, 2026 09:22
* `stack_one.actions.list_actions_meta()`:  `response.data[].actions[].authentication[].support.guides.config.sections[]` **Changed**
* `stack_one.actions.rpc_action()`: 
  *  `request.defender_enabled` **Added**
* `stack_one.actions.search_actions()`: 
  *  `request.min_similarity` **Added**
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1772442778 branch from 7d02169 to 35d7cba Compare March 23, 2026 09:21
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