chore(v9): release 9.0.0-rc.6 - #768
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
github-actions
Bot
force-pushed
the
release-please--branches--v9
branch
from
July 20, 2026 16:50
530dbad to
4bc3b6a
Compare
github-actions
Bot
force-pushed
the
release-please--branches--v9
branch
4 times, most recently
from
July 27, 2026 17:23
58c6c45 to
5a30bf3
Compare
github-actions
Bot
force-pushed
the
release-please--branches--v9
branch
7 times, most recently
from
August 3, 2026 20:47
e1266ef to
f0414f8
Compare
github-actions
Bot
force-pushed
the
release-please--branches--v9
branch
from
August 4, 2026 16:35
f0414f8 to
45427b3
Compare
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.
🤖 I have created a release beep boop
9.0.0-rc.6 (2026-08-04)
Features
Bug Fixes
Performance Improvements
This PR was generated with Release Please. See documentation.
Note
Medium Risk
Bundled changes touch request handling limits, streaming lifecycle, SDK serialization, and telemetry attribute redaction—not just version strings—so rc.6 carries moderate operational and observability risk despite this PR being metadata-only.
Overview
Release 9.0.0-rc.6 bumps the version in
relay/version/version.go,.release-please-manifest.json, and documents the release inCHANGELOG.md. No application code changes appear in this PR; it packages work already merged since9.0.0-rc.5.Features: polling endpoints gain OpenTelemetry spans for payload serialization and response writes; REPORT evaluation requests are capped at a 5 MiB default body size; usage-metrics event publisher capacity is configurable.
Fixes & behavior: serialized-flag counting and serialize error handling; FDv2 stream encoding in a single jwriter pass; auth spans end before the next handler;
url.pathspan attributes redact end-user context; response byte metrics reflect only bytes actually written; server-side stream replay stops when the SDK client disconnects. Dependency updates patch disclosed CVEs (grpc,x/net,x/text, OpenTelemetry) and bump go-server-sdk to v7.15.4 (reverting v4 core libraries to v3).Performance: OpenTelemetry tracer resolved once per polling handler.
Reviewed by Cursor Bugbot for commit 45427b3. Bugbot is set up for automated code reviews on this repo. Configure here.