You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat(api): disable retries
* fix(internal): unmarshal correctly when there are multiple discriminators
* codegen metadata
* feat(api): add vm images resources and update formatting
* codegen metadata
* feat(api): api update
* fix(api): remove undocumented endpoints, add list endpoint
* feat(api): api update
* feat(api): api update
* feat(api): api update
* codegen metadata
* codegen metadata
* chore: bump minimum go version to 1.22
* chore: update more docs for 1.22
* fix: use slices.Concat instead of sometimes modifying r.Options
* chore: do not install brew dependencies in ./scripts/bootstrap by default
* chore: configure new SDK language
* release: 0.1.0-alpha.3
---------
Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+28Lines changed: 28 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,33 @@
1
1
# Changelog
2
2
3
+
## 0.1.0-alpha.3 (2025-10-13)
4
+
5
+
Full Changelog: [v0.1.0-alpha.2...v0.1.0-alpha.3](https://github.com/sfcompute/nodes-go/compare/v0.1.0-alpha.2...v0.1.0-alpha.3)
6
+
7
+
### Features
8
+
9
+
***api:** add vm images resources and update formatting ([273c45f](https://github.com/sfcompute/nodes-go/commit/273c45f75e75104ad10eb1eab1bdb7acc3596cce))
10
+
***api:** api update ([97607e0](https://github.com/sfcompute/nodes-go/commit/97607e02d439b4fe1463a483d362ab5bf65fd708))
11
+
***api:** api update ([5788fb0](https://github.com/sfcompute/nodes-go/commit/5788fb0d297e3c4f79e76e1f2369bd086dad610b))
12
+
***api:** api update ([59b16bc](https://github.com/sfcompute/nodes-go/commit/59b16bcc748ffea703644d6332f33a79196aeeee))
13
+
***api:** api update ([d9c2daa](https://github.com/sfcompute/nodes-go/commit/d9c2daa0151d664a5bbff0609d0a6e1e6db3b8c8))
***api:** remove undocumented endpoints, add list endpoint ([ee795ee](https://github.com/sfcompute/nodes-go/commit/ee795ee93f88b5c379d9ce834356c59fae43e162))
20
+
***internal:** unmarshal correctly when there are multiple discriminators ([2836b68](https://github.com/sfcompute/nodes-go/commit/2836b6828c5f60e8c0c4e8892bbefa54e54b64b8))
21
+
* use slices.Concat instead of sometimes modifying r.Options ([6adf0a1](https://github.com/sfcompute/nodes-go/commit/6adf0a14ecd1b5d20924b1b26816af8c5ed270ad))
22
+
23
+
24
+
### Chores
25
+
26
+
* bump minimum go version to 1.22 ([90c5664](https://github.com/sfcompute/nodes-go/commit/90c566457cad4e6964d6217feeb21eb699d2c385))
27
+
* configure new SDK language ([42f31df](https://github.com/sfcompute/nodes-go/commit/42f31df1c143e56ca36cea4b5de2b937ac000c7c))
28
+
* do not install brew dependencies in ./scripts/bootstrap by default ([5983889](https://github.com/sfcompute/nodes-go/commit/5983889bfd8681434b39372a0d58fe60115ff267))
29
+
* update more docs for 1.22 ([82733b2](https://github.com/sfcompute/nodes-go/commit/82733b2eff62084fa0b0e415e8a3ad6e1f8f546c))
30
+
3
31
## 0.1.0-alpha.2 (2025-09-05)
4
32
5
33
Full Changelog: [v0.1.0-alpha.1...v0.1.0-alpha.2](https://github.com/sfcompute/nodes-go/compare/v0.1.0-alpha.1...v0.1.0-alpha.2)
- <codetitle="delete /v1/nodes/{id}">client.Nodes.<ahref="https://pkg.go.dev/github.com/sfcompute/nodes-go#NodeService.Delete">Delete</a>(ctx <ahref="https://pkg.go.dev/context">context</a>.<ahref="https://pkg.go.dev/context#Context">Context</a>, id <ahref="https://pkg.go.dev/builtin#string">string</a>) <ahref="https://pkg.go.dev/builtin#error">error</a></code>
50
63
- <codetitle="patch /v1/nodes/{id}/extend">client.Nodes.<ahref="https://pkg.go.dev/github.com/sfcompute/nodes-go#NodeService.Extend">Extend</a>(ctx <ahref="https://pkg.go.dev/context">context</a>.<ahref="https://pkg.go.dev/context#Context">Context</a>, id <ahref="https://pkg.go.dev/builtin#string">string</a>, body <ahref="https://pkg.go.dev/github.com/sfcompute/nodes-go">sfcnodes</a>.<ahref="https://pkg.go.dev/github.com/sfcompute/nodes-go#NodeExtendParams">NodeExtendParams</a>) (<ahref="https://pkg.go.dev/github.com/sfcompute/nodes-go">sfcnodes</a>.<ahref="https://pkg.go.dev/github.com/sfcompute/nodes-go#Node">Node</a>, <ahref="https://pkg.go.dev/builtin#error">error</a>)</code>
51
64
- <codetitle="get /v1/nodes/{id}">client.Nodes.<ahref="https://pkg.go.dev/github.com/sfcompute/nodes-go#NodeService.Get">Get</a>(ctx <ahref="https://pkg.go.dev/context">context</a>.<ahref="https://pkg.go.dev/context#Context">Context</a>, id <ahref="https://pkg.go.dev/builtin#string">string</a>) (<ahref="https://pkg.go.dev/github.com/sfcompute/nodes-go">sfcnodes</a>.<ahref="https://pkg.go.dev/github.com/sfcompute/nodes-go#Node">Node</a>, <ahref="https://pkg.go.dev/builtin#error">error</a>)</code>
65
+
- <codetitle="put /v1/nodes/{id}/redeploy">client.Nodes.<ahref="https://pkg.go.dev/github.com/sfcompute/nodes-go#NodeService.Redeploy">Redeploy</a>(ctx <ahref="https://pkg.go.dev/context">context</a>.<ahref="https://pkg.go.dev/context#Context">Context</a>, id <ahref="https://pkg.go.dev/builtin#string">string</a>, body <ahref="https://pkg.go.dev/github.com/sfcompute/nodes-go">sfcnodes</a>.<ahref="https://pkg.go.dev/github.com/sfcompute/nodes-go#NodeRedeployParams">NodeRedeployParams</a>) (<ahref="https://pkg.go.dev/github.com/sfcompute/nodes-go">sfcnodes</a>.<ahref="https://pkg.go.dev/github.com/sfcompute/nodes-go#Node">Node</a>, <ahref="https://pkg.go.dev/builtin#error">error</a>)</code>
52
66
- <codetitle="patch /v1/nodes/{id}/release">client.Nodes.<ahref="https://pkg.go.dev/github.com/sfcompute/nodes-go#NodeService.Release">Release</a>(ctx <ahref="https://pkg.go.dev/context">context</a>.<ahref="https://pkg.go.dev/context#Context">Context</a>, id <ahref="https://pkg.go.dev/builtin#string">string</a>) (<ahref="https://pkg.go.dev/github.com/sfcompute/nodes-go">sfcnodes</a>.<ahref="https://pkg.go.dev/github.com/sfcompute/nodes-go#Node">Node</a>, <ahref="https://pkg.go.dev/builtin#error">error</a>)</code>
0 commit comments