Skip to content
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

chore: 🐝 Update SDK - Generate 0.17.0 #6

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 Feb 21, 2025

SDK update

Based on:

Versioning

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

TERRAFORM CHANGELOG

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)

unions: 2.81.17 - 2024-11-05

🐛 Bug Fixes

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

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

core: 3.25.0 - 2024-10-08

🐝 New Features

  • Update to [email protected], Go 1.22, and support namespaced function calls in configuration formatting (commit by @bflad)

core: 3.24.17 - 2024-10-08

🐛 Bug Fixes

  • ensure response body is closed after reading (commit by @disintegrator)

core: 3.24.16 - 2024-10-03

🐛 Bug Fixes

  • Prevent writing generated file headers with custom plan modifiers, state upgraders, and validators (commit by @bflad)

core: 3.24.15 - 2024-09-27

🐛 Bug Fixes

  • update readme formatting (commit by @adaam2)

core: 3.24.14 - 2024-09-25

🐛 Bug Fixes

  • update readme generation to replace welcome to new sdk section with new markdown notice (commit by @adaam2)

core: 3.24.13 - 2024-09-25

🐛 Bug Fixes

  • fixes to missing examples and improvements to number examples (commit by @tristanspeakeasy)

core: 3.24.12 - 2024-09-18

🐛 Bug Fixes

core: 3.24.11 - 2024-09-11

🔧 Chores

core: 3.24.10 - 2024-09-10

🔧 Chores

core: 3.24.9 - 2024-09-05

🐛 Bug Fixes

  • ensure generated examples are stable generation to generation (commit by @tristanspeakeasy)

core: 3.24.8 - 2024-08-30

🐛 Bug Fixes

  • example generation is now more deterministic (commit by @ThomasRooney)

core: 3.24.7 - 2024-08-13

🐛 Bug Fixes

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)

globalSecurity: 2.81.9 - 2024-10-10

🐛 Bug Fixes

  • Ensure provider basic and oauth security attributes remain optional when expected (commit by @bflad)

@github-actions github-actions bot added the minor Minor version bump label Feb 21, 2025
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1740097825 branch from 259fa40 to 95bb80d Compare February 22, 2025 00:30
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