Skip to content

Conversation

@github-actions
Copy link

@github-actions github-actions bot commented Apr 3, 2025

SDK update

Versioning

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

OpenAPI Change Summary No specification changes

TYPESCRIPT CHANGELOG

constsAndDefaults: 0.1.12 - 2025-06-11

🐛 Bug Fixes

  • fix to const handling (commit by @mfbx9da4)

core: 3.26.3 - 2025-11-05

🐝 New Features

  • delete dead code - unused inbound/outbound schemas (configurable via alwaysIncludeInboundAndOutbound) (commit by @mfbx9da4)

core: 3.26.2 - 2025-11-05

🐝 New Features

  • support body field name configuration via requestBodyFieldName in gen.yaml (commit by @subomi)

core: 3.26.1 - 2025-11-04

🐛 Bug Fixes

  • delete deprecated zod code (configurable via gen.yaml exportZodModelNamespace) (commit by @mfbx9da4)

core: 3.26.0 - 2025-11-03

🐝 New Features

  • allow additional package.json scripts to be defined (commit by @walker-tx)

core: 3.24.2 - 2025-10-30

🐛 Bug Fixes

  • make security scheme resolution case-insensitive (commit by @vishalg0wda)

core: 3.24.1 - 2025-10-23

🐛 Bug Fixes

  • prevent validation errors when response headers are not expected in all respone patterns (commit by @2ynn)

core: 3.24.0 - 2025-10-23

🐝 New Features

  • add full support for zodVersion v4 (commit by @mfbx9da4)

core: 3.23.0 - 2025-10-21

🐝 New Features

  • add Zod v3 and v4 compatibility via zod/v3 import path (commit by @mfbx9da4)

core: 3.22.0 - 2025-10-13

🐝 New Features

  • add config option for deep merging allOf nodes in OpenAPI specs (commit by @BlakeTheAwesome)

core: 3.21.27 - 2025-10-09

🐛 Bug Fixes

  • Fix reading environment variables in deno (commit by @subomi)

core: 3.21.26 - 2025-10-01

🐛 Bug Fixes

  • add acceptHeaderEnum config to control Accept header enum generation (commit by @)

core: 3.21.25 - 2025-09-23

🐛 Bug Fixes

core: 3.21.24 - 2025-09-23

🐛 Bug Fixes

  • allow input/output models without suffixes (commit by @disintegrator)

core: 3.21.23 - 2025-09-18

🔧 Chores

  • added snake case support for models in typescript (commit by @GorshkovIvan)

core: 3.21.22 - 2025-09-02

🐛 Bug Fixes

  • enabled empty strings to be used as end cursor values in pagination (commit by @GorshkovIvan)

core: 3.21.21 - 2025-09-01

🔧 Chores

  • added support for lowercase Bearer tokens in Authorization headers (commit by @GorshkovIvan)

core: 3.21.20 - 2025-08-06

🐛 Bug Fixes

  • Prevent dependency version mismatch between typescript 5.8 and typescript-eslint versions earlier than 8.26.0 (commit by @bflad)

core: 3.21.19 - 2025-08-01

🐛 Bug Fixes

  • referencing models before declaration (commit by @mfbx9da4)

core: 3.21.18 - 2025-07-31

🐛 Bug Fixes

  • potential issue using enum before declaration in model file (commit by @mfbx9da4)

core: 3.21.17 - 2025-07-30

🐛 Bug Fixes

  • zodv4 compatibility issues (commit by @mfbx9da4)

core: 3.21.16 - 2025-07-24

🔧 Chores

core: 3.21.15 - 2025-07-15

🐛 Bug Fixes

  • sanitize reserved keywords in function names to prevent compilation errors (commit by @AshGodfrey)

core: 3.21.14 - 2025-07-09

🐛 Bug Fixes

  • [force-gen] limit zod version to ^3 (commit by @walker-tx)

core: 3.21.13 - 2025-07-03

🐛 Bug Fixes

  • pin @types/bun version to last compatible release (commit by @vishalg0wda)

core: 3.21.12 - 2025-07-03

🐛 Bug Fixes

  • fixed generation of example call signatures when skipping optional parameters (commit by @tristanspeakeasy)

core: 3.21.11 - 2025-06-09

🐛 Bug Fixes

core: 3.21.10 - 2025-05-30

🐛 Bug Fixes

core: 3.21.9 - 2025-05-19

🐛 Bug Fixes

  • Prevent errors with Zod 3.25+ and commonjs module config (commit by @bflad)

core: 3.21.8 - 2025-05-07

🐛 Bug Fixes

  • fixed stability of generated examples using operation and field seeds, including fixes to union examples (commit by @tristanspeakeasy)

core: 3.21.7 - 2025-04-30

🐛 Bug Fixes

  • allow intentional string escaping without lint errors (commit by @vishalg0wda)

core: 3.21.6 - 2025-04-11

🐛 Bug Fixes

  • increase stability of generator model file names (commit by @vishalg0wda)

core: 3.21.5 - 2025-04-03

🐛 Bug Fixes

  • improve performance of generation on multicore machines and various fixes to correctness based on order of generation (commit by @tristanspeakeasy)

devContainers: 2.90.1 - 2025-09-18

🔧 Chores

  • Prevent ts targets to run pre and post scripts when running npm install, prevents replication of Shai-Hulud attack (commit by @Kanwardeep)

globalSecurity: 2.82.14 - 2025-09-10

🔧 Chores

  • support opting out of operation security hoisting (commit by @vishalg0wda)

globalServerURLs: 2.83.0 - 2025-10-22

🐝 New Features

  • Allow server selection to appear in all code samples (commit by @BlakeTheAwesome)

globalServerURLs: 2.82.5 - 2025-05-09

🐛 Bug Fixes

mcpServer: 0.9.3 - 2025-07-01

🐛 Bug Fixes

  • Prevent stricli 1.2.0 error when not using MCP scopes (commit by @bflad)

mcpServer: 0.9.2 - 2025-04-17

🐛 Bug Fixes

  • Pin @modelcontextprotocol/sdk to 1.9.0 to prevent breaking changes in 1.10.0 (commit by @bflad)

mcpServer: 0.9.1 - 2025-04-04

🐛 Bug Fixes

sdkHooks: 0.3.0 - 2025-05-21

🐝 New Features

Based on Speakeasy CLI 1.651.0

@github-actions github-actions bot added the patch Patch version bump label Apr 3, 2025
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1743711404 branch 7 times, most recently from 4ad5ab6 to e4828b4 Compare April 10, 2025 00:17
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1743711404 branch 8 times, most recently from 4b8638c to 2ce6992 Compare April 18, 2025 00:17
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1743711404 branch 7 times, most recently from 623dd7a to fc12758 Compare April 25, 2025 00:17
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1743711404 branch 7 times, most recently from 00161a6 to 0f8e06b Compare May 2, 2025 00:17
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1743711404 branch 7 times, most recently from 1e622b7 to e5a533a Compare October 20, 2025 00:19
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1743711404 branch 8 times, most recently from fa39b88 to 30d93d9 Compare October 28, 2025 00:17
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1743711404 branch 8 times, most recently from ff9282d to 6b0bfc6 Compare November 5, 2025 00:19
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1743711404 branch 4 times, most recently from 44dcc5c to 1cb0797 Compare November 9, 2025 00:20
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1743711404 branch from c2c7ca1 to e4e06fb Compare November 10, 2025 00:20
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.

2 participants