chore: bump version to 0.8.0-rc.7#134
Merged
Merged
Conversation
Greptile SummaryBumps the crate version from
Confidence Score: 5/5Safe to merge — only version strings are touched. Both changed files contain only the version string update from No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Cargo.toml\n0.8.0-rc.6] -->|version bump| B[Cargo.toml\n0.8.0-rc.7]
C[Cargo.lock\n0.8.0-rc.6] -->|regenerated| D[Cargo.lock\n0.8.0-rc.7]
B --> E[Tag v0.8.0-rc.7 on main]
D --> E
E --> F[release.yml triggered]
F --> G[Pre-release published\n24 assets]
Reviews (1): Last reviewed commit: "chore: bump version to 0.8.0-rc.7" | Re-trigger Greptile |
miguelrios
approved these changes
May 30, 2026
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.
Summary
Cuts release candidate 7. One change since rc.6: #133 (
fix(passthrough): override reqwest 30s TCP_USER_TIMEOUT default, closes #130 root cause).rc.6 shipped the instrumentation that made the bug debuggable in the first place; rc.7 ships the actual fix — overriding reqwest's hardcoded 30s Linux
TCP_USER_TIMEOUTdefault that was killing long SSE streams mid-flight on LLM thinking pauses. Full diagnosis: #130 (comment)After this lands, tag
v0.8.0-rc.7on main triggers.github/workflows/release.ymlto publish a pre-release with sentry+otel asset variants.Test plan
passthrough stream terminated by upstream errorwarns stop firing on Anthropic SSEati.passthrough.stream_errors{route="litellm-staging"}counter stays flat over a 1h active-traffic window🤖 Generated with Claude Code