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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: 馃悵 Update SDK - Generate #2

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 8, 2024

SDK update

Based on:

TERRAFORM CHANGELOG

core: 3.21.2 - 2024-06-03

馃悰 Bug Fixes

core: 3.21.1 - 2024-05-30

馃悰 Bug Fixes

  • improve diff suppression by ensuring arrays of objects are always instantiated to [] after a Read (commit by @ThomasRooney)

core: 3.21.0 - 2024-05-14

馃悵 New Features

core: 3.20.3 - 2024-05-13

馃悰 Bug Fixes

  • capability to use multiple SDK groups alongside terraform entity operation annotations (commit by @ThomasRooney)

core: 3.20.2 - 2024-05-13

馃悰 Bug Fixes

  • capability to do a mix of oAuth client credentials and other security types in terraform (commit by @ThomasRooney)

core: 3.20.1 - 2024-05-10

馃悰 Bug Fixes

  • edge cases around diff of comparison of mix oneOf + class types (via hoisting) (commit by @ThomasRooney)

core: 3.20.0 - 2024-05-03

馃悵 New Features

  • support environment variables for provider configuration (commit by @ThomasRooney)

core: 3.19.1 - 2024-05-03

馃悰 Bug Fixes

  • unusual terraform provider names get a reasonable import.sh file (commit by @ThomasRooney)

core: 3.19.0 - 2024-04-30

馃悵 New Features

core: 3.18.4 - 2024-04-25

馃悰 Bug Fixes

core: 3.18.3 - 2024-04-18

馃悰 Bug Fixes

  • x-speakeasy-schema-version invalid name (commit by @ThomasRooney)

core: 3.18.2 - 2024-04-18

馃悰 Bug Fixes

  • broken x-speakeasy-entity-schema-version (commit by @ThomasRooney)

core: 3.18.1 - 2024-04-16

馃悰 Bug Fixes

  • always instantiate arrays to empty slices to avoid null being sent over the wire (commit by @ThomasRooney)

core: 3.18.0 - 2024-04-12

馃悵 New Features

  • capability to generate resource state upgraders (commit by @ThomasRooney)

core: 3.17.3 - 2024-04-09

馃悰 Bug Fixes

  • add setvalidator custom boilerplate pathway (commit by @ThomasRooney)

core: 3.17.2 - 2024-04-09

馃敡 Chores

  • support adding/upgrading go.mod dependencies (commit by @ThomasRooney)

core: 3.17.1 - 2024-04-09

馃敡 Chores

  • bump to terraform-plugin-framework 1.7.0 (commit by @ThomasRooney)

core: 3.17.0 - 2024-04-05

馃悵 New Features

  • capability to use union types on root level (commit by @ThomasRooney)

core: 3.16.0 - 2024-04-05

馃悵 New Features

  • capability to merge a union type with a class type (commit by @ThomasRooney)

core: 3.15.0 - 2024-04-05

馃悵 New Features

core: 3.14.0 - 2024-04-05

馃悵 New Features

  • capability to explicitly not pull an attribute from the state when performing api requests (commit by @ThomasRooney)

core: 3.13.2 - 2024-04-05

馃悰 Bug Fixes

  • union types during an update prefer plan values (commit by @ThomasRooney)

core: 3.13.1 - 2024-04-05

馃敡 Chores

  • automatically redact security headers during debug errors (commit by @ThomasRooney)

core: 3.13.0 - 2024-03-26

馃悵 New Features

  • exactly-one-of and requires-with terraform validators (commit by @ThomasRooney)

core: 3.12.1 - 2024-03-25

馃悰 Bug Fixes

  • do not crash when an enum value has a quote " within (commit by @ThomasRooney)

core: 3.12.0 - 2024-03-22

馃悵 New Features

core: 3.11.5 - 2024-03-21

馃悰 Bug Fixes

  • always initialize arrays to the empty array, rather than nil (commit by @ThomasRooney)

core: 3.11.4 - 2024-03-21

馃悰 Bug Fixes

  • mixing wrapped with non-wrapped attributes in multi-operation resources (commit by @ThomasRooney)

core: 3.11.3 - 2024-03-21

馃悰 Bug Fixes

  • data sources during multiple read requests dropping unnecessary attributes (commit by @ThomasRooney)

core: 3.11.1 - 2024-03-20

馃敡 Chores

  • move types folder into a dedicated package. extension to modify wrapped field name (commit by @ThomasRooney)

core: 3.11.0 - 2024-03-18

馃悵 New Features

core: 3.10.3 - 2024-03-07

馃敡 Chores

  • use the default http client to remove timeouts (commit by @ThomasRooney)

core: 3.10.2 - 2024-02-23

馃悰 Bug Fixes

  • support custom validators for lists of objects and lists of arrays (commit by @ThomasRooney)

core: 3.10.1 - 2024-02-23

馃悰 Bug Fixes

  • example generation for complex objects (commit by @ThomasRooney)

core: 3.10.0 - 2024-02-22

馃悵 New Features

core: 3.9.5 - 2024-02-13

馃敡 Chores

  • improvements to example generation for usage snippets (commit by @TristanSpeakeasy)

core: 3.9.4 - 2024-02-02

馃悰 Bug Fixes

core: 3.9.3 - 2024-02-01

馃悰 Bug Fixes

  • default implies an Optional attribute is also Computed -- explicitly specify this. Also fix a small union bug (commit by @ThomasRooney)

core: 3.9.2 - 2024-01-24

馃悰 Bug Fixes

  • default value for big floats (type: number) (commit by @ThomasRooney)

core: 3.9.1 - 2024-01-24

馃悰 Bug Fixes

  • type reconciliation of enums + non-enums could sometimes cause attributes (e.g. computed) from not being applied (commit by @ThomasRooney)

core: 3.9.0 - 2024-01-23

馃悵 New Features

  • push default values into Computed + Optional fields explicitly; such that it's available as terraform plan output (commit by @ThomasRooney)

core: 3.8.4 - 2024-01-16

馃敡 Chores

core: 3.8.3 - 2024-01-15

馃悰 Bug Fixes

  • force replace applied too much when multiple update requests are used (commit by @ThomasRooney)

core: 3.8.2 - 2024-01-15

馃悰 Bug Fixes

  • explicitly provide provider-name to docs generation (commit by @ThomasRooney)

globalSecurity: 2.81.6 - 2024-03-15

馃悰 Bug Fixes

globalSecurity: 2.81.5 - 2024-02-26

馃敡 Chores

  • add no-security testcase (commit by @2ynn)

globalSecurity: 2.81.4 - 2024-02-23

馃悰 Bug Fixes

globalSecurity: 2.81.3 - 2024-01-18

馃悰 Bug Fixes

  • support applying Bearer prefix for oauth2 and oidc scheme (commit by @TristanSpeakeasy)

@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1707350919 branch 7 times, most recently from 134f7d5 to 3dd14b9 Compare April 16, 2024 00:09
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1707350919 branch 8 times, most recently from 5a0223e to 9fa8519 Compare April 24, 2024 00:09
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1707350919 branch 7 times, most recently from e206893 to 8e1c9c2 Compare May 1, 2024 00:10
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1707350919 branch 8 times, most recently from 1d79e87 to ef4f1d2 Compare May 9, 2024 00:09
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1707350919 branch 8 times, most recently from 618d592 to b64fd54 Compare May 17, 2024 00:10
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1707350919 branch 7 times, most recently from d175c6e to 498a6c6 Compare May 24, 2024 00:10
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1707350919 branch 7 times, most recently from 8860e28 to 02fe483 Compare May 31, 2024 00:09
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1707350919 branch 3 times, most recently from 3f0d01e to c1a2f80 Compare June 3, 2024 00:10
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1707350919 branch from c1a2f80 to e6eaea6 Compare June 4, 2024 00:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant