Skip to content

chore: 🐝 Update SDK - Generate 0.6.0#10

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

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

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 8, 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 (1111:7)
  ├──[+] schemas (1087:7)
  ├──[+] schemas (1066:7)
  ├─┬metadata_rule_response
  │ └──[🔀] example (1177:9)
  ├─┬metadata_rule_update
  │ └──[🔀] example (1217:9)
  ├─┬metadata_rule_create
  │ └──[🔀] example (1204:9)
  └─┬metadata_field
    ├──[+] properties (927:9)
    ├─┬default_value
    │ ├──[🔀] type (874:13)❌ 
    │ └──[🔀] description (876:24)
    ├─┬datasource
    │ ├──[🔀] type (928:17)❌ 
    │ ├──[🔀] description (929:24)
    │ ├──[+] example (930:20)
    │ └──[-] properties (898:13)❌ 
    ├─┬label
    │ └──[🔀] description (856:24)
    ├─┬mandatory
    │ ├──[🔀] type (858:17)❌ 
    │ ├──[+] maxLength (859:22)❌ 
    │ └──[🔀] description (860:24)
    ├─┬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)
    ├─┬restrictions
    │ ├──[🔀] description (887:24)
    │ ├──[+] properties (896:13)
    │ ├──[+] properties (893:13)
    │ └─┬readonly_ui
    │   └──[🔀] description (892:28)
    ├─┬type
    │ ├──[-] enum (849:15)❌ 
    │ ├──[-] enum (850:15)❌ 
    │ ├──[-] enum (851:15)❌ 
    │ ├──[-] enum (847:15)❌ 
    │ ├──[-] enum (848:15)❌ 
    │ ├──[🔀] type (885:13)❌ 
    │ ├──[🔀] description (887:24)
    │ ├──[+] properties (896:13)
    │ ├──[+] properties (893:13)
    │ └──[+] properties (890:13)
    ├─┬external_id
    │ ├──[🔀] type (868:13)❌ 
    │ ├──[-] maxLength (855:22)❌ 
    │ └──[🔀] description (871:24)
    └─┬default_disabled
      ├──[🔀] type (901:13)❌ 
      ├──[🔀] description (903:24)
      └──[+] properties (905:13)
Document Element Total Changes Breaking Changes
info 1 0
components 45 16

View full report

Linting Report 0 errors, 0 warnings, 1 hints

View full report

MCP-TYPESCRIPT CHANGELOG

core: 1.3.5 - 2026-07-02

🐝 New Features

  • omit gen.lock checksums under versioningStrategy manual and persistentEdits never to prevent merge conflicts (commit by @ThomasRooney)

core: 1.3.3 - 2026-06-16

🐛 Bug Fixes

  • dynamic mode describe_tool_input no longer fails for tools whose schemas use Zod transforms (commit by @AshGodfrey)

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.3.4 - 2026-05-12

🔧 Chores

  • bump dependencies to address GHSA-flagged vulnerabilities (mcp-typescript hono/fast-uri overrides; vitest in mcp-typescript and typescriptv2) (commit by @2ynn)

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)

retries: 0.1.1 - 2026-05-27

🐝 New Features

Based on Speakeasy CLI 1.789.0

Last updated by Speakeasy workflow

@github-actions github-actions Bot added the minor Minor version bump label Jul 8, 2026
* `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-1783469993 branch from 25f9083 to 464fa71 Compare July 9, 2026 00:24
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