Skip to content

Conversation

@github-actions
Copy link

@github-actions github-actions bot commented Dec 11, 2025

SDK update

Versioning

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

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.27 - 2026-01-01

🐛 Bug Fixes

  • Enable delete API operation response data refresh when there are multiple API operations (commit by @bflad)

core: 3.46.26 - 2025-12-17

🐛 Bug Fixes

  • Request data handling with x-speakeasy-terraform-write-only attributes (commit by @bflad)

core: 3.46.25 - 2025-12-15

🐛 Bug Fixes

  • convert x-speakeasy-terraform-plan-only to attribute-defined plan modifier (commit by @bradcypert)

core: 3.46.24 - 2025-12-10

🐝 New Features

  • configurable sensitive HTTP Header logging (commit by @bradcypert)

core: 3.46.23 - 2025-12-10

🐛 Bug Fixes

  • better error messaging when using x-speakeasy-match against an invalid target schema (commit by @bradcypert)

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)

unions: 2.82.6 - 2025-12-16

🐝 New Features

  • support configuring respectRequiredFields for stricter validation during deserialization (commit by @mfbx9da4)

unions: 2.82.5 - 2025-11-24

🐛 Bug Fixes

  • account for discriminator mapping when matching source and target models in unions (commit by @2ynn)

unions: 2.82.4 - 2025-11-20

🔧 Fixes

  • consider inexact count of open enums when deserializing unions (commit by @idbentley)

unions: 2.82.3 - 2025-11-14

🐛 Bug Fixes

  • Ensure prior union member state removal on member update (commit by @ThomasRooney)

unions: 2.82.2 - 2025-10-29

🐛 Bug Fixes

  • ensure discriminator is available on hoisted fields (commit by @ThomasRooney)

unions: 2.82.1 - 2025-10-24

🐛 Bug Fixes

  • add unionStrategy configuration option (commit by @ThomasRooney)

unions: 2.82.0 - 2025-10-23

🐝 New Features

  • introduce a smarter union deserialization strategy (commit by @ThomasRooney)

unions: 2.81.18 - 2025-10-06

🐛 Bug Fixes

  • Ensure valid generation with top level unions (commit by @bflad)

Based on Speakeasy CLI 1.684.0

@github-actions github-actions bot added the minor Minor version bump label Dec 11, 2025
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1765413566 branch 7 times, most recently from 60b18a9 to 17fd977 Compare December 18, 2025 00:27
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1765413566 branch 8 times, most recently from 6316373 to 7a69160 Compare December 26, 2025 00:31
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1765413566 branch 8 times, most recently from 7815815 to 3d65836 Compare January 3, 2026 00:30
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1765413566 branch 6 times, most recently from 638abe6 to cb50a9c Compare January 9, 2026 00:32
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1765413566 branch from cb50a9c to dd84bcc Compare January 10, 2026 00:31
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