Skip to content

chore: 🐝 Update SDK - Generate API-GO 2.7.2 - #86

Open
github-actions[bot] wants to merge 2 commits into
mainfrom
speakeasy-sdk-regen-1784853245
Open

chore: 🐝 Update SDK - Generate API-GO 2.7.2#86
github-actions[bot] wants to merge 2 commits into
mainfrom
speakeasy-sdk-regen-1784853245

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 24, 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.

Go SDK Changes:

  • Unkey.Analytics.GetVerifications(): error.status[404] Removed (Breaking ⚠️)
  • Unkey.Apps.UpdateApp():
    • request.Request Changed (Breaking ⚠️)
    • response.Data Changed (Breaking ⚠️)
  • Unkey.Apps.ListApps(): response.Data[] Changed (Breaking ⚠️)
  • Unkey.Apps.GetApp(): response.Data Changed (Breaking ⚠️)
  • Unkey.Github.InstallApp(): Added
  • Unkey.Permissions.SetRolePermissions(): Added
  • Unkey.Analytics.GetRatelimits(): Added
  • Unkey.Apps.CreateApp():
    • request.Request.Git Added
  • Unkey.Domains.ListDomains(): Added
  • Unkey.Domains.GetDomain(): Added
  • Unkey.Domains.CreateDomain(): Added
  • Unkey.Environments.GetEnvironment(): response.Data.Kind Added
  • Unkey.Environments.ListEnvironments(): response.Data[].Kind Added
  • Unkey.Gateway.ListPolicies(): response.Data[].Ratelimit Changed
  • Unkey.Gateway.SetPolicies():
    • request.Request.Policies[].Ratelimit Changed
  • Unkey.Gateway.UpdatePolicy():
    • request.Request.Ratelimit Changed
  • Unkey.Permissions.CreateRole():
    • request.Request.Permissions Added

View full SDK changelog

OpenAPI Change Summary
├─┬Paths
│ ├──[+] path (9037:5)
│ ├──[+] path (13003:5)
│ ├──[+] path (6794:5)
│ ├──[+] path (8762:5)
│ ├──[+] path (10614:5)
│ ├──[+] path (9323:5)
│ ├─┬/v2/portal.listKeys
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[+] x-excluded (13357:25)
│ ├─┬/v2/portal.rerollKey
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[+] x-excluded (13432:25)
│ ├─┬/v2/portal.createSession
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[+] x-excluded (13151:25)
│ ├─┬/v2/analytics.getVerifications
│ │ └─┬POST
│ │   ├──[🔀] description (6870:26)
│ │   └─┬Responses
│ │     ├──[-] codes (6269:21)❌ 
│ │     ├─┬400
│ │     │ └──[🔀] description (6894:34)
│ │     └─┬401
│ │       └──[🔀] description (6900:34)
│ ├─┬/v2/portal.getVerifications
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[+] x-excluded (13288:25)
│ ├─┬/v2/permissions.createRole
│ │ └─┬POST
│ │   ├──[🔀] description (12514:26)
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬basic
│ │         └──[+] value (12537:37)
│ └─┬/v2/portal.exchangeSession
│   └─┬POST
│     └─┬Extensions
│       └──[+] x-excluded (13219:25)
├─┬Tags
│ └──[+] domains (14769:7)
├─┬Tags
│ └──[+] github (14787:7)
└─┬Components
  ├──[+] schemas (906:13)
  ├──[+] schemas (4589:13)
  ├──[+] schemas (895:13)
  ├──[+] schemas (6332:13)
  ├──[+] schemas (4849:13)
  ├──[+] schemas (3510:13)
  ├──[+] schemas (877:13)
  ├──[+] schemas (939:13)
  ├──[+] schemas (2871:13)
  ├──[+] schemas (4692:13)
  ├──[+] schemas (2853:13)
  ├──[+] schemas (1437:13)
  ├──[+] schemas (4058:13)
  ├──[+] schemas (3928:13)
  ├──[+] schemas (48:13)
  ├──[+] schemas (4040:13)
  ├──[+] schemas (5510:13)
  ├──[+] schemas (866:13)
  ├──[+] schemas (838:13)
  ├──[+] schemas (35:13)
  ├──[+] schemas (4659:13)
  ├──[+] schemas (4564:13)
  ├─┬V2KeysRemoveRolesRequestBody
  │ └─┬roles
  │   └─┬Schema
  │     ├──[🔀] maxLength (2073:36)❌ 
  │     ├──[🔀] minLength (2072:36)❌ 
  │     └──[-] pattern (1914:34)❌ 
  ├─┬V2RatelimitLimitRequestBody
  │ ├─┬identifier
  │ │ └──[🔀] maxLength (3314:32)❌ 
  │ └─┬namespace
  │   └──[🔀] maxLength (3286:32)❌ 
  ├─┬RatelimitPolicy
  │ ├──[-] required (4677:19)❌ 
  │ ├──[🔀] description (5219:26)
  │ ├──[🔀] example (5224:17)
  │ ├──[+] properties (5206:17)
  │ ├─┬windowMs
  │ │ └──[🔀] description (5193:34)
  │ ├─┬limit
  │ │ ├──[+] items (5209:25)❌ 
  │ │ ├──[🔀] type (5207:27)❌ 
  │ │ ├──[-] minimum (4682:30)❌ 
  │ │ ├──[-] format (4681:29)❌ 
  │ │ ├──[+] maxItems (5211:31)❌ 
  │ │ ├──[+] minItems (5210:31)❌ 
  │ │ └──[🔀] description (5212:34)
  │ └─┬identifier
  │   └──[🔀] $ref (5200:21)❌ 
  ├─┬V2AppsUpdateAppRequestBody
  │ ├──[-] properties (510:17)❌ 
  │ └──[+] properties (535:17)
  ├─┬V2KeysRemovePermissionsRequestBody
  │ └─┬permissions
  │   └─┬Schema
  │     ├──[+] maxLength (2029:36)❌ 
  │     └──[🔀] minLength (2028:36)❌ 
  ├─┬V2RatelimitGetOverrideRequestBody
  │ ├─┬identifier
  │ │ └──[🔀] maxLength (3265:32)❌ 
  │ └─┬namespace
  │   └──[🔀] maxLength (3252:32)❌ 
  ├─┬App
  │ ├──[-] required (3741:19)❌ 
  │ ├──[-] properties (3762:17)❌ 
  │ └──[+] properties (3993:17)
  ├─┬V2PermissionsGetRoleRequestBody
  │ └─┬role
  │   ├──[🔀] maxLength (2748:32)❌ 
  │   ├──[🔀] minLength (2747:32)❌ 
  │   └──[-] pattern (2581:30)❌ 
  ├─┬V2PermissionsCreatePermissionRequestBody
  │ └─┬slug
  │   └──[🔀] pattern (2550:30)❌ 
  ├─┬V2PermissionsDeleteRoleRequestBody
  │ └─┬role
  │   ├──[🔀] maxLength (2687:32)❌ 
  │   ├──[🔀] minLength (2686:32)❌ 
  │   └──[-] pattern (2517:30)❌ 
  ├─┬V2ApisGetApiResponseData
  │ └─┬name
  │   └──[🔀] maxLength (3644:32)❌ 
  ├─┬V2PermissionsCreateRoleRequestBody
  │ ├──[+] properties (2617:17)
  │ └─┬name
  │   ├──[🔀] maxLength (2595:32)❌ 
  │   ├──[-] pattern (2438:30)❌ 
  │   └──[🔀] description (2596:34)
  ├─┬V2PortalExchangeSessionRequestBody
  │ └─┬sessionId
  │   └─┬Extensions
  │     └──[+] x-unkey-redact (2954:37)
  ├─┬V2RatelimitSetOverrideRequestBody
  │ ├─┬identifier
  │ │ └──[🔀] maxLength (3468:32)❌ 
  │ └─┬namespace
  │   └──[🔀] maxLength (3438:32)❌ 
  ├─┬V2KeysRerollKeyResponseData
  │ └─┬key
  │   └─┬Extensions
  │     └──[+] x-unkey-redact (5943:37)
  ├─┬KeyResponseData
  │ └─┬plaintext
  │   └─┬Extensions
  │     └──[+] x-unkey-redact (3780:37)
  ├─┬V2PortalExchangeSessionResponseData
  │ └─┬token
  │   └─┬Extensions
  │     └──[+] x-unkey-redact (6364:37)
  ├─┬V2AnalyticsGetVerificationsRequestBody
  │ └─┬query
  │   └──[🔀] description (197:34)
  ├─┬V2PortalCreateSessionResponseData
  │ ├─┬url
  │ │ └─┬Extensions
  │ │   └──[+] x-unkey-redact (6351:37)
  │ └─┬sessionId
  │   └─┬Extensions
  │     └──[+] x-unkey-redact (6344:37)
  ├─┬V2KeysUpdateKeyRequestBody
  │ ├─┬roles
  │ │ └─┬Schema
  │ │   ├──[🔀] maxLength (2382:36)❌ 
  │ │   └──[-] pattern (2226:34)❌ 
  │ └─┬permissions
  │   └─┬Schema
  │     ├──[🔀] maxLength (2397:36)❌ 
  │     └──[🔀] minLength (2396:36)❌ 
  ├─┬V2ApisCreateApiRequestBody
  │ └─┬name
  │   ├──[🔀] maxLength (220:32)❌ 
  │   ├──[-] pattern (197:30)❌ 
  │   ├──[🔀] description (221:34)
  │   └──[🔀] example (224:30)
  ├─┬V2KeysCreateKeyRequestBody
  │ ├─┬permissions
  │ │ ├──[-] pattern (1653:30)❌ 
  │ │ └─┬Schema
  │ │   ├──[🔀] maxLength (1809:36)❌ 
  │ │   └──[+] pattern (1810:34)❌ 
  │ └─┬roles
  │   └─┬Schema
  │     ├──[🔀] maxLength (1794:36)❌ 
  │     └──[-] pattern (1637:34)❌ 
  ├─┬V2PermissionsGetPermissionRequestBody
  │ └─┬permission
  │   ├──[🔀] maxLength (2723:32)❌ 
  │   ├──[🔀] minLength (2722:32)❌ 
  │   └──[🔀] pattern (2724:30)❌ 
  ├─┬V2KeysMigrateKeyData
  │ ├─┬roles
  │ │ └─┬Schema
  │ │   └──[🔀] maxLength (5787:36)❌ 
  │ └─┬permissions
  │   └─┬Schema
  │     ├──[🔀] maxLength (5802:36)❌ 
  │     └──[+] pattern (5803:34)❌ 
  ├─┬EnvironmentVariable
  │ └─┬value
  │   └─┬Extensions
  │     └──[+] x-unkey-redact (5000:37)
  ├─┬V2KeysWhoamiRequestBody
  │ └─┬key
  │   └─┬Extensions
  │     └──[+] x-unkey-redact (2499:37)
  ├─┬V2PermissionsDeletePermissionRequestBody
  │ └─┬permission
  │   ├──[🔀] maxLength (2649:32)❌ 
  │   ├──[🔀] minLength (2648:32)❌ 
  │   └──[🔀] pattern (2650:30)❌ 
  ├─┬V2KeysSetRolesRequestBody
  │ └─┬roles
  │   └─┬Schema
  │     ├──[🔀] maxLength (2212:36)❌ 
  │     ├──[🔀] minLength (2211:36)❌ 
  │     └──[-] pattern (2053:34)❌ 
  ├─┬Environment
  │ ├──[+] required (4787:19)❌ 
  │ ├──[+] properties (4807:17)
  │ ├─┬regions
  │ │ └──[🔀] $ref (4849:19)❌ 
  │ ├─┬slug
  │ │ └──[🔀] $ref (4860:19)❌ 
  │ ├─┬runtime
  │ │ └──[🔀] $ref (4841:21)❌ 
  │ └─┬updatedAt
  │   ├──[🔀] type (4797:27)❌ 
  │   ├──[-] maximum (4331:30)❌ 
  │   ├──[-] minimum (4330:30)❌ 
  │   ├──[-] format (4329:29)❌ 
  │   ├──[🔀] description (4798:34)
  │   ├──[🔀] example (4800:30)
  │   └─┬Extensions
  │     ├──[-] x-go-type-skip-optional-pointer (4336:54)❌ 
  │     └──[-] x-go-type-skip-optional-pointer-with-omitzero (4337:68)❌ 
  ├─┬V2KeysSetPermissionsRequestBody
  │ └─┬permissions
  │   └─┬Schema
  │     ├──[+] maxLength (2168:36)❌ 
  │     └──[🔀] minLength (2167:36)❌ 
  ├─┬V2RatelimitDeleteOverrideRequestBody
  │ ├─┬namespace
  │ │ └──[🔀] maxLength (3208:32)❌ 
  │ └─┬identifier
  │   └──[🔀] maxLength (3221:32)❌ 
  ├─┬V2KeysCreateKeyResponseData
  │ └─┬key
  │   └─┬Extensions
  │     └──[+] x-unkey-redact (5729:37)
  ├─┬V2AppsCreateAppRequestBody
  │ ├──[+] properties (395:17)
  │ ├─┬name
  │ │ └──[🔀] $ref (3928:19)❌ 
  │ └─┬project
  │   └──[🔀] $ref (386:21)❌ 
  ├─┬V2KeysAddPermissionsRequestBody
  │ └─┬permissions
  │   └─┬Schema
  │     ├──[+] maxLength (1657:36)❌ 
  │     └──[🔀] minLength (1656:36)❌ 
  ├─┬V2KeysAddRolesRequestBody
  │ └─┬roles
  │   └─┬Schema
  │     ├──[🔀] maxLength (1701:36)❌ 
  │     ├──[🔀] minLength (1700:36)❌ 
  │     └──[-] pattern (1543:34)❌ 
  ├─┬V2KeysVerifyKeyRequestBody
  │ └─┬key
  │   └─┬Extensions
  │     └──[+] x-unkey-redact (2429:37)
  ├─┬V2RatelimitListOverridesRequestBody
  │ └─┬namespace
  │   └──[🔀] maxLength (3372:32)❌ 
  └─┬EnvironmentVariableInput
    └─┬value
      └─┬Extensions
        └──[+] x-unkey-redact (5050:37)
Document Element Total Changes Breaking Changes
paths 17 1
tags 2 0
components 126 75

View full report

Linting Report 0 errors, 3 warnings, 1 hints

View full report

GO CHANGELOG

unions: 2.87.8 - 2026-07-16

🐝 New Features

  • add opt-in generic constructors for union types (commit by @2ynn)

Based on Speakeasy CLI 1.793.1

Last updated by Speakeasy workflow

@github-actions github-actions Bot added the patch Patch version bump label Jul 24, 2026
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1784853245 branch 8 times, most recently from c4e71c7 to c2dc10e Compare August 1, 2026 00:39
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1784853245 branch 8 times, most recently from d32a64e to ec82a59 Compare August 9, 2026 00:21
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1784853245 branch 3 times, most recently from 38cf272 to 59ee1ef Compare August 12, 2026 00:26
* `Unkey.Analytics.GetVerifications()`:  `error.status[404]` **Removed** (Breaking ⚠️)
* `Unkey.Apps.UpdateApp()`: 
  *  `request.Request` **Changed** (Breaking ⚠️)
  *  `response.Data` **Changed** (Breaking ⚠️)
* `Unkey.Apps.ListApps()`:  `response.Data[]` **Changed** (Breaking ⚠️)
* `Unkey.Apps.GetApp()`:  `response.Data` **Changed** (Breaking ⚠️)
* `Unkey.Github.InstallApp()`: **Added**
* `Unkey.Permissions.SetRolePermissions()`: **Added**
* `Unkey.Analytics.GetRatelimits()`: **Added**
* `Unkey.Apps.CreateApp()`: 
  *  `request.Request.Git` **Added**
* `Unkey.Domains.ListDomains()`: **Added**
* `Unkey.Domains.GetDomain()`: **Added**
* `Unkey.Domains.CreateDomain()`: **Added**
* `Unkey.Environments.GetEnvironment()`:  `response.Data.Kind` **Added**
* `Unkey.Environments.ListEnvironments()`:  `response.Data[].Kind` **Added**
* `Unkey.Gateway.ListPolicies()`:  `response.Data[].Ratelimit` **Changed**
* `Unkey.Gateway.SetPolicies()`: 
  *  `request.Request.Policies[].Ratelimit` **Changed**
* `Unkey.Gateway.UpdatePolicy()`: 
  *  `request.Request.Ratelimit` **Changed**
* `Unkey.Permissions.CreateRole()`: 
  *  `request.Request.Permissions` **Added**
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1784853245 branch from 38293e6 to 3b04deb Compare August 13, 2026 00:27
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