Skip to content

chore: 🐝 Update SDK - Generate 1.3.0 #2

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

inputOutputModels: 2.83.0 - 2023-12-14

🐝 New Features

  • added a feature flag to enable fixes around correctly naming input output models that potentially introduce breaking changes (commit by @TristanSpeakeasy)

constsAndDefaults: 0.2.1 - 2025-02-06

🐛 Bug Fixes

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

core: 3.41.10 - 2025-05-22

🐛 Bug Fixes

  • Update terraform-plugin-go and terraform-plugin-framework dependencies for Terraform 1.12 support (commit by @bflad)

core: 3.41.9 - 2025-05-16

🐛 Bug Fixes

  • Ensure imports are added for deeply nested custom types (commit by @bflad)

core: 3.41.8 - 2025-05-15

🐛 Bug Fixes

  • Prevent invalid multiple attribute import logic when names contain acronyms (commit by @bflad)

core: 3.41.7 - 2025-05-07

🐛 Bug Fixes

  • fixed stability of generated examples using operation and field seeds, including fixes to union examples (commit by @tristanspeakeasy)

core: 3.41.6 - 2025-04-25

🐛 Bug Fixes

  • Prevent confusing Terraform errors for 404 Not Found responses in data resources (commit by @bflad)

core: 3.41.5 - 2025-04-25

🐛 Bug Fixes

  • Raise error for unimplemented x-speakeasy-entity-operation list type (commit by @bflad)

core: 3.41.4 - 2025-04-24

🐛 Bug Fixes

  • Support for nullable array of arrays, enums, primitives, objects, and unions (commit by @bflad)

core: 3.41.3 - 2025-04-22

🐛 Bug Fixes

  • Prevent compilation errors with oneOf that are optional and required (commit by @bflad)

core: 3.41.2 - 2025-04-18

🐛 Bug Fixes

  • Ensure proper API request body data handling with deeply nested x-speakeasy-entity (commit by @bflad)

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)

globalSecurity: 2.81.12 - 2025-05-19

🐛 Bug Fixes

  • Ensure HTTP Basic and OAuth2 Client Credentials security are properly configured (commit by @bflad)

globalSecurity: 2.81.11 - 2025-05-01

🐛 Bug Fixes

  • Ensure provider raises upfront error for missing required security attributes with environment variables (commit by @bflad)

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)

globalServerURLs: 2.82.2 - 2025-05-09

🐛 Bug Fixes

@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-1730852960 branch 7 times, most recently from e68e518 to 89cd2ce Compare November 13, 2024 00:30
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1730852960 branch 7 times, most recently from 0ecbf40 to 3928094 Compare November 20, 2024 00:32
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1730852960 branch 7 times, most recently from df2cc57 to 0a66de5 Compare November 27, 2024 00:32
@github-actions github-actions bot changed the title chore: 🐝 Update SDK - Generate 1.1.0 chore: 🐝 Update SDK - Generate 1.2.0 Nov 28, 2024
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1730852960 branch 7 times, most recently from e50d0cc to 6b9f645 Compare December 4, 2024 00:33
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1730852960 branch 7 times, most recently from 38f3a91 to 3b2e24c Compare May 18, 2025 00:38
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1730852960 branch 8 times, most recently from 7ada52f to 93844c6 Compare May 26, 2025 00:37
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1730852960 branch 7 times, most recently from 60c8e56 to d9525f7 Compare June 2, 2025 00:38
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1730852960 branch 6 times, most recently from c9b3295 to 1910e76 Compare June 8, 2025 00:40
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1730852960 branch from 1910e76 to ff4feaf Compare June 9, 2025 00:39
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