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 #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 14, 2024

SDK update

Based on:

TERRAFORM CHANGELOG

constsAndDefaults: 0.1.4 - 2024-03-01

🐛 Bug Fixes

constsAndDefaults: 0.1.3 - 2024-02-02

🐛 Bug Fixes

  • allow consts and defaults containing quotes (commit by @disintegrator)

core: 3.24.0 - 2024-07-17

🐝 New Features

  • Automatic Terraform configuration validators for OAS maxLength, maximum, minLength, minimum, and pattern (commit by @bflad)

core: 3.23.6 - 2024-07-16

🔧 Chores

core: 3.23.5 - 2024-07-10

🐛 Bug Fixes

  • x-speakeasy-entity-description not working unless it was the first entity found in the openapi spec (commit by @ThomasRooney)

core: 3.23.4 - 2024-07-09

🐛 Bug Fixes

  • Use 0666 file mode for writing configuration and lock files (commit by @bflad)

core: 3.23.3 - 2024-07-08

🐛 Bug Fixes

  • regression relating to combining parameters that also live in request bodies (commit by @ThomasRooney)

core: 3.23.2 - 2024-07-08

🐛 Bug Fixes

  • edge case when import a resource with an attribute that in the resource read request had x-speakeasy-match (commit by @ThomasRooney)

core: 3.23.1 - 2024-07-03

🐛 Bug Fixes

  • when checking a union member, only do IsNil if it is a composite type (commit by @ThomasRooney)

core: 3.23.0 - 2024-07-01

🐝 New Features

  • support custom plan modifiers via x-speakeasy-plan-modifiers annotation (commit by @bflad)

core: 3.22.0 - 2024-06-24

🐝 New Features

  • change the way that x-speakeasy-match works to support a nested match (commit by @ThomasRooney)

core: 3.21.4 - 2024-06-21

🔧 Chores

core: 3.21.3 - 2024-06-11

🐛 Bug Fixes

  • improve checks upon nested attributes in required bodies to check each intermediary element. (commit by @ThomasRooney)

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-1707869158 branch 7 times, most recently from 28777af to 010da6b Compare April 16, 2024 00:06
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1707869158 branch 7 times, most recently from f262da8 to d0ec3cd Compare April 23, 2024 00:07
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1707869158 branch 7 times, most recently from b8bde1c to d6d03e2 Compare April 30, 2024 00:06
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1707869158 branch 8 times, most recently from 8508ae4 to ea2402c Compare May 8, 2024 00:06
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1707869158 branch from ea2402c to 787e27e Compare May 9, 2024 00:07
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1707869158 branch 7 times, most recently from 9bc93f7 to 60d5d9b Compare June 27, 2024 00:07
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1707869158 branch 8 times, most recently from b3aea66 to 4e460aa Compare July 5, 2024 00:07
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1707869158 branch 7 times, most recently from d748ec5 to 0ec1035 Compare July 12, 2024 00:07
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1707869158 branch 6 times, most recently from b2b6bbe to 202f587 Compare July 18, 2024 00:07
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1707869158 branch from 202f587 to c36d3da Compare July 19, 2024 00:07
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