Skip to content

Conversation

@github-actions
Copy link

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

SDK update

Versioning

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

Terraform SDK Changes:

  • SDK.Price.getPrice(): response Changed Breaking ⚠️
  • SDK.Tax.deleteTax(): response Changed Breaking ⚠️
  • SDK.Tax.updateTax():
    • request.TaxCreate Changed Breaking ⚠️
    • response Changed Breaking ⚠️
  • SDK.Tax.patchTax():
    • request.TaxPatch Changed Breaking ⚠️
    • response Changed Breaking ⚠️
  • SDK.Tax.getTax(): response Changed Breaking ⚠️
  • SDK.Coupon.createCoupon():
    • request.__additional Changed Breaking ⚠️
    • response Changed Breaking ⚠️
  • SDK.Coupon.deleteCoupon(): response Changed Breaking ⚠️
  • SDK.Coupon.getCoupon(): response Changed Breaking ⚠️
  • SDK.Coupon.patchCoupon():
    • request.CouponPatch.__additional Changed Breaking ⚠️
    • response Changed Breaking ⚠️
  • SDK.Coupon.updateCoupon():
    • request.CouponCreate.__additional Changed Breaking ⚠️
    • response Changed Breaking ⚠️
  • SDK.Price.createPrice():
    • request Changed Breaking ⚠️
    • response Changed Breaking ⚠️
  • SDK.Price.deletePrice(): response Changed Breaking ⚠️
  • SDK.Price.patchPrice():
    • request.PricePatch.__additional Changed Breaking ⚠️
    • response Changed Breaking ⚠️
  • SDK.Price.updatePrice():
    • request.PriceCreate Changed Breaking ⚠️
    • response Changed Breaking ⚠️
  • SDK.Tax.createTax():
    • request Changed Breaking ⚠️
    • response Changed Breaking ⚠️
  • SDK.Product.createProduct():
    • request.__additional Changed Breaking ⚠️
    • response Changed Breaking ⚠️
  • SDK.Product.deleteProduct(): response Changed Breaking ⚠️
  • SDK.Product.getProduct(): response Changed Breaking ⚠️
  • SDK.Product.patchProduct():
    • request.ProductPatch.__additional Changed Breaking ⚠️
    • response Changed Breaking ⚠️
  • SDK.Product.updateProduct():
    • request.ProductCreate.__additional Changed Breaking ⚠️
    • response Changed Breaking ⚠️
  • SDK.Product Recommendation.createProductRecommendation(): Added
  • SDK.Product Recommendation.deleteProductRecommendation(): Added
  • SDK.Product Recommendation.updateProductRecommendation(): Added
  • SDK.Product Recommendation.patchProductRecommendation(): Added
  • SDK.Product Recommendation.getProductRecommendation(): Added
OpenAPI Change Summary
├─┬Info
│ ├──[+] description (5:16)
│ └──[+] contact (7:5)
├─┬Paths
│ ├──[+] path (404:3)
│ └──[+] path (421:3)
└─┬Components
  ├──[+] responses (1344:7)
  ├──[+] parameters (1186:7)
  ├──[+] requestBodies (1293:7)
  ├──[+] requestBodies (1279:7)
  ├──[+] requestBodies (1286:7)
  ├──[+] requestBodies (1300:7)
  ├──[+] schemas (1102:7)
  ├──[+] schemas (1061:7)
  ├──[+] schemas (1106:7)
  ├──[+] schemas (1065:7)
  ├──[+] schemas (1128:7)
  ├──[+] schemas (1048:7)
  ├──[+] schemas (1056:7)
  ├─┬BaseTax
  │ └─┬rate
  │   └─┬Extensions
  │     └──[+] x-speakeasy-type-override (653:38)
  ├─┬BasePriceRequired
  │ └──[-] required (839:19)❌ 
  ├─┬BaseSystemReadonlyFields
  │ ├──[-] properties (543:17)❌ 
  │ └──[-] properties (527:17)❌ 
  └─┬BaseSystemFields
    └─┬__additional
      └─┬Extensions
        └──[+] x-speakeasy-type-override (602:38)
Document Element Total Changes Breaking Changes
info 2 0
paths 2 0
components 18 3

TERRAFORM CHANGELOG

constsAndDefaults: 0.3.0 - 2025-09-09

🐝 New Features

  • Support custom schema defaults via x-speakeasy-terraform-custom-default (commit by @bflad)

core: 3.46.22 - 2025-12-04

🐝 New Features

  • support usePriorState in x-speakeasy-match for update operations (commit by @bradcypert)

core: 3.46.21 - 2025-12-03

🐛 Bug Fixes

  • Prevent generation and compilation errors with various array of map schemas (commit by @bflad)

core: 3.46.20 - 2025-12-03

🐝 New Features

  • Support x-speakeasy-terraform-write-only to set schema WriteOnly field (commit by @bflad)

core: 3.46.18 - 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: 3.46.17 - 2025-11-19

🐝 New Features

  • Consider entity missing codes as success for delete API operations instead of returning as API error (commit by @bflad)

core: 3.46.16 - 2025-11-13

🐝 New Features

  • create tailored 409 conflict error diagnostic (commit by @bradcypert)

core: 3.46.15 - 2025-11-13

🐛 Bug Fixes

  • Ensure managed resource is automatically removed from state for entity missing codes instead of read API error (commit by @bflad)

core: 3.46.13 - 2025-11-12

🐝 New Features

core: 3.46.12 - 2025-11-11

🐛 Bug Fixes

  • Support managed resource import with parameters using x-speakeasy-match against object property (commit by @bflad)

core: 3.46.11 - 2025-11-11

🐝 New Features

  • configurable x-speakeasy-entity-missing-codes to indicate terraform resource is missing (commit by @bradcypert)

core: 3.46.10 - 2025-11-11

🐝 New Features

  • drop empty objects from terraform schemas (commit by @ThomasRooney)

core: 3.46.14 - 2025-11-10

🐛 Bug Fixes

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

core: 3.46.9 - 2025-11-10

🐛 Bug Fixes

core: 3.46.8 - 2025-11-07

🐛 Bug Fixes

  • Ensure entity pibling object properties are refreshed (commit by @bflad)

core: 3.46.19 - 2025-11-06

🐛 Bug Fixes

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

core: 3.46.7 - 2025-11-06

🐛 Bug Fixes

  • too many readonly attributes with multiple request shards (commit by @ThomasRooney)

core: 3.46.6 - 2025-11-05

🐝 New Features

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

core: 3.46.5 - 2025-10-30

🐛 Bug Fixes

  • Ensure nullable maps are sent to API as null when not configured (commit by @bflad)

core: 3.46.4 - 2025-10-30

🐛 Bug Fixes

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

core: 3.46.3 - 2025-10-22

🐛 Bug Fixes

  • Prevent compilation errors with mismatched integer and int32 properties (commit by @Kanwardeep)

core: 3.46.2 - 2025-10-17

🐛 Bug Fixes

  • Prevent compilation errors with multiple nested x-speakeasy-entity responses (commit by @bflad)

core: 3.46.1 - 2025-10-13

🐛 Bug Fixes

  • Ensure any response x-speakeasy-entity pibling attributes are properly handled (commit by @bflad)

core: 3.46.0 - 2025-10-13

🐝 New Features

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

core: 3.45.3 - 2025-10-03

🐛 Bug Fixes

  • Prevent generation error with early ordered map of array properties (commit by @bflad)

core: 3.45.2 - 2025-10-01

🐛 Bug Fixes

  • go arrays in datasources shouldn't be passed by pointer (commit by @ThomasRooney)

core: 3.45.1 - 2025-09-23

🐛 Bug Fixes

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

core: 3.45.0 - 2025-09-17

🐝 New Features

  • Support Go module vendoring during compilation (commit by @bflad)

core: 3.44.3 - 2025-09-16

🐛 Bug Fixes

  • Update terraform-plugin-* dependencies for bug fixes (commit by @bflad)

core: 3.44.2 - 2025-09-10

🐛 Bug Fixes

globalSecurity: 2.82.1 - 2025-09-10

🔧 Chores

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

Based on Speakeasy CLI 1.672.0

@github-actions github-actions bot added the minor Minor version bump label Sep 25, 2025
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1758759296 branch 8 times, most recently from cfd1809 to 265d23d Compare October 3, 2025 00:15
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1758759296 branch 5 times, most recently from 4decef9 to 8c4179c Compare October 8, 2025 00:16
@github-actions github-actions bot changed the title chore: 🐝 Update SDK - Generate 0.16.0 chore: 🐝 Update SDK - Generate 0.17.1 Oct 9, 2025
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1758759296 branch from 8c4179c to 583c9e4 Compare October 9, 2025 00:16
@github-actions github-actions bot added patch Patch version bump and removed minor Minor version bump labels Oct 9, 2025
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1758759296 branch 4 times, most recently from 6d372c7 to e0f1e4b Compare October 13, 2025 00:17
@github-actions github-actions bot changed the title chore: 🐝 Update SDK - Generate 0.17.1 chore: 🐝 Update SDK - Generate 0.18.0 Oct 14, 2025
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1758759296 branch from e0f1e4b to efc91a6 Compare October 14, 2025 00:16
@github-actions github-actions bot added minor Minor version bump and removed patch Patch version bump labels Oct 14, 2025
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1758759296 branch 4 times, most recently from 78dd517 to e41a85a Compare October 18, 2025 00:15
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1758759296 branch 7 times, most recently from 9359d17 to 61f8c4d Compare November 17, 2025 00:17
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1758759296 branch 8 times, most recently from 28e95a3 to a27be73 Compare November 25, 2025 00:16
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1758759296 branch 7 times, most recently from 9d7b370 to 4a3b40b Compare December 2, 2025 00:18
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1758759296 branch 6 times, most recently from 1787cf6 to 3f75483 Compare December 8, 2025 00:18
* `SDK.Price.getPrice()`:  `response` **Changed** **Breaking** ⚠️
* `SDK.Tax.deleteTax()`:  `response` **Changed** **Breaking** ⚠️
* `SDK.Tax.updateTax()`: 
  *  `request.TaxCreate` **Changed** **Breaking** ⚠️
  *  `response` **Changed** **Breaking** ⚠️
* `SDK.Tax.patchTax()`: 
  *  `request.TaxPatch` **Changed** **Breaking** ⚠️
  *  `response` **Changed** **Breaking** ⚠️
* `SDK.Tax.getTax()`:  `response` **Changed** **Breaking** ⚠️
* `SDK.Coupon.createCoupon()`: 
  *  `request.__additional` **Changed** **Breaking** ⚠️
  *  `response` **Changed** **Breaking** ⚠️
* `SDK.Coupon.deleteCoupon()`:  `response` **Changed** **Breaking** ⚠️
* `SDK.Coupon.getCoupon()`:  `response` **Changed** **Breaking** ⚠️
* `SDK.Coupon.patchCoupon()`: 
  *  `request.CouponPatch.__additional` **Changed** **Breaking** ⚠️
  *  `response` **Changed** **Breaking** ⚠️
* `SDK.Coupon.updateCoupon()`: 
  *  `request.CouponCreate.__additional` **Changed** **Breaking** ⚠️
  *  `response` **Changed** **Breaking** ⚠️
* `SDK.Price.createPrice()`: 
  *  `request` **Changed** **Breaking** ⚠️
  *  `response` **Changed** **Breaking** ⚠️
* `SDK.Price.deletePrice()`:  `response` **Changed** **Breaking** ⚠️
* `SDK.Price.patchPrice()`: 
  *  `request.PricePatch.__additional` **Changed** **Breaking** ⚠️
  *  `response` **Changed** **Breaking** ⚠️
* `SDK.Price.updatePrice()`: 
  *  `request.PriceCreate` **Changed** **Breaking** ⚠️
  *  `response` **Changed** **Breaking** ⚠️
* `SDK.Tax.createTax()`: 
  *  `request` **Changed** **Breaking** ⚠️
  *  `response` **Changed** **Breaking** ⚠️
* `SDK.Product.createProduct()`: 
  *  `request.__additional` **Changed** **Breaking** ⚠️
  *  `response` **Changed** **Breaking** ⚠️
* `SDK.Product.deleteProduct()`:  `response` **Changed** **Breaking** ⚠️
* `SDK.Product.getProduct()`:  `response` **Changed** **Breaking** ⚠️
* `SDK.Product.patchProduct()`: 
  *  `request.ProductPatch.__additional` **Changed** **Breaking** ⚠️
  *  `response` **Changed** **Breaking** ⚠️
* `SDK.Product.updateProduct()`: 
  *  `request.ProductCreate.__additional` **Changed** **Breaking** ⚠️
  *  `response` **Changed** **Breaking** ⚠️
* `SDK.Product Recommendation.createProductRecommendation()`: **Added**
* `SDK.Product Recommendation.deleteProductRecommendation()`: **Added**
* `SDK.Product Recommendation.updateProductRecommendation()`: **Added**
* `SDK.Product Recommendation.patchProductRecommendation()`: **Added**
* `SDK.Product Recommendation.getProductRecommendation()`: **Added**
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1758759296 branch from 3f75483 to 9ff03f2 Compare December 9, 2025 00:17
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