Skip to content

chore: 🐝 Update SDK - Generate 0.6.0 #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented Nov 6, 2024

SDK update

Based on:

Versioning

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

TERRAFORM CHANGELOG

unions: 2.81.17 - 2024-11-05

🐛 Bug Fixes

  • improved handling of complex allOf schemas that merge multiple types (commit by @tristanspeakeasy)

core: 3.41.1 - 2025-04-14

🐛 Bug Fixes

  • Prevent compilation errors with capitalized packageName (provider type name) configuration (commit by @bflad)

core: 3.41.0 - 2025-04-14

🐝 New Features

  • Support custom ephemeral resources (commit by @bflad)

core: 3.39.3 - 2025-04-11

🐛 Bug Fixes

  • increase stability of generator model file names (commit by @vishalg0wda)

core: 3.40.0 - 2025-04-09

🐝 New Features

  • Support terraform-plugin-framework custom list, map, and set types via x-speakeasy-terraform-custom-type (commit by @bflad)

core: 3.39.2 - 2025-04-04

🐛 Bug Fixes

  • Ensure OAS number type validations are present as configuration validators (commit by @bflad)

core: 3.39.1 - 2025-04-04

🐛 Bug Fixes

  • Represent OAS number type as terraform-plugin-framework Float64 types (commit by @bflad)

core: 3.38.1 - 2025-04-03

🐛 Bug Fixes

  • improve performance of generation on multicore machines and various fixes to correctness based on order of generation (commit by @tristanspeakeasy)

core: 3.39.0 - 2025-04-02

🐝 New Features

  • Support terraform-plugin-framework custom types for Bool, Float32, Float64, Int32, Int64, and String base types (commit by @bflad)

core: 3.38.0 - 2025-04-02

🐝 New Features

  • Support array of array of union types (commit by @bflad)

core: 3.37.0 - 2025-03-28

🐝 New Features

  • Support provider configurable TLS skip verification with additionalProviderAttributes.tlsSkipVerify generation configuration (commit by @bflad)

core: 3.36.1 - 2025-03-07

🐛 Bug Fixes

  • Prevent Go SDK naming misalignment for properties named big, json, time, and types (commit by @bflad)

core: 3.36.0 - 2025-02-27

🐝 New Features

  • Support map of array types (commit by @bflad)

core: 3.35.0 - 2025-02-25

🐝 New Features

  • Support array of empty object types (commit by @bflad)

core: 3.34.0 - 2025-02-25

🐝 New Features

  • Support array of array types (commit by @bflad)

core: 3.33.0 - 2025-02-21

🐝 New Features

  • Support maps of double, float, int32, and number (commit by @bflad)

core: 3.32.2 - 2025-02-20

🐛 Bug Fixes

  • Prevent package name shadowing for various required packages (commit by @bflad)

core: 3.32.1 - 2025-02-20

🐛 Bug Fixes

  • Correctly render examples for supported map types (commit by @bflad)

core: 3.32.0 - 2025-02-20

🐝 New Features

  • support openapi specs without server urls (commit by @vishalg0wda)

core: 3.31.2 - 2025-02-20

🐛 Bug Fixes

  • Support nullable map types (commit by @bflad)

core: 3.31.1 - 2025-02-18

🐛 Bug Fixes

  • Support nullable item types in List/Map/Set attributes (commit by @bflad)

core: 3.31.0 - 2025-02-10

🐝 New Features

  • Improved float/int32 number format handling (commit by @bflad)

core: 3.30.0 - 2025-02-05

🐝 New Features

  • Support provider configuration for enabling custom HTTP headers (commit by @bflad)

core: 3.29.4 - 2025-02-02

🐛 Bug Fixes

  • Support nullable array types (commit by @bflad)

core: 3.29.3 - 2025-01-31

🐛 Bug Fixes

  • Prevent Value Conversion Error with x-speakeasy-soft-delete-property usage in data resources (commit by @bflad)

core: 3.29.2 - 2025-01-31

🐛 Bug Fixes

  • fixed handling of default fields in usage snippets and tests, fixed validation of required schema property (commit by @tristanspeakeasy)

core: 3.29.1 - 2025-01-29

🐛 Bug Fixes

  • Support multiple success status codes (commit by @bflad)

core: 3.29.0 - 2025-01-27

🐝 New Features

  • Initial support for x-speakeasy-soft-delete-property (commit by @bflad)

core: 3.27.8 - 2025-01-27

🐛 Bug Fixes

  • sort subresponses based on the worst scoring response in the group to ensure that no unreachable code paths are created (commit by @idbentley)

core: 3.28.0 - 2025-01-23

🐝 New Features

  • support x-speakeasy-entity-operation specifiying a datasource only or resource only operation (commit by @ThomasRooney)

core: 3.27.7 - 2025-01-13

🐛 Bug Fixes

  • handle 4XX and 5XX error ranges seperately (commit by @idbentley)

core: 3.27.6 - 2024-12-16

🐛 Bug Fixes

  • flattening with hidden parameters (commit by @mfbx9da4)

core: 3.27.5 - 2024-12-13

🐛 Bug Fixes

  • Support OAS references under multipart/form-data file properties (commit by @bflad)

core: 3.27.4 - 2024-12-13

🐛 Bug Fixes

  • truncate input/output terraform types (commit by @ThomasRooney)

core: 3.27.3 - 2024-12-12

🐛 Bug Fixes

  • pass the terraform provider version into the go sdk (commit by @ThomasRooney)

core: 3.27.2 - 2024-12-11

🐛 Bug Fixes

  • when types are deduplicated based on name, use the original name as it'll work with input/output types too (commit by @ThomasRooney)

core: 3.27.1 - 2024-12-06

🐛 Bug Fixes

  • support property names solely comprised of illegal characters (commit by @mfbx9da4)

core: 3.27.0 - 2024-11-26

🐝 New Features

  • add option to disable merging of types with the same name and construction in terraform (commit by @ThomasRooney)

core: 3.26.4 - 2024-11-22

🐛 Bug Fixes

  • handle circular references through unions correctly (commit by @disintegrator)

core: 3.26.3 - 2024-11-12

🐛 Bug Fixes

core: 3.26.2 - 2024-11-11

🔧 Chores

core: 3.26.1 - 2024-10-31

🐛 Bug Fixes

  • Prevent panic with invalid implicit discriminator mappings with propertyName within allOf object (commit by @bflad)

core: 3.26.0 - 2024-10-28

🐝 New Features

deprecations: 2.82.0 - 2025-01-30

🐝 New Features

  • Support OAS deprecated property and x-speakeasy-deprecation-message annotation for schema attributes (commit by @bflad)

constsAndDefaults: 0.2.1 - 2025-02-06

🐛 Bug Fixes

  • Prevent generation errors with {{ character sequences in default values (commit by @bflad)

constsAndDefaults: 0.2.0 - 2024-09-25

🐝 New Features

globalSecurity: 2.81.10 - 2025-02-06

🐛 Bug Fixes

  • fixes to handling of security at both global and operation level especially for oauth2 (commit by @tristanspeakeasy)

@github-actions github-actions bot added the minor Minor version bump label Nov 6, 2024
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1730852495 branch 7 times, most recently from 7a233ee to b494ff7 Compare November 13, 2024 00:22
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1730852495 branch 7 times, most recently from aed5b19 to cc19a5e Compare November 20, 2024 00:24
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1730852495 branch 7 times, most recently from 7d7640a to 5fbee2a Compare November 27, 2024 00:24
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1730852495 branch 7 times, most recently from f14151c to d20af16 Compare December 4, 2024 00:24
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1730852495 branch from d20af16 to 346bd15 Compare December 5, 2024 00:24
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1730852495 branch 7 times, most recently from c867d49 to fe5326a Compare March 28, 2025 00:24
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1730852495 branch 8 times, most recently from d3d65e9 to 4b2bd9d Compare April 5, 2025 00:24
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1730852495 branch 7 times, most recently from 49c964d to 2b5ef0d Compare April 12, 2025 00:24
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1730852495 branch 6 times, most recently from a61d49c to 09affa0 Compare April 18, 2025 00:25
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1730852495 branch from 09affa0 to ec07ad2 Compare April 19, 2025 00:24
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