Skip to content

release: 0.1.0-alpha.6#22

Open
stainless-app[bot] wants to merge 38 commits into
mainfrom
release-please--branches--main--changes--next
Open

release: 0.1.0-alpha.6#22
stainless-app[bot] wants to merge 38 commits into
mainfrom
release-please--branches--main--changes--next

Conversation

@stainless-app
Copy link
Copy Markdown
Contributor

@stainless-app stainless-app Bot commented Mar 3, 2026

Automated Release PR

0.1.0-alpha.6 (2026-05-21)

Full Changelog: v0.1.0-alpha.5...v0.1.0-alpha.6

Features

  • api: api update (5c53052)
  • api: api update (8594097)
  • api: api update (eb93c6d)
  • api: api update (0ae17e1)
  • api: update config to account for breaking changes (bca26e2)
  • client: optimize json encoder for internal types (77a27ee)
  • go: add default http client with timeout (e8e7fff)
  • internal: support comma format in multipart form encoding (ecfc0ce)
  • support setting headers via env (c14c4ea)

Bug Fixes

  • better respect format tags from the spec (0b4c0ec)
  • fix issue with unmarshaling in some cases (fa94f5f)
  • go: avoid panic when http.DefaultTransport is wrapped (57cc619)
  • prevent duplicate ? in query params (179abd8)

Chores

  • avoid embedding reflect.Type for dead code elimination (851e07b)
  • ci: skip lint on metadata-only changes (59072fa)
  • ci: skip uploading artifacts on stainless-internal branches (d5f51e8)
  • ci: support opting out of skipping builds on metadata-only commits (046b6e1)
  • client: fix multipart serialisation of Default() fields (68d8f8e)
  • internal: codegen related update (0efeaca)
  • internal: codegen related update (6905ec5)
  • internal: minor cleanup (d4332e4)
  • internal: more robust bootstrap script (1aad79a)
  • internal: support default value struct tag (9be56ed)
  • internal: tweak CI branches (f1ab274)
  • internal: update gitignore (c997311)
  • internal: use explicit returns (f740ed8)
  • internal: use explicit returns in more places (f8f3570)
  • redact api-key headers in debug logs (ce03df6)
  • remove unnecessary error check for url parsing (9a31c22)
  • update docs for api:"required" (afd6c27)

This pull request is managed by Stainless's GitHub App.

The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.

For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.

🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions

@semanticdiff-com
Copy link
Copy Markdown

semanticdiff-com Bot commented Mar 3, 2026

Review changes with  SemanticDiff

Changed Files
File Status
  node_test.go  95% smaller
  .stats.yml  44% smaller
  internal/apiform/tag.go  41% smaller
  internal/apijson/tag.go  41% smaller
  internal/apijson/decoder.go  40% smaller
  vm.go  39% smaller
  internal/requestconfig/requestconfig.go  38% smaller
  internal/encoding/json/indent.go  34% smaller
  vmimage.go  33% smaller
  client.go  29% smaller
  vmimage_test.go  27% smaller
  .github/workflows/ci.yml  21% smaller
  client_test.go  15% smaller
  internal/apiquery/tag.go  12% smaller
  packages/param/encoder.go  8% smaller
  internal/apijson/encoder.go  7% smaller
  internal/apiform/form_test.go  7% smaller
  internal/apiquery/encoder.go  5% smaller
  vmscript.go  4% smaller
  zone.go  3% smaller
  internal/apijson/enum.go  3% smaller
  node.go  3% smaller
  internal/apiform/encoder.go  2% smaller
  internal/apijson/json_test.go  1% smaller
  option/middleware.go  1% smaller
  .gitignore Unsupported file format
  .release-please-manifest.json  0% smaller
  CHANGELOG.md Unsupported file format
  README.md Unsupported file format
  api.md Unsupported file format
  default_http_client.go  0% smaller
  internal/encoding/json/encode.go Unsupported file format
  internal/encoding/json/opt.go  0% smaller
  internal/encoding/json/stream.go  0% smaller
  internal/encoding/json/time.go  0% smaller
  internal/version.go  0% smaller
  packages/param/encoder_test.go  0% smaller
  scripts/bootstrap Unsupported file format
  scripts/utils/upload-artifact.sh Unsupported file format
  shared/constant/constants.go  0% smaller
  usage_test.go  0% smaller

@stainless-app
Copy link
Copy Markdown
Contributor Author

stainless-app Bot commented Mar 3, 2026

🧪 Testing

To try out this version of the SDK:

Download and unzip: 'https://pkg.stainless.com/s/sfc-nodes-go/5c530522281441ba93e17b182dcde27e30fb43cc/source.zip'. Run 'go mod edit -replace github.com/sfcompute/nodes-go=/path/to/unzipped_directory'.

Expires at: Sat, 20 Jun 2026 02:28:09 GMT
Updated at: Thu, 21 May 2026 02:28:09 GMT

@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 356887d to d1033b4 Compare March 7, 2026 17:59
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from d1033b4 to 0a7f81d Compare March 11, 2026 08:33
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 0a7f81d to 4891769 Compare March 11, 2026 08:53
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 4891769 to 02801c2 Compare March 11, 2026 08:58
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 02801c2 to 53a3560 Compare March 17, 2026 11:36
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 53a3560 to 6f1a936 Compare March 24, 2026 04:37
Note that we still want to run tests, as these depend on the metadata.
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 6f1a936 to 8fbde4b Compare March 25, 2026 03:13
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 8fbde4b to bc708de Compare March 26, 2026 04:00
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from bc708de to d158bbe Compare March 26, 2026 04:03
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from d158bbe to d6d7828 Compare March 27, 2026 05:53
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from d6d7828 to f48eb36 Compare March 27, 2026 05:56
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from f48eb36 to 06c7b5e Compare March 27, 2026 05:57
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 4c6af10 to 2a809b0 Compare May 1, 2026 04:44
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 2a809b0 to bfc4eae Compare May 1, 2026 04:48
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from bfc4eae to 095f155 Compare May 1, 2026 04:51
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 095f155 to 7c1e77a Compare May 8, 2026 04:58
defaultHTTPClient performed an unchecked type assertion on
http.DefaultTransport, which panicked for any caller that had wrapped
the global transport (e.g. otelhttp.NewTransport for distributed
tracing). When the assertion fails, fall back to the wrapped
RoundTripper as-is — preserving the caller's wrapping at the cost of
ResponseHeaderTimeout, which is strictly better than panicking.
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 7c1e77a to be0cc05 Compare May 8, 2026 04:59
Pin all GitHub Actions referenced in generated workflows (both
first-party `actions/*` and third-party) to immutable commit SHAs.
Updating pinned actions is now a deliberate codegen-side bump rather
than implicit on every workflow run.
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from be0cc05 to 479bf35 Compare May 13, 2026 04:05
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 479bf35 to 58922fb Compare May 14, 2026 04:05
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 58922fb to 7f33104 Compare May 15, 2026 06:28
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 7f33104 to 6f07571 Compare May 15, 2026 16:28
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 6f07571 to b89e7bb Compare May 17, 2026 04:28
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from b89e7bb to 878a16b Compare May 18, 2026 06:24
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 878a16b to 904f79a Compare May 18, 2026 06:26
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 904f79a to f0b3075 Compare May 18, 2026 06:41
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from f0b3075 to a836c07 Compare May 19, 2026 03:40
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from a836c07 to dcaca0e Compare May 21, 2026 02:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants