Skip to content

chore: 🐝 Update SDK - Generate 0.6.0#9

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
speakeasy-sdk-regen-1780014318
Open

chore: 🐝 Update SDK - Generate 0.6.0#9
github-actions[bot] wants to merge 1 commit into
mainfrom
speakeasy-sdk-regen-1780014318

Conversation

@github-actions

@github-actions github-actions Bot commented May 29, 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.

Mcp-typescript SDK Changes:

  • CloudinarySMD.metadata_fields.createMetadataField():
    • request Changed
    • response Changed
  • CloudinarySMD.metadata_fields.listMetadataFields(): response.metadata_fields[] Changed
  • CloudinarySMD.metadata_fields.getMetadataField(): response Changed
  • CloudinarySMD.metadata_fields.updateMetadataField():
    • request.metadata_field Changed
    • response Changed

View full SDK changelog

OpenAPI Change Summary
├─┬Info
│ └──[🔀] version (4:12)
└─┬Components
  ├──[+] schemas (1066:7)
  ├──[+] schemas (1111:7)
  ├──[+] schemas (1087:7)
  ├─┬metadata_rule_update
  │ └──[🔀] example (1217:9)
  ├─┬metadata_field
  │ ├──[+] properties (927:9)
  │ ├─┬datasource
  │ │ ├──[🔀] type (928:17)❌ 
  │ │ ├──[🔀] description (929:24)
  │ │ ├──[+] example (930:20)
  │ │ └──[-] properties (898:13)❌ 
  │ ├─┬validation
  │ │ ├──[-] additionalProperties (882:33)❌ 
  │ │ ├──[+] enum (847:15)
  │ │ ├──[+] enum (848:15)
  │ │ ├──[+] enum (849:15)
  │ │ ├──[+] enum (850:15)
  │ │ ├──[+] enum (851:15)
  │ │ ├──[🔀] type (845:17)❌ 
  │ │ └──[🔀] description (852:24)
  │ ├─┬external_id
  │ │ ├──[🔀] type (868:13)❌ 
  │ │ ├──[-] maxLength (855:22)❌ 
  │ │ └──[🔀] description (871:24)
  │ ├─┬type
  │ │ ├──[-] enum (847:15)❌ 
  │ │ ├──[-] enum (848:15)❌ 
  │ │ ├──[-] enum (849:15)❌ 
  │ │ ├──[-] enum (850:15)❌ 
  │ │ ├──[-] enum (851:15)❌ 
  │ │ ├──[🔀] type (885:13)❌ 
  │ │ ├──[🔀] description (887:24)
  │ │ ├──[+] properties (896:13)
  │ │ ├──[+] properties (893:13)
  │ │ └──[+] properties (890:13)
  │ ├─┬default_value
  │ │ ├──[🔀] type (874:13)❌ 
  │ │ └──[🔀] description (876:24)
  │ ├─┬label
  │ │ └──[🔀] description (856:24)
  │ ├─┬restrictions
  │ │ ├──[🔀] type (863:13)❌ 
  │ │ ├──[🔀] description (865:24)
  │ │ └──[-] properties (889:13)❌ 
  │ ├─┬mandatory
  │ │ ├──[🔀] type (858:17)❌ 
  │ │ ├──[+] maxLength (859:22)❌ 
  │ │ └──[🔀] description (860:24)
  │ └─┬default_disabled
  │   ├──[🔀] type (901:13)❌ 
  │   ├──[🔀] description (903:24)
  │   └──[+] properties (905:13)
  ├─┬metadata_rule_response
  │ └──[🔀] example (1177:9)
  └─┬metadata_rule_create
    └──[🔀] example (1204:9)
Document Element Total Changes Breaking Changes
info 1 0
components 44 18

View full report

Linting Report 0 errors, 0 warnings, 1 hints

View full report

MCP-TYPESCRIPT CHANGELOG

core: 1.3.2 - 2026-06-11

🐛 Bug Fixes

  • prevent unhandled rejection when an APIPromise rejects but the caller does not call .catch (commit by @AshGodfrey)

core: 1.3.1 - 2026-06-11

🔧 Chores

  • remove third-party isPlainObject helper from runtime (commit by @2ynn)

core: 1.3.0 - 2026-06-11

🐝 New Features

  • replace runtime dlv helper with generation-time inlined property access (commit by @ThomasRooney)

core: 1.2.29 - 2026-05-26

🐝 New Features

  • capability to directly control casing (acronym) rules (commit by @ThomasRooney)

core: 1.2.28 - 2026-05-01

🐛 Bug Fixes

  • wrap bigintOptional/decimalOptional helpers with .optional() for Zod 4.4 object-level compatibility (commit by @AshGodfrey)

Based on Speakeasy CLI 1.778.0

Last updated by Speakeasy workflow

@github-actions github-actions Bot added the patch Patch version bump label May 29, 2026
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1780014318 branch 7 times, most recently from 36ec2e8 to 6c2c4fc Compare June 5, 2026 00:26
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1780014318 branch 7 times, most recently from a598383 to 2b3ca15 Compare June 12, 2026 00:30
@github-actions github-actions Bot changed the title chore: 🐝 Update SDK - Generate 0.5.1 chore: 🐝 Update SDK - Generate 0.6.0 Jun 12, 2026
@github-actions github-actions Bot added minor Minor version bump and removed patch Patch version bump labels Jun 12, 2026
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1780014318 branch from 2b3ca15 to 55c89cf Compare June 13, 2026 00:30
* `CloudinarySMD.metadata_fields.createMetadataField()`: 
  *  `request` **Changed**
  *  `response` **Changed**
* `CloudinarySMD.metadata_fields.listMetadataFields()`:  `response.metadata_fields[]` **Changed**
* `CloudinarySMD.metadata_fields.getMetadataField()`:  `response` **Changed**
* `CloudinarySMD.metadata_fields.updateMetadataField()`: 
  *  `request.metadata_field` **Changed**
  *  `response` **Changed**
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1780014318 branch from 55c89cf to 34ae1d9 Compare June 14, 2026 00:26
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.

1 participant