Skip to content

Conversation

@github-actions
Copy link

@github-actions github-actions bot commented Sep 29, 2025

SDK update

Versioning

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

OpenAPI Change Summary
└─┬Components
  ├─┬i_cart_discount_view
  │ └─┬discount_category
  │   └──[+] enum (2738:15)
  ├─┬discount_category
  │ └──[+] enum (6679:11)
  └─┬cart_discount
    └─┬discount_category
      └──[+] enum (1932:15)
Document Element Total Changes Breaking Changes
components 3 0

PYTHON CHANGELOG

core: 5.23.18 - 2026-01-12

🐛 Bug Fixes

  • Further tune media type matching expression for ReDoS (commit by @bflad)

core: 5.23.17 - 2026-01-07

🐛 Bug Fixes

  • Prevent ReDoS vulnerability report for media type matching expression (commit by @bflad)

core: 5.23.16 - 2025-12-19

🐛 Bug Fixes

  • remove non-determinism from rare interaction with readonly/writeonly fields (commit by @ThomasRooney)

core: 5.23.15 - 2025-12-18

🐛 Bug Fixes

  • fixed escaping of template braces in defaults, consts, and comments (commit by @tristanspeakeasy)

core: 5.23.14 - 2025-12-09

🐝 New Features

  • add constFieldCasing config option to control const field casing (upper or normal) (commit by @mfbx9da4)

core: 5.23.12 - 2025-11-25

🐝 New Features

  • allow inclusion of empty array query parameter (commit by @idbentley)

core: 5.23.11 - 2025-11-24

🐝 New Features

  • union discriminators are inferred for oneOfs missing the explicit OpenAPI discriminator mapping. Configure via inferUnionDiscriminators: true in gen.yaml (commit by @mfbx9da4)

core: 5.23.10 - 2025-11-18

🐛 Bug Fixes

  • sanitize Python reserved keywords in method names to prevent syntax errors (commit by @AshGodfrey)

core: 5.23.9 - 2025-11-17

🐛 Bug Fixes

core: 5.23.8 - 2025-11-14

🐛 Bug Fixes

  • return type when 'sseFlatResponse: true' and response has data field (commit by @mfbx9da4)
  • improved type accuracy for response bodies - they now correctly return the actual type instead of being wrapped in Optional[] (commit by @mfbx9da4)

core: 5.23.7 - 2025-11-13

🐝 New Features

  • allow license to be defined in pyproject.toml's project field (commit by @walker-tx)

core: 5.23.6 - 2025-11-10

🐛 Bug Fixes

  • handle application/* encoding in multipart forms (commit by @danielkov)

core: 5.23.13 - 2025-11-06

🐛 Bug Fixes

  • multi-part arrays now serialized according to RFC7578 (commit by @danielkov)

core: 5.23.5 - 2025-11-05

🐝 New Features

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

core: 5.23.4 - 2025-11-03

🐛 Bug Fixes

  • Python generation no longer fails on recursive types (commit by @danielkov)

core: 5.23.3 - 2025-11-02

🐛 Bug Fixes

  • closed nullable enum serialization (commit by @mfbx9da4)

core: 5.23.2 - 2025-10-30

🐛 Bug Fixes

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

core: 5.23.1 - 2025-10-30

🐛 Bug Fixes

  • handle both closed and open enum serialization (commit by @idbentley)

core: 5.23.0 - 2025-10-13

🐝 New Features

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

core: 5.22.1 - 2025-09-30

🐛 Bug Fixes

  • correct import aliasing when SDK class members conflict with model names in Python templates (commit by @BlakeTheAwesome)

globalServerURLs: 3.2.0 - 2025-10-22

🐝 New Features

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

nullables: 1.0.2 - 2026-01-12

🐛 Bug Fixes

  • Add custom serialization method for models where optional (but no nullable) fields are present (commit by @2ynn)

retries: 3.0.3 - 2025-11-20

🐝 New Features

  • add support for Retry-After header (commit by @2ynn)

sdkHooks: 1.2.1 - 2026-01-14

🐝 New Features

  • add async hooks support for non-blocking I/O in async SDK methods; sync hooks now execute in a dedicated thread when async hooks are disabled (commit by @vishalg0wda)

sdkHooks: 1.2.0 - 2025-10-15

🐝 New Features

  • expose available OAuth 2.0 scopes for use in custom hooks (commit by @2ynn)

unions: 3.1.2 - 2026-01-13

🐛 Bug Fixes

  • always reference discriminated union members directly (commit by @danielkov)

unions: 3.1.1 - 2025-12-08

🐝 New Features

  • simplify syntax of discriminated unions when discriminator const is already present on the underlying types (commit by @mfbx9da4)
  • Support for applyUnionDiscriminators: true configurable via gen.yaml. When true, discriminator values will be applied as const fields onto union member types. If the type is used outside of a union, the const will not be applied.

unions: 3.1.0 - 2025-10-01

🐝 New Features

  • support nested discriminated unions (commit by @vishalg0wda)

Based on Speakeasy CLI 1.688.0

@github-actions github-actions bot added the patch Patch version bump label Sep 29, 2025
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1759140059 branch 3 times, most recently from decc16c to e65af7f Compare October 1, 2025 00:40
@github-actions github-actions bot changed the title chore: 🐝 Update SDK - Generate 0.5.6 chore: 🐝 Update SDK - Generate 0.5.7 Oct 1, 2025
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1759140059 branch 2 times, most recently from c5bce8e to bfe11a8 Compare October 3, 2025 00:34
@github-actions github-actions bot changed the title chore: 🐝 Update SDK - Generate 0.5.7 chore: 🐝 Update SDK - Generate 0.6.0 Oct 3, 2025
@github-actions github-actions bot added minor Minor version bump and removed patch Patch version bump labels Oct 3, 2025
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1759140059 branch 7 times, most recently from d521b86 to bfe38f4 Compare October 10, 2025 00:35
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1759140059 branch 7 times, most recently from 2447025 to e52362c Compare October 17, 2025 00:36
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1759140059 branch 6 times, most recently from f688bb2 to 268a881 Compare October 23, 2025 00:36
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1759140059 branch 7 times, most recently from e6687b4 to 07e8514 Compare December 27, 2025 00:39
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1759140059 branch 7 times, most recently from d0ca5af to 089aaa8 Compare January 3, 2026 00:39
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1759140059 branch 8 times, most recently from 0b136ad to e623dc5 Compare January 11, 2026 00:45
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1759140059 branch 6 times, most recently from bd27b2b to a148a0b Compare January 17, 2026 00:40
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1759140059 branch from a148a0b to deb9158 Compare January 18, 2026 00:45
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