docs(changelog): release v2.0.0 Capello#527
Conversation
|
Warning Rate limit exceeded
⌛ 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: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✨ 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 |
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #527 +/- ##
==========================================
Coverage ? 100.00%
==========================================
Files ? 3
Lines ? 111
Branches ? 0
==========================================
Hits ? 111
Misses ? 0
Partials ? 0
🚀 New features to boost your workflow:
|



Summary
[Unreleased]changes to[2.0.0 - Capello] - 2026-03-17Release Notes
Changed
PUT /players/{player_id}replaced byPUT /players/squadnumber/{squad_number}([REFACTOR] PUT and DELETE endpoints should use Squad Number (natural key) instead of UUID (surrogate key) #521)DELETE /players/{player_id}replaced byDELETE /players/squadnumber/{squad_number}([REFACTOR] PUT and DELETE endpoints should use Squad Number (natural key) instead of UUID (surrogate key) #521)update_asyncanddelete_asyncreplaced byupdate_by_squad_number_asyncanddelete_by_squad_number_async([REFACTOR] PUT and DELETE endpoints should use Squad Number (natural key) instead of UUID (surrogate key) #521)Fixed
assets/folder references fromDockerfile,codecov.yml, and.coderabbit.yaml(chore(config): remove stale assets/ folder references #526)This change is