Skip to content

release: 0.19.0#35

Merged
sjmiller609 merged 10 commits into
mainfrom
release-please--branches--main--changes--next
May 12, 2026
Merged

release: 0.19.0#35
sjmiller609 merged 10 commits into
mainfrom
release-please--branches--main--changes--next

Conversation

@stainless-app
Copy link
Copy Markdown
Contributor

@stainless-app stainless-app Bot commented Apr 23, 2026

Automated Release PR

0.19.0 (2026-05-12)

Full Changelog: v0.18.0...v0.19.0

Features

  • go: add default http client with timeout (4562f58)
  • support setting headers via env (3b6d6cd)
  • Track per-phase duration on each instance (312c26f)

Bug Fixes

  • go: avoid panic when http.DefaultTransport is wrapped (90abdb2)

Chores

  • avoid embedding reflect.Type for dead code elimination (768a2a1)
  • internal: more robust bootstrap script (53ef042)
  • redact api-key headers in debug logs (0f70339)

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


Note

Medium Risk
Medium risk because it changes default HTTP behavior (new client/transport timeout) and alters debug logging to redact headers, which could affect connectivity and troubleshooting behavior across all SDK consumers.

Overview
Release v0.19.0 updates generated SDK metadata/versioning and refreshes the OpenAPI spec reference.

Adds a new default http.Client that clones http.DefaultTransport (when possible) to set a ResponseHeaderTimeout, and extends DefaultClientOptions to support HYPEMAN_CUSTOM_HEADERS for injecting arbitrary headers.

Expands Instance responses with lifecycle tracking fields (current_phase, current_phase_since, phase_durations_ms), redacts sensitive headers in option.WithDebugLog, and refactors internal encoder cache keys to avoid embedding reflect.Type (plus a small bootstrap script robustness tweak).

Reviewed by Cursor Bugbot for commit 20b9929. Bugbot is set up for automated code reviews on this repo. Configure here.

@firetiger-agent
Copy link
Copy Markdown

Firetiger deploy monitoring skipped

This PR didn't match the auto-monitor filter configured on your GitHub connection:

Any PR that changes the kernel API. Monitor changes to API endpoints (packages/api/cmd/api/) and Temporal workflows (packages/api/lib/temporal) in the kernel repo

Reason: This is an automated release PR with only internal/chore changes to a bootstrap script, not a change to kernel API endpoints or Temporal workflows.

To monitor this PR anyway, reply with @firetiger monitor this.

@stainless-app
Copy link
Copy Markdown
Contributor Author

stainless-app Bot commented Apr 28, 2026

🧪 Testing

To try out this version of the SDK:

Download and unzip: 'https://pkg.stainless.com/s/hypeman-go/312c26f13a0c22a91b902b51c13a431452dca79d/source.zip'. Run 'go mod edit -replace github.com/kernel/hypeman-go=/path/to/unzipped_directory'.

Expires at: Thu, 11 Jun 2026 12:40:34 GMT
Updated at: Tue, 12 May 2026 12:40:34 GMT

@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from b243e2b to 6dac974 Compare April 28, 2026 04:32
@stainless-app stainless-app Bot changed the title release: 0.18.1 release: 0.19.0 Apr 28, 2026
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 6dac974 to 9f751f0 Compare April 28, 2026 04:50
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 9f751f0 to b9f3593 Compare April 29, 2026 19:15
Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit b9f3593. Configure here.

Comment thread default_http_client.go Outdated
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from b9f3593 to 6c7cd27 Compare April 30, 2026 06:14
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 6c7cd27 to 277c1f0 Compare May 1, 2026 04:53
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 277c1f0 to 459e311 Compare May 1, 2026 04:57
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 459e311 to 05ff9ad Compare May 8, 2026 05:21
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 05ff9ad to b1c2fe6 Compare May 8, 2026 05:22
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from b1c2fe6 to 20b9929 Compare May 12, 2026 12:40
@sjmiller609 sjmiller609 merged commit 719e656 into main May 12, 2026
10 checks passed
@stainless-app
Copy link
Copy Markdown
Contributor Author

stainless-app Bot commented May 12, 2026

🤖 Release is at https://github.com/kernel/hypeman-go/releases/tag/v0.19.0 🌻

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.

1 participant