chore(release): merge release/2.1.1 back into develop - #854
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (8)
Included review availability: Your plan provides up to 2 included reviews per hour; 1 remains after this review. 📝 WalkthroughWalkthroughChangesOpenRAG 2.1.1 release
Estimated code review effort: 2 (Simple) | ~10 minutes Merge Risk: ⚪ Minimal · up to This PR back-merges the already shipped 2.1.1 release changes into develop; no actionable merge-blocking risk remains beyond normal checks and review. Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 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 |
- Fix CLAUDE.md wording: filter_sources_by_citations() falls back to the presented source list, not the full retrieved set. - Note in entrypoint.sh/raycluster.yaml that the umask 002 fix only covers files written after upgrading; an existing openrag_venv volume/PVC still needs to be recreated once. - Require a real JSON boolean for metadata.include_all_retrieved_sources instead of any truthy value (e.g. the string "false" was enabling it).
5eba9fc to
9931080
Compare
hedhoud
left a comment
There was a problem hiding this comment.
The back-merge preserves the released stabilization changes and version bump without introducing unrelated changes. CI is green.
Back-merges the
release/2.1.1stabilization branch intodevelopper the release process, so the version bump and release-branch fixes aren't lost.Already shipped as v2.1.1 (PR #848, merged to
main).Includes on top of the version bump:
include_all_retrieved_sources)Nothing here is new feature work — release-branch commits only.
(Supersedes #853, opened under the wrong account.)
Summary by CodeRabbit
Bug Fixes
True.Release
Documentation