chore: hotfix #3361 to v1.1.x#3362
Conversation
|
The latest Buf updates on your PR. Results from workflow CI / buf-check (pull_request).
|
|
Claude finished @julienrbrt's task in 2m 31s —— View job Code Review
This hotfix backports PR #3361 to v1.1.x, adding an HTTP polling fallback and transparent WS reconnect when the DA WebSocket connection is unavailable. The approach is solid. A few observations below. SummaryThe change adds two new behaviours:
Observations
VerdictThe implementation is correct and addresses the original bug. The concurrency model (atomics + mutex, CAS in
Both are non-blocking for a hotfix. Ready to merge once CI passes. |
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
|
Caution Review failedAn error occurred during the review process. Please try again later. ✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## v1.1.x #3362 +/- ##
==========================================
- Coverage 60.98% 60.66% -0.33%
==========================================
Files 127 127
Lines 13879 13969 +90
==========================================
+ Hits 8464 8474 +10
- Misses 4491 4567 +76
- Partials 924 928 +4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Overview
Bring #3361 to a v1.1.x branch as main is already v1.2.x because of the key rotation PR.