Skip to content

Commit b8177ac

Browse files
authored
Merge pull request #17 from unkeyed/speakeasy-sdk-regen-1757936620
chore: 🐝 Update SDK - Generate API-GO 2.0.9
2 parents a47ff4d + 8962fe8 commit b8177ac

File tree

5 files changed

+18
-9
lines changed

5 files changed

+18
-9
lines changed

β€Ž.speakeasy/workflow.lockβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sources:
66
sourceBlobDigest: sha256:cddba09dae51c1f5280e80777202159e984ebff0bb6fdf621630aad4f3957020
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1756254031
9+
- speakeasy-sdk-regen-1757936620
1010
- 2.0.0
1111
api-python:
1212
sourceNamespace: api-python
@@ -23,7 +23,7 @@ targets:
2323
sourceRevisionDigest: sha256:2b29d50cb6c702debaeebd9002b0c09e852e91b802bf9403c7c70f89c8b71803
2424
sourceBlobDigest: sha256:cddba09dae51c1f5280e80777202159e984ebff0bb6fdf621630aad4f3957020
2525
codeSamplesNamespace: api-go-code-samples
26-
codeSamplesRevisionDigest: sha256:155e73ba809c8cde99dba7f8b004c30929a3cfe4bbd3fc86462f5b16aae15877
26+
codeSamplesRevisionDigest: sha256:84ce2daf3df69a111de8c9033f94284e9d21f1db0800bda5062d4a31b5199b63
2727
api-py:
2828
source: api-python
2929
sourceNamespace: api-python

β€Žapi/go/.speakeasy/gen.lockβ€Ž

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ management:
55
docVersion: 2.0.0
66
speakeasyVersion: 1.615.2
77
generationVersion: 2.698.4
8-
releaseVersion: 2.0.3
9-
configChecksum: 4fa3b6934d12594351db0b124900a874
8+
releaseVersion: 2.0.9
9+
configChecksum: 073f75c1ca28933e772bcda4a0701e6d
1010
repoURL: https://github.com/unkeyed/sdks.git
1111
repoSubDirectory: api/go
1212
installationURL: https://github.com/unkeyed/sdks/api/go
@@ -1305,4 +1305,3 @@ examples:
13051305
application/json: {"meta": {"requestId": "req_123"}, "error": {"detail": "Property foo is required but is missing.", "status": 404, "title": "Not Found", "type": "https://unkey.com/docs/errors/unkey/resource/not_found"}}
13061306
examplesVersion: 1.0.2
13071307
generatedTests: {}
1308-
releaseNotes: "## Go SDK Changes Detected:\n* `Unkey.Keys.UpdateKey()`: \n * `request.Request.Credits` **Changed**\n* `Unkey.Ratelimit.Limit()`: `error.status[410]` **Added**\n"

β€Žapi/go/RELEASES.mdβ€Ž

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,14 @@ Based on:
2828
### Generated
2929
- [go v2.0.3] api/go
3030
### Releases
31-
- [Go v2.0.3] https://github.com/unkeyed/sdks/releases/tag/api/go/v2.0.3 - api/go
31+
- [Go v2.0.3] https://github.com/unkeyed/sdks/releases/tag/api/go/v2.0.3 - api/go
32+
33+
## 2025-09-15 11:43:19
34+
### Changes
35+
Based on:
36+
- OpenAPI Doc
37+
- Speakeasy CLI 1.615.2 (2.698.4) https://github.com/speakeasy-api/speakeasy
38+
### Generated
39+
- [go v2.0.9] api/go
40+
### Releases
41+
- [Go v2.0.9] https://github.com/unkeyed/sdks/releases/tag/api/go/v2.0.9 - api/go

β€Žapi/go/gen.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ generation:
2222
generateNewTests: false
2323
skipResponseBodyAssertions: false
2424
go:
25-
version: 2.0.3
25+
version: 2.0.9
2626
additionalDependencies: {}
2727
allowUnknownFieldsInWeakUnions: true
2828
baseErrorName: UnkeyError

β€Žapi/go/unkey.goβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,9 +216,9 @@ func WithTimeout(timeout time.Duration) SDKOption {
216216
// New creates a new instance of the SDK with the provided options
217217
func New(opts ...SDKOption) *Unkey {
218218
sdk := &Unkey{
219-
SDKVersion: "2.0.3",
219+
SDKVersion: "2.0.9",
220220
sdkConfiguration: config.SDKConfiguration{
221-
UserAgent: "speakeasy-sdk/go 2.0.3 2.698.4 2.0.0 github.com/unkeyed/sdks/api/go/v2",
221+
UserAgent: "speakeasy-sdk/go 2.0.9 2.698.4 2.0.0 github.com/unkeyed/sdks/api/go/v2",
222222
ServerList: ServerList,
223223
},
224224
hooks: hooks.New(),

0 commit comments

Comments
Β (0)