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.GetApp(): response.Data Changed (Breaking ⚠️)
  • Unkey.Apps.ListApps(): response.Data[] Changed (Breaking ⚠️)
  • Unkey.Apps.UpdateApp():
    • request.Request Changed (Breaking ⚠️)
    • response.Data Changed (Breaking ⚠️)
  • Unkey.Analytics.GetRatelimits(): Added
  • Unkey.Github.InstallApp(): Added
  • Unkey.Apps.CreateApp():
    • request.Request.Git Added

View full SDK changelog

OpenAPI Change Summary
├─┬Paths
│ ├──[+] path (6380:5)
│ ├──[+] path (9393:5)
│ ├─┬/v2/portal.rerollKey
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[+] x-excluded (12135:25)
│ ├─┬/v2/portal.listKeys
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[+] x-excluded (12060:25)
│ ├─┬/v2/analytics.getVerifications
│ │ └─┬POST
│ │   ├──[🔀] description (6456:26)
│ │   └─┬Responses
│ │     ├──[-] codes (6269:21)❌ 
│ │     ├─┬400
│ │     │ └──[🔀] description (6480:34)
│ │     └─┬401
│ │       └──[🔀] description (6486:34)
│ ├─┬/v2/portal.getVerifications
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[+] x-excluded (11991:25)
│ ├─┬/v2/portal.exchangeSession
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[+] x-excluded (11922:25)
│ └─┬/v2/portal.createSession
│   └─┬POST
│     └─┬Extensions
│       └──[+] x-excluded (11854:25)
├─┬Tags
│ └──[+] github (13488:7)
└─┬Components
  ├──[+] schemas (48:13)
  ├──[+] schemas (3903:13)
  ├──[+] schemas (35:13)
  ├──[+] schemas (3773:13)
  ├──[+] schemas (3885:13)
  ├──[+] schemas (1317:13)
  ├──[+] schemas (3355:13)
  ├──[+] schemas (5102:13)
  ├─┬V2KeysWhoamiRequestBody
  │ └─┬key
  │   └─┬Extensions
  │     └──[+] x-unkey-redact (2381:37)
  ├─┬EnvironmentVariableInput
  │ └─┬value
  │   └─┬Extensions
  │     └──[+] x-unkey-redact (4661:37)
  ├─┬V2AppsUpdateAppRequestBody
  │ ├──[-] properties (510:17)❌ 
  │ └──[+] properties (536:17)
  ├─┬V2PortalCreateSessionResponseData
  │ ├─┬sessionId
  │ │ └─┬Extensions
  │ │   └──[+] x-unkey-redact (5930:37)
  │ └─┬url
  │   └─┬Extensions
  │     └──[+] x-unkey-redact (5937:37)
  ├─┬App
  │ ├──[-] required (3741:19)❌ 
  │ ├──[-] properties (3762:17)❌ 
  │ └──[+] properties (3838:17)
  ├─┬KeyResponseData
  │ └─┬plaintext
  │   └─┬Extensions
  │     └──[+] x-unkey-redact (3625:37)
  ├─┬V2PortalExchangeSessionResponseData
  │ └─┬token
  │   └─┬Extensions
  │     └──[+] x-unkey-redact (5950:37)
  ├─┬V2KeysCreateKeyResponseData
  │ └─┬key
  │   └─┬Extensions
  │     └──[+] x-unkey-redact (5321:37)
  ├─┬V2KeysVerifyKeyRequestBody
  │ └─┬key
  │   └─┬Extensions
  │     └──[+] x-unkey-redact (2311:37)
  ├─┬V2AppsCreateAppRequestBody
  │ ├──[+] properties (396:17)
  │ ├─┬name
  │ │ └──[🔀] $ref (3773:19)❌ 
  │ └─┬project
  │   └──[🔀] $ref (387:21)❌ 
  ├─┬V2AnalyticsGetVerificationsRequestBody
  │ └─┬query
  │   └──[🔀] description (197:34)
  ├─┬V2KeysRerollKeyResponseData
  │ └─┬key
  │   └─┬Extensions
  │     └──[+] x-unkey-redact (5534:37)
  ├─┬V2PortalExchangeSessionRequestBody
  │ └─┬sessionId
  │   └─┬Extensions
  │     └──[+] x-unkey-redact (2799:37)
  └─┬EnvironmentVariable
    └─┬value
      └─┬Extensions
        └──[+] x-unkey-redact (4611:37)
Document Element Total Changes Breaking Changes
paths 11 1
tags 1 0
components 28 5

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.791.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 2 times, most recently from e3cdba7 to 2bde35e Compare August 3, 2026 00:39
* `Unkey.Analytics.GetVerifications()`:  `error.status[404]` **Removed** (Breaking ⚠️)
* `Unkey.Apps.GetApp()`:  `response.Data` **Changed** (Breaking ⚠️)
* `Unkey.Apps.ListApps()`:  `response.Data[]` **Changed** (Breaking ⚠️)
* `Unkey.Apps.UpdateApp()`: 
  *  `request.Request` **Changed** (Breaking ⚠️)
  *  `response.Data` **Changed** (Breaking ⚠️)
* `Unkey.Analytics.GetRatelimits()`: **Added**
* `Unkey.Github.InstallApp()`: **Added**
* `Unkey.Apps.CreateApp()`: 
  *  `request.Request.Git` **Added**
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1784853245 branch from 5c38059 to 0a86c63 Compare August 4, 2026 00:38
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