Skip to content

chore: 🐝 Update SDK - Generate 0.30.0#2

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

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

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.

Terraform SDK Changes:

  • SDK.environments.listEnvironmentVariables(): Added
  • SDK.environments.createEnvironmentVariable(): Added
  • SDK.environments.listEnvironmentGroups(): Added
  • SDK.environments.putEnvironmentGroup(): Added
  • SDK.environments.deleteEnvironmentGroup(): Added
  • SDK.environments.getEnvironmentVariable(): Added
  • SDK.environments.updateEnvironmentVariable(): Added
  • SDK.environments.deleteEnvironmentVariable(): Added
  • SDK.Workflows.getMaxAllowedLimit(): Removed (Breaking ⚠️)
  • SDK.Workflows.getDefinitions(): Removed (Breaking ⚠️)
  • SDK.Workflows.createDefinition(): Removed (Breaking ⚠️)
  • SDK.Workflows.getDefinition(): Removed (Breaking ⚠️)
  • SDK.Workflows.updateDefinition(): Removed (Breaking ⚠️)
  • SDK.Workflows.deleteDefinition(): Removed (Breaking ⚠️)
  • SDK.Workflows.getWorkflowClosingReasons(): Removed (Breaking ⚠️)
  • SDK.Workflows.setWorkflowClosingReasons(): Removed (Breaking ⚠️)
  • SDK.Closing Reason.getAllClosingReasons(): Removed (Breaking ⚠️)
  • SDK.Closing Reason.createClosingReason(): Removed (Breaking ⚠️)
  • SDK.Closing Reason.changeReasonStatus(): Removed (Breaking ⚠️)

View full SDK changelog

OpenAPI Change Summary
├──[-] security (10:7)❌ 
├──[+] security (10:5)
├──[🔀] openapi (1:10)❌ 
├─┬Info
│ ├──[🔀] title (3:10)
│ ├──[🔀] description (4:16)
│ └──[🔀] version (5:12)
├─┬Paths
│ ├──[-] path (12:5)❌ 
│ ├──[-] path (35:5)❌ 
│ ├──[-] path (195:5)❌ 
│ ├──[-] path (418:5)❌ 
│ ├──[-] path (463:5)❌ 
│ ├──[-] path (497:5)❌ 
│ ├──[+] path (12:3)
│ ├──[+] path (62:3)
│ ├──[+] path (82:3)
│ └──[+] path (136:3)
├─┬Tags
│ └──[+] environments (7:5)
├─┬Servers
│ └──[-] servers (8:7)❌ 
├─┬Servers
│ └──[+] servers (368:5)
├─┬Components
│ ├──[+] securitySchemes (222:7)
│ ├──[-] securitySchemes (546:13)❌ 
│ ├──[+] schemas (363:7)
│ ├──[-] schemas (745:13)❌ 
│ ├──[-] schemas (551:13)❌ 
│ ├──[-] schemas (678:13)❌ 
│ ├──[-] schemas (697:13)❌ 
│ ├──[-] schemas (729:13)❌ 
│ ├──[-] schemas (762:13)❌ 
│ ├──[-] schemas (724:13)❌ 
│ ├──[-] schemas (789:13)❌ 
│ ├──[-] schemas (603:13)❌ 
│ ├──[-] schemas (657:13)❌ 
│ ├──[+] schemas (227:7)
│ ├──[+] schemas (263:7)
│ ├──[+] schemas (301:7)
│ ├──[+] schemas (321:7)
│ ├──[+] schemas (337:7)
│ ├──[-] schemas (736:13)❌ 
│ ├──[+] schemas (354:7)
│ ├──[+] schemas (232:7)
│ ├──[-] schemas (776:13)❌ 
│ ├──[-] schemas (709:13)❌ 
│ ├──[-] schemas (784:13)❌ 
│ ├──[-] schemas (815:13)❌ 
│ ├──[-] schemas (838:13)❌ 
│ ├──[-] schemas (683:13)❌ 
│ ├──[-] schemas (688:13)❌ 
│ ├──[-] schemas (717:13)❌ 
│ ├──[+] schemas (292:7)
│ └──[-] schemas (767:13)❌ 
└─┬Extensions
  └──[+] x-speakeasy-retries (370:3)
Document Element Total Changes Breaking Changes
info 3 0
paths 10 6
tags 1 0
servers 2 1
components 31 21

View full report

Linting Report 0 errors, 0 warnings, 0 hints

View full report

TERRAFORM CHANGELOG

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)

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)

Based on Speakeasy CLI 1.761.11

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-1776732727 branch 7 times, most recently from 2bb894c to a70295f Compare April 28, 2026 00:59
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1776732727 branch 6 times, most recently from b1212d3 to 20eb775 Compare May 4, 2026 01:00
* `SDK.environments.listEnvironmentVariables()`: **Added**
* `SDK.environments.createEnvironmentVariable()`: **Added**
* `SDK.environments.listEnvironmentGroups()`: **Added**
* `SDK.environments.putEnvironmentGroup()`: **Added**
* `SDK.environments.deleteEnvironmentGroup()`: **Added**
* `SDK.environments.getEnvironmentVariable()`: **Added**
* `SDK.environments.updateEnvironmentVariable()`: **Added**
* `SDK.environments.deleteEnvironmentVariable()`: **Added**
* `SDK.Workflows.getMaxAllowedLimit()`: **Removed** (Breaking ⚠️)
* `SDK.Workflows.getDefinitions()`: **Removed** (Breaking ⚠️)
* `SDK.Workflows.createDefinition()`: **Removed** (Breaking ⚠️)
* `SDK.Workflows.getDefinition()`: **Removed** (Breaking ⚠️)
* `SDK.Workflows.updateDefinition()`: **Removed** (Breaking ⚠️)
* `SDK.Workflows.deleteDefinition()`: **Removed** (Breaking ⚠️)
* `SDK.Workflows.getWorkflowClosingReasons()`: **Removed** (Breaking ⚠️)
* `SDK.Workflows.setWorkflowClosingReasons()`: **Removed** (Breaking ⚠️)
* `SDK.Closing Reason.getAllClosingReasons()`: **Removed** (Breaking ⚠️)
* `SDK.Closing Reason.createClosingReason()`: **Removed** (Breaking ⚠️)
* `SDK.Closing Reason.changeReasonStatus()`: **Removed** (Breaking ⚠️)
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1776732727 branch from 20eb775 to ed88877 Compare May 5, 2026 00:55
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