Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThe Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment Tip CodeRabbit can use TruffleHog to scan for secrets in your code with verification capabilities.Add a TruffleHog config file (e.g. trufflehog-config.yml, trufflehog.yml) to your project to customize detectors and scanning behavior. The tool runs only when a config file is present. |
13a2938 to
57ad19f
Compare
Why
getstream 3.0.1 includes a critical fix for SFU connection reliability: when an SFU server is full, the SDK now automatically retries with a different SFU instead of failing immediately with
SfuConnectionError.Previously,
connect()would crash if the assigned SFU was at capacity. With 3.0.1, the SDK requests a different SFU from the coordinator and retries with exponential backoff -- matching the behavior of the JS SDK.See GetStream/stream-py#222 for details.
Changes
getstream[webrtc,telemetry]minimum from>=3.0.0to>=3.0.1inagents-core/pyproject.tomlandplugins/getstream/pyproject.tomlSummary by CodeRabbit