Skip to content

chore: 🐝 Update SDK - Generate Platform library PLATFORM-LIBRARY 6.3.0#672

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

chore: 🐝 Update SDK - Generate Platform library PLATFORM-LIBRARY 6.3.0#672
github-actions[bot] wants to merge 1 commit into
mainfrom
speakeasy-sdk-regen-1784738444

Conversation

@github-actions

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.

Typescript SDK Changes:

  • codatplatform.companies.list(): response.results[].ownerUserIds Added
  • codatplatform.companies.create(): response.ownerUserIds Added
  • codatplatform.companies.get(): response.ownerUserIds Added
  • codatplatform.companies.replace(): response.ownerUserIds Added
  • codatplatform.companies.update(): response.ownerUserIds Added

View full SDK changelog

OpenAPI Change Summary
├──[+] webhooks (2969:5)
├──[+] webhooks (2996:5)
└─┬Components
  └──[+] schemas (3923:7)
Document Element Total Changes Breaking Changes
components 1 0

View full report

Linting Report 0 errors, 17 warnings, 24 hints

View full report

TYPESCRIPT CHANGELOG

core: 3.31.4 - 2026-07-09

🐛 Bug Fixes

  • emit erasable TypeScript syntax in http and security lib so SDKs type-check under erasableSyntaxOnly (commit by @AshGodfrey)

core: 3.31.3 - 2026-07-02

🐝 New Features

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

core: 3.31.1 - 2026-06-11

🔧 Chores

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

core: 3.31.0 - 2026-06-11

🐝 New Features

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

core: 3.30.0 - 2026-06-10

🐝 New Features

  • add opt-in APIPromise helpers for accessing the raw Response object alongside the parsed body (commit by @2ynn)

core: 3.29.0 - 2026-06-10

🐛 Bug Fixes

  • preserve server URL query params and apply deterministic query precedence (server URL, then operation params, then security) replacing duplicate keys instead of sending both (commit by @ThomasRooney)

core: 3.28.0 - 2026-06-10

🐝 New Features

  • add opt-in requestExtras config with extraQuery and extraBody request options (commit by @TristanSpeakEasy)

core: 3.27.1 - 2026-06-10

🐛 Bug Fixes

  • only emit env-var fallbacks for string-typed custom security scheme fields (commit by @ThomasRooney)

core: 3.26.53 - 2026-05-26

🐝 New Features

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

core: 3.27.0 - 2026-05-22

🐝 New Features

  • add zodVersion="none" no-zod variant that emits SDK with passthrough schemas, no validation/transforms, JSON.parse/stringify only (commit by @mfbx9da4)

core: 3.26.52 - 2026-05-22

🐝 New Features

  • add privateIdentifierPrefix gen.yaml option to override the prefix used for ECMAScript private fields (default '#') (commit by @2ynn)

core: 3.26.51 - 2026-05-19

🐛 Bug Fixes

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

core: 3.31.2 - 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: 3.26.50 - 2026-05-01

🐛 Bug Fixes

  • wrap optional helper with z.optional() for Zod 4.4 object-level compatibility (commit by @AshGodfrey)

examples: 2.82.6 - 2026-05-15

🐛 Bug Fixes

  • render OpenAPI 'example: null' values as the literal "null" in model docs instead of the Go-formatted '', which broke MDX renderers and leaked Go internals (commit by @AshGodfrey)

inputOutputModels: 2.82.1 - 2025-12-29

🐛 Bug Fixes

  • do not mark required any fields as optional (commit by @vishalg0wda)

retries: 2.83.1 - 2026-05-27

🐝 New Features

Based on Speakeasy CLI 1.790.3

Last updated by Speakeasy workflow

* `codatplatform.companies.list()`:  `response.results[].ownerUserIds` **Added**
* `codatplatform.companies.create()`:  `response.ownerUserIds` **Added**
* `codatplatform.companies.get()`:  `response.ownerUserIds` **Added**
* `codatplatform.companies.replace()`:  `response.ownerUserIds` **Added**
* `codatplatform.companies.update()`:  `response.ownerUserIds` **Added**
@github-actions github-actions Bot added the minor Minor version bump label Jul 22, 2026
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