Conversation
There was a problem hiding this comment.
Pull request overview
Bumps the Go SDK release version to 0.8.0, exposing the collection-detail functionality added in #97.
Changes:
- Updates the SDK version reported in the default User-Agent.
- Keeps
APIVersionunchanged.
Tip
If you aren't ready for review, convert to a draft PR.
Click "Convert to draft" or run gh pr ready --undo.
Click "Ready for review" or run gh pr ready to reengage.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release prep for the typed collection-detail operation in #97, now that the Haystack endpoint is deployed and the SDK change is merged.
This is a minor bump because the release adds the public
GetCollectiongenerated operation plusCollectionsService.GetandGetPage. Existing SDK callers remain compatible.APIVersionstays at2026-08-21; this PR changes only the SDKVersionsent in the User-Agent from0.7.0to0.8.0.Validation
mise exec -- env GOWORK=off make go-check— passedmake bump VERSION=0.8.0— changed onlygo/pkg/hey/version.goAfter this merges,
make release VERSION=0.8.0will run the release gate and create bothv0.8.0andgo/v0.8.0.Collection SDK card: https://app.basecamp.com/2914079/buckets/48521764/card_tables/cards/10225277027
Summary by cubic
Bumps the HEY Go SDK version from 0.7.0 to 0.8.0 to publish the typed collection-detail API. Previously the SDK sent
User-Agentversion 0.7.0; now it sends 0.8.0.APIVersionremains2026-08-21.go/pkg/hey/version.go; no behavior change beyond the reported SDK version.GetCollectionoperation andCollectionsService.Get/CollectionsService.GetPage; no migrations required.make release VERSION=0.8.0to publishv0.8.0andgo/v0.8.0.Written for commit 76ba069. Summary will update on new commits.