Skip to content

chore: 🐝 Update SDK - Generate 0.18.0 #8

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 Jun 22, 2025

SDK update

Based on:

Versioning

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

TERRAFORM CHANGELOG

core: 3.41.12 - 2025-06-16

🐛 Bug Fixes

  • Prevent state data loss during refresh for nested writeOnly properties (commit by @bflad)

core: 3.41.11 - 2025-06-13

🐛 Bug Fixes

  • Support arrays with nullable integer enum items (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)

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

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)

@github-actions github-actions bot added the minor Minor version bump label Jun 22, 2025
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1750552738 branch from 0fb6ffc to 6429a40 Compare June 23, 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