Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Nov 17, 2025

SDK update

Versioning

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

Ruby SDK Changes Detected:

  • stack_one.mcp.mcp_post():
    • request.json_rpc_message_dto.params Changed
OpenAPI Change Summary
├─┬Paths
│ ├─┬/unified/lms/users/{id}/completions/{subResourceId}
│ │ ├─┬GET
│ │ │ └──[+] description (51985:24)
│ │ └─┬DELETE
│ │   └──[+] description (52208:24)
│ ├─┬/unified/lms/content
│ │ ├─┬GET
│ │ │ └──[+] description (50608:24)
│ │ └─┬PUT
│ │   ├──[-] tags (1:859122)❌ 
│ │   ├──[+] tags (50905:11)
│ │   ├──[🔀] summary (50907:20)
│ │   └──[+] description (50908:24)
│ ├─┬/unified/lms/assignments/{id}
│ │ └─┬GET
│ │   └──[+] description (54731:24)
│ ├─┬/unified/lms/courses
│ │ └─┬GET
│ │   └──[+] description (49157:24)
│ ├─┬/unified/lms/content/{id}
│ │ ├─┬GET
│ │ │ └──[+] description (51093:24)
│ │ └─┬PATCH
│ │   ├──[-] tags (1:865626)❌ 
│ │   ├──[+] tags (51303:11)
│ │   ├──[🔀] summary (51305:20)
│ │   └──[+] description (51306:24)
│ ├─┬/unified/lms/users/{id}/completions
│ │ ├─┬GET
│ │ │ └──[+] description (51500:24)
│ │ └─┬POST
│ │   └──[+] description (51791:24)
│ ├─┬/unified/lms/users/{id}/assignments/{subResourceId}
│ │ └─┬GET
│ │   └──[+] description (50199:24)
│ ├─┬/unified/lms/courses/{id}
│ │ └─┬GET
│ │   └──[+] description (49464:24)
│ ├─┬/unified/lms/assignments
│ │ └─┬GET
│ │   └──[+] description (54413:24)
│ ├─┬/unified/lms/content/batch
│ │ └─┬POST
│ │   ├──[-] tags (1:851110)❌ 
│ │   ├──[+] tags (50420:11)
│ │   ├──[🔀] summary (50422:20)
│ │   └──[+] description (50423:24)
│ ├─┬/unified/lms/users/{id}/assignments
│ │ ├─┬GET
│ │ │ └──[+] description (49680:24)
│ │ └─┬POST
│ │   └──[+] description (50005:24)
│ ├─┬/unified/lms/completions
│ │ └─┬GET
│ │   └──[+] description (52402:24)
│ └─┬/unified/lms/completions/{id}
│   └─┬GET
│     └──[+] description (52690:24)
├─┬Tags
│ └──[🔀] description (98892:22)
├─┬Tags
│ └──[🔀] description (98888:22)
├─┬Tags
│ └──[+] External Linking Learning Objects (98894:5)
└─┬Components
  ├─┬HrisUpdateEmploymentRequestDto
  │ ├─┬pay_rate
  │ │ └──[🔀] description (79873:28)
  │ ├─┬pay_frequency
  │ │ └──[🔀] description (79893:28)
  │ └─┬pay_period
  │   └──[🔀] description (79883:28)
  ├─┬LinkedAccount
  │ └─┬status
  │   ├──[+] enum (71290:15)
  │   ├──[+] enum (71291:15)
  │   └──[+] enum (71292:15)
  ├─┬HrisCreateEmploymentRequestDto
  │ ├─┬pay_frequency
  │ │ └──[🔀] description (77885:28)
  │ ├─┬pay_period
  │ │ └──[🔀] description (77875:28)
  │ └─┬pay_rate
  │   └──[🔀] description (77865:28)
  ├─┬CreateEmployeeEmploymentApiModel
  │ ├─┬pay_rate
  │ │ └──[🔀] description (73470:28)
  │ ├─┬pay_period
  │ │ └──[🔀] description (73480:28)
  │ └─┬pay_frequency
  │   └──[🔀] description (73490:28)
  ├─┬Employment
  │ ├─┬pay_frequency
  │ │ └──[🔀] description (75024:28)
  │ ├─┬pay_period
  │ │ └──[🔀] description (75014:28)
  │ └─┬pay_rate
  │   └──[🔀] description (75004:28)
  ├─┬JsonRpcMessageDto
  │ └─┬params
  │   └──[+] nullable (71260:25)❌ 
  └─┬CreateEmploymentApiModel
    ├─┬pay_frequency
    │ └──[🔀] description (73705:28)
    ├─┬pay_period
    │ └──[🔀] description (73695:28)
    └─┬pay_rate
      └──[🔀] description (73685:28)
Document Element Total Changes Breaking Changes
components 19 1
paths 27 3
tags 3 0

RUBY CHANGELOG

core: 3.11.3 - 2025-11-10

🐛 Bug Fixes

  • handle application/* encoding in multipart forms (commit by @danielkov)

Based on Speakeasy CLI 1.658.1


Summary by cubic

Updates the Ruby SDK to 0.39.1 with refreshed LMS content docs (“External Linking Learning Objects”) and new LinkedAccount status enums. Includes Speakeasy core 3.11.3 fix for multipart application/* encoding.

  • Migration

    • mcp_post: request.json_rpc_message_dto.params is now nullable. Ensure callers handle nil and add validation if required.
    • If matching LinkedAccount status values, support new states: suspended, archived, expired.
  • Dependencies

    • Bumped SDK to 0.39.1 (generator 2.755.6, CLI 1.658.1).
    • Updated user agent and config to reflect the new versions.

Written for commit 9ac2ce0. Summary will update automatically on new commits.

* `stack_one.mcp.mcp_post()`: 
  *  `request.json_rpc_message_dto.params` **Changed**
@github-actions github-actions bot added the patch Patch version bump label Nov 17, 2025
@github-actions github-actions bot requested a review from a team as a code owner November 17, 2025 09:13
Copy link

@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 47 files

@jrebocho jrebocho merged commit 5507660 into main Nov 20, 2025
1 check passed
@jrebocho jrebocho deleted the speakeasy-sdk-regen-1763370153 branch November 20, 2025 16:29
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