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)

Python SDK Changes:

  • bolt.orders.create_order_token():
    • request.cart.discounts[].discount_category.enum(shipping_discount) Added
    • response.cart.discounts[].discount_category.enum(shipping_discount) Added Breaking ⚠️
  • bolt.transactions.review_transaction(): response.order.cart.discounts[].discount_category.enum(shipping_discount) Added Breaking ⚠️
  • bolt.transactions.get_transaction_details(): response.order.cart.discounts[].discount_category.enum(shipping_discount) Added Breaking ⚠️
  • bolt.transactions.update_transaction(): response.order.cart.discounts[].discount_category.enum(shipping_discount) Added Breaking ⚠️
  • bolt.transactions.authorize_transaction():
    • request_body.union(merchant_credit_card_authorization).cart.discounts[].discount_category.enum(shipping_discount) Added

View full SDK changelog

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

View full report

Linting Report 0 errors, 19 warnings, 22 hints

View full report

PYTHON CHANGELOG

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)

responseFormat: 1.1.0 - 2026-01-22

🔧 Chores

  • remove redundant headers field in envelope-http response (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.701.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 3649115 to d62c47a Compare January 13, 2026 00:37
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1759140059 branch 8 times, most recently from 8b18df5 to d18e13d Compare January 21, 2026 00:42
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1759140059 branch 7 times, most recently from 1118b2b to eb6f2a7 Compare January 28, 2026 00:42
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1759140059 branch 6 times, most recently from 4d273b9 to fed25a1 Compare February 3, 2026 00:50
* `bolt.orders.create_order_token()`: 
  *  `request.cart.discounts[].discount_category.enum(shipping_discount)` **Added**
  *  `response.cart.discounts[].discount_category.enum(shipping_discount)` **Added** **Breaking** ⚠️
* `bolt.transactions.review_transaction()`:  `response.order.cart.discounts[].discount_category.enum(shipping_discount)` **Added** **Breaking** ⚠️
* `bolt.transactions.get_transaction_details()`:  `response.order.cart.discounts[].discount_category.enum(shipping_discount)` **Added** **Breaking** ⚠️
* `bolt.transactions.update_transaction()`:  `response.order.cart.discounts[].discount_category.enum(shipping_discount)` **Added** **Breaking** ⚠️
* `bolt.transactions.authorize_transaction()`: 
  *  `request_body.union(merchant_credit_card_authorization).cart.discounts[].discount_category.enum(shipping_discount)` **Added**
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1759140059 branch from fed25a1 to c114a04 Compare February 4, 2026 00:46
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