Fix/go version docs#118
Conversation
rasifr
commented
Apr 21, 2026
- sync Go version requirement to 1.26, drop stale CGO note
- fix config key names, add missing CDC key, update install version
|
Warning Rate limit exceeded
Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 52 minutes and 53 seconds. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
📝 WalkthroughWalkthroughThe pull request updates Go version prerequisites from 1.18/1.20 to 1.26 across build documentation, introduces a new CDC metadata flush configuration property, renames TLS certificate authentication configuration keys, and enhances error tracking and control flow in the table diff task implementation. Changes
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. Comment |
Up to standards ✅🟢 Issues
|
README and install docs referenced Go 1.18/1.20; go.mod requires 1.26. Also removed the outdated CGO/libsqlite3 requirement — the project now uses modernc.org/sqlite (pure Go, no CGO needed). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Fix cert_auth key names: user_cert_file/user_key_file → ace_user_cert_file/ace_user_key_file to match YAML struct tags - Add missing mtree.cdc.cdc_metadata_flush_seconds to config table - Update hardcoded v1.5.3 → v1.9.0 with a note to keep it current Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
b73f7bf to
61d6991
Compare