Skip to content

chore: 🐝 Update SDK - Generate 0.30.5#3

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

chore: 🐝 Update SDK - Generate 0.30.5#3
github-actions[bot] wants to merge 1 commit into
mainfrom
speakeasy-sdk-regen-1780362752

Conversation

@github-actions

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

Copy link
Copy Markdown

SDK update

Versioning

Version Bump Type: [patch] - 🤖 (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 (418:5)❌ 
│ ├──[-] path (463:5)❌ 
│ ├──[-] path (497:5)❌ 
│ ├──[-] path (12:5)❌ 
│ ├──[-] path (35:5)❌ 
│ ├──[-] path (195:5)❌ 
│ ├──[+] path (12:3)
│ ├──[+] path (62:3)
│ ├──[+] path (82:3)
│ └──[+] path (137:3)
├─┬Tags
│ └──[+] environments (7:5)
├─┬Servers
│ └──[-] servers (8:7)❌ 
├─┬Servers
│ └──[+] servers (369:5)
├─┬Components
│ ├──[+] securitySchemes (223:7)
│ ├──[-] securitySchemes (546:13)❌ 
│ ├──[+] schemas (338:7)
│ ├──[-] schemas (603:13)❌ 
│ ├──[-] schemas (688:13)❌ 
│ ├──[-] schemas (767:13)❌ 
│ ├──[-] schemas (789:13)❌ 
│ ├──[-] schemas (551:13)❌ 
│ ├──[-] schemas (683:13)❌ 
│ ├──[-] schemas (815:13)❌ 
│ ├──[-] schemas (697:13)❌ 
│ ├──[-] schemas (776:13)❌ 
│ ├──[-] schemas (657:13)❌ 
│ ├──[-] schemas (678:13)❌ 
│ ├──[+] schemas (355:7)
│ ├──[+] schemas (228:7)
│ ├──[-] schemas (717:13)❌ 
│ ├──[+] schemas (264:7)
│ ├──[+] schemas (302:7)
│ ├──[-] schemas (724:13)❌ 
│ ├──[-] schemas (745:13)❌ 
│ ├──[+] schemas (364:7)
│ ├──[-] schemas (838:13)❌ 
│ ├──[+] schemas (322:7)
│ ├──[-] schemas (709:13)❌ 
│ ├──[-] schemas (729:13)❌ 
│ ├──[-] schemas (736:13)❌ 
│ ├──[-] schemas (762:13)❌ 
│ ├──[+] schemas (233:7)
│ ├──[-] schemas (784:13)❌ 
│ └──[+] schemas (293:7)
└─┬Extensions
  └──[+] x-speakeasy-retries (371:3)
Document Element Total Changes Breaking Changes
components 31 21
info 3 0
paths 10 6
tags 1 0
servers 2 1

View full report

Linting Report 0 errors, 0 warnings, 0 hints

View full report

TERRAFORM CHANGELOG

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)

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 patch Patch version bump label Jun 2, 2026
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1780362752 branch 8 times, most recently from 7efc291 to e4513e6 Compare June 10, 2026 01:12
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1780362752 branch 7 times, most recently from 2cc753c to 30ca711 Compare June 17, 2026 01:15
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1780362752 branch 8 times, most recently from 595cdda to 4016f89 Compare June 25, 2026 01:07
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1780362752 branch 6 times, most recently from 6c941af to 81e4447 Compare July 1, 2026 01:12
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1780362752 branch 4 times, most recently from ed952eb to 389a501 Compare July 5, 2026 00:57
* `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-1780362752 branch 2 times, most recently from c44f96a to 65f5851 Compare July 7, 2026 00:56
@github-actions github-actions Bot closed this Jul 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

patch Patch version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant