Skip to content

chore: 🐝 Update SDK - Generate 0.15.0#4

Closed
github-actions[bot] wants to merge 1 commit into
mainfrom
speakeasy-sdk-regen-1780362414
Closed

chore: 🐝 Update SDK - Generate 0.15.0#4
github-actions[bot] wants to merge 1 commit into
mainfrom
speakeasy-sdk-regen-1780362414

Conversation

@github-actions

@github-actions github-actions Bot commented Jun 2, 2026

Copy link
Copy Markdown

SDK update

Versioning

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

Tip

If updates to your OpenAPI document introduce breaking changes, be sure to update the info.version field to trigger the correct version bump.
Speakeasy supports manual control of SDK versioning through multiple methods.

Linting Report 0 errors, 0 warnings, 6 hints

View full report

TERRAFORM CHANGELOG

constsAndDefaults: 0.3.2 - 2026-02-21

🐛 Bug Fixes

  • coerce type-mismatched default values instead of clearing them to prevent invalid generated code (commit by @danielkov)

constsAndDefaults: 0.3.1 - 2026-01-15

🐛 Bug Fixes

  • omit enum default when value is not in enum to prevent type errors in generated code (commit by @mfbx9da4)

core: 3.47.10 - 2026-07-02

🐝 New Features

  • omit gen.lock checksums under versioningStrategy manual and persistentEdits never to prevent merge conflicts (commit by @ThomasRooney)

core: 3.47.9 - 2026-06-01

🐛 Bug Fixes

  • bump Go directive from 1.25.9 to 1.25.10 to pick up additional CVE fixes in the Go 1.25 series (commit by @AshGodfrey)

core: 3.47.8 - 2026-05-29

🐛 Bug Fixes

  • roll back Go directive to 1.25.9 (from 1.26); staticcheck v0.7.0 builds under go1.25.x and cannot lint a go 1.26 module, breaking generation (commit by @AshGodfrey)

core: 3.47.7 - 2026-05-26

🐝 New Features

  • capability to directly control casing (acronym) rules (commit by @ThomasRooney)

core: 3.47.6 - 2026-05-20

🐛 Bug Fixes

  • delegate to json.Unmarshaler for map types in unmarshalValue, fixing unmarshal errors for OptionalNullable fields with complex value types like time.Time (commit by @AshGodfrey)

core: 3.47.4 - 2026-04-20

🐛 Bug Fixes

  • update terraform-plugin-docs dependency to resolve expired PGP verification issue (commit by @2ynn)

core: 3.47.5 - 2026-04-16

🔧 Chores

  • bump Go directive from 1.25 to 1.26 to address CVEs in Go < 1.25.9 (commit by @AshGodfrey)

core: 3.47.3 - 2026-04-12

🐝 New Features

  • add providerTypeNameOverride configuration to customize the resource type name prefix independently of packageName (commit by @bflad)

core: 3.47.2 - 2026-03-27

🐝 New Features

  • enforce minimum versions for additionalDependencies to prevent compilation errors from terraform-plugin-go interface changes (commit by @bflad)

core: 3.47.1 - 2026-03-25

🐝 New Features

  • bump Go module version to 1.25 and update terraform-plugin-* dependencies (commit by @bflad)

core: 3.46.54 - 2026-03-23

🐛 Bug Fixes

  • normalize float literals in generated Go usage examples to ensure valid syntax (commit by @danielkov)

core: 3.47.0 - 2026-03-18

🐝 New Features

  • add x-speakeasy-response-filter extension for client-side data source filtering (commit by @bradcypert)

core: 3.46.53 - 2026-03-12

🐛 Bug Fixes

  • reserve s as an SDK keyword to prevent path parameter name collisions (commit by @danielkov)

core: 3.46.52 - 2026-03-11

🐛 Bug Fixes

  • Prevent nil pointer dereference for wrapped attribute fields in RefreshFrom methods (commit by @bflad)

core: 3.46.51 - 2026-03-11

🐛 Bug Fixes

  • use go run instead of go install for staticcheck to avoid toolchain version mismatch (commit by @danielkov)

core: 3.46.50 - 2026-03-04

🐛 Bug Fixes

  • include global security in SDK Example Usage snippets and per-operation docs (commit by @mfbx9da4)

core: 3.46.49 - 2026-03-02

🐛 Bug Fixes

  • use proper error handling in catch clauses for tsgo compatibility (commit by @danielkov)

core: 3.46.48 - 2026-02-27

🐛 Bug Fixes

  • make serverURL optional when operations define their own servers (commit by @danielkov)

core: 3.46.47 - 2026-02-27

🐛 Bug Fixes

  • derive installation URL from repo URL for monorepo subdirectory support (commit by @bradcypert)

core: 3.46.45 - 2026-02-24

🐛 Bug Fixes

  • better support for x-speakeasy-match on enum entity fields (commit by @bradcypert)

core: 3.46.44 - 2026-02-24

🐝 New Features

  • Implemented parallel file templating for better performance (commit by @bflad)

core: 3.46.43 - 2026-02-24

🐝 New Features

  • Performance optimizations for per-entity schema assembly algorithm (commit by @bflad)

core: 3.46.42 - 2026-02-23

🐛 Bug Fixes

  • prevent model file name collisions with reserved SDK package names (commit by @danielkov)

core: 3.46.41 - 2026-02-21

🐛 Bug Fixes

  • prevent model file name collisions with reserved SDK package names (commit by @danielkov)

core: 3.46.40 - 2026-02-18

🐝 New Features

  • Initial support for ephemeral resource generation with close lifecycle (commit by @bflad)

core: 3.46.39 - 2026-02-16

🐝 New Features

  • Initial support for action generation with invoke lifecycle (commit by @bflad)

core: 3.46.38 - 2026-02-12

🐛 Bug Fixes

  • resolve nil-safety bugs in RefreshFromShared methods for write-only fields and optional struct allocation (commit by @bradcypert)

core: 3.46.37 - 2026-02-11

🐝 New Features

  • Initial support for ephemeral resource generation with open lifecycle (commit by @bflad)

core: 3.46.36 - 2026-02-05

🐛 Bug Fixes

  • drift detection for nullable list fields (commit by @bradcypert)

core: 3.46.35 - 2026-02-05

🐝 New Features

  • null-aware data model for Terraform (commit by @bradcypert)

core: 3.46.34 - 2026-02-04

🐝 New Features

  • Support custom functions via additionalActions configuration (commit by @bradcypert)

core: 3.46.33 - 2026-02-04

🐝 New Features

  • Support custom actions via additionalActions configuration (commit by @bradcypert)

core: 3.46.32 - 2026-01-29

🐛 Bug Fixes

  • avoid overwriting SubSDK comments with empty comments when same SubSDK is referenced by multiple tags (commit by @mfbx9da4)

core: 3.46.31 - 2026-01-28

🐛 Bug Fixes

  • discriminated union errors used in both successful and error response (commit by @mfbx9da4)

core: 3.46.30 - 2026-01-27

🐛 Bug Fixes

  • required path parameter in data resource ignored with x-speakeasy-param-readonly (commit by @bradcypert)

core: 3.46.29 - 2026-01-23

🐛 Bug Fixes

  • Prevent extraneous read API operations during update/create (commit by @bflad)

globalSecurity: 2.82.3 - 2026-03-24

🐛 Bug Fixes

  • respect global security alternatives ordering and enforce operation-level security restrictions when hoisted (commit by @2ynn)

globalSecurity: 2.82.2 - 2026-02-03

🐝 New Features

  • support x-speakeasy-name-override on security scheme options (commit by @tristanspeakeasy)

globalServerURLs: 2.83.2 - 2026-02-27

🐛 Bug Fixes

  • don't show global server URL in examples when operation has its own servers (commit by @tristanspeakeasy)

globalServerURLs: 2.83.1 - 2026-02-17

🐝 New Features

  • Automatically inject URL variable enum configuration validators in provider schema (commit by @bflad)

retries: 2.81.5 - 2026-05-27

🐝 New Features

Based on Speakeasy CLI 1.788.1

Last updated by Speakeasy workflow

@github-actions github-actions Bot added the minor Minor version bump label Jun 2, 2026
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1780362414 branch 8 times, most recently from b20e223 to b094750 Compare June 10, 2026 01:08
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1780362414 branch 7 times, most recently from 277dcff to 0834e43 Compare June 17, 2026 01:11
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1780362414 branch 8 times, most recently from 11963c6 to 44f0a88 Compare June 25, 2026 01:02
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1780362414 branch 6 times, most recently from 6ed2aeb to 7f9a483 Compare July 1, 2026 01:07
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1780362414 branch 5 times, most recently from 31f28a7 to b7fa67d Compare July 6, 2026 00:53
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1780362414 branch from b7fa67d to 5fa10a4 Compare July 7, 2026 00:53
@github-actions github-actions Bot closed this Jul 7, 2026
@github-actions github-actions Bot deleted the speakeasy-sdk-regen-1780362414 branch July 7, 2026 00:53
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