Skip to content

chore: 🐝 Update SDK - Generate 0.11.0#61

Merged
rwjblue-glean merged 2 commits into
mainfrom
speakeasy-sdk-regen-1759249969
Sep 30, 2025
Merged

chore: 🐝 Update SDK - Generate 0.11.0#61
rwjblue-glean merged 2 commits into
mainfrom
speakeasy-sdk-regen-1759249969

Conversation

@github-actions
Copy link
Copy Markdown

@github-actions github-actions Bot commented Sep 30, 2025

SDK update

Versioning

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

OpenAPI Change Summary
└─┬Components
  └─┬ManualFeedbackInfo
    └─┬source
      └──[+] enum (3802:27)
Document Element Total Changes Breaking Changes
components 1 0

TYPESCRIPT CHANGELOG

constsAndDefaults: 0.1.12 - 2025-06-11

🐛 Bug Fixes

  • fix to const handling (commit by @mfbx9da4)

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

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)

examples: 2.82.3 - 2025-08-11

🐝 New Features

  • usageSDKInitImports allows configuring imports for usage snippets in conjunction with usageSDKInit (commit by @mfbx9da4)

examples: 2.83.0 - 2025-08-05

🐝 New Features

  • allow configuration of SDK construction in the generated usage examples (commit by @mfbx9da4)

examples: 2.82.1 - 2025-07-08

🐛 Bug Fixes

  • Fix missing title and description in main usage examples when using x-speakeasy-globals (commit by @Kanwardeep)

globalSecurity: 2.82.14 - 2025-09-10

🔧 Chores

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

mockServer: 0.1.1 - 2025-06-27

🐛 Bug Fixes

  • prevent erroneous mock server generation for SDKs without tests (commit by @mfbx9da4)

sdkHooks: 0.3.0 - 2025-05-21

🐝 New Features

tests: 0.17.3 - 2025-09-25

🐛 Bug Fixes

  • allow test generation of event streaming endpoints when skipResponseBodyAssertions == true (commit by @tristanspeakeasy)

tests: 0.17.2 - 2025-09-18

🐛 Bug Fixes

  • allow setting alternative tokenURL for clientCredentials security during testing (commit by @tristanspeakeasy)

tests: 0.17.1 - 2025-07-02

🐛 Bug Fixes

  • various fixes to testing to ensure greater compatibility and stability (commit by @tristanspeakeasy)

tests: 0.17.0 - 2025-06-23

🐝 New Features

  • add ability to control auto rebuilding and generation of tests (commit by @tristanspeakeasy)

unions: 2.85.12 - 2025-09-25

🐛 Bug Fixes

  • Fix discriminator mapping array being re-sorted as a side effect of our zod serialisation code (commit by @BlakeTheAwesome)

unions: 2.85.11 - 2025-06-19

🐛 Bug Fixes

  • regression related to union discriminator mapping (commit by @mfbx9da4)

unions: 2.85.10 - 2025-06-13

🐛 Bug Fixes

  • implement union type sorting by required fields count (commit by @tristanspeakeasy)

unions: 2.85.9 - 2025-06-05

🐛 Bug Fixes

  • Handle unions for multipart/form-data request body (commit by @Kanwardeep)

Based on Speakeasy CLI 1.631.5

@github-actions github-actions Bot requested a review from a team as a code owner September 30, 2025 16:43
@github-actions github-actions Bot added the patch Patch version bump label Sep 30, 2025
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1759249969 branch from df0f8fc to 914f22c Compare September 30, 2025 21:49
@github-actions github-actions Bot changed the title chore: 🐝 Update SDK - Generate 0.11.1 chore: 🐝 Update SDK - Generate 0.11.0 Sep 30, 2025
@github-actions github-actions Bot added minor Minor version bump and removed patch Patch version bump labels Sep 30, 2025
@rwjblue-glean rwjblue-glean merged commit 7ac05ce into main Sep 30, 2025
3 checks passed
@rwjblue-glean rwjblue-glean deleted the speakeasy-sdk-regen-1759249969 branch September 30, 2025 21:52
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