Skip to content

chore: 🐝 Update SDK - Generate 0.15.0#2

Open
github-actions[bot] wants to merge 1 commit intomainfrom
speakeasy-sdk-regen-1776732497
Open

chore: 🐝 Update SDK - Generate 0.15.0#2
github-actions[bot] wants to merge 1 commit intomainfrom
speakeasy-sdk-regen-1776732497

Conversation

@github-actions
Copy link
Copy Markdown

@github-actions github-actions Bot commented Apr 21, 2026

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.4 - 2026-04-20

🐛 Bug Fixes

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

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)

Based on Speakeasy CLI 1.761.9

Last updated by Speakeasy workflow

@github-actions github-actions Bot added the minor Minor version bump label Apr 21, 2026
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1776732497 branch from 8970273 to 8937903 Compare April 22, 2026 00:47
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1776732497 branch from 8937903 to fac3047 Compare April 23, 2026 00:51
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