release: v0.17.1#677
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
WalkthroughAdded a new top-of-file release entry for v0.17.1 (2026-05-03) to CHANGELOG.md listing two Bug Fixes: removal of an unnecessary protocol guard and minimization of webauthn encoding outputs. No other changelog entries were modified. ChangesChangelog Release Entry
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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. Review rate limit: 6/8 reviews remaining, refill in 11 minutes and 32 seconds.Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #677 +/- ##
=======================================
Coverage 86.17% 86.17%
=======================================
Files 48 48
Lines 4181 4181
=======================================
Hits 3603 3603
Misses 373 373
Partials 205 205 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Actionable comments posted: 2
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@CHANGELOG.md`:
- Line 4: The release notes header "### Bug Fixes" is skipping from the
top-level release heading and triggers markdownlint MD001; update the "### Bug
Fixes" heading to "## Bug Fixes" (or adjust the changelog heading levels
consistently) so the heading hierarchy is H1 -> H2 and the linter error is
resolved.
- Line 1: The compare URL in the CHANGELOG header for "0.17.1" is reversed
(currently "v0.17.1...v0.17.0"); update the markdown link target so it follows
the previous...current pattern by swapping the tags to "v0.17.0...v0.17.1" in
the header line "#
[0.17.1](https://github.com/go-webauthn/webauthn/compare/v0.17.0...v0.17.1)".
Ensure the visible release text remains "0.17.1" while only changing the compare
URL segment.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Repository UI
Review profile: CHILL
Plan: Pro
Run ID: b4100f90-5ece-4d0d-8c33-6824867cc70e
⛔ Files ignored due to path filters (1)
.github/ISSUE_TEMPLATE/bug-report.ymlis excluded by!**/*.yml
📒 Files selected for processing (1)
CHANGELOG.md
b11899b to
c069a06
Compare
No description provided.