Add deprecation warning and explicit --output-model-type to docs#2911
Add deprecation warning and explicit --output-model-type to docs#2911
Conversation
|
Warning Rate limit exceeded@koxudaxi has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 10 minutes and 48 seconds before requesting another review. ⌛ 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. 📒 Files selected for processing (6)
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 |
|
📚 Docs Preview: https://pr-2911.datamodel-code-generator.pages.dev |
CodSpeed Performance ReportMerging #2911 will not alter performanceComparing
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2911 +/- ##
=======================================
Coverage 99.40% 99.40%
=======================================
Files 95 95
Lines 16905 16905
Branches 1990 1990
=======================================
Hits 16804 16804
Misses 52 52
Partials 49 49
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
@coderabbitai review |
✅ Actions performedReview triggered.
|
Breaking Change AnalysisResult: No breaking changes detected Reasoning: PR #2911 only modifies documentation files (docs/aliases.md, docs/formatting.md, docs/graphql.md, docs/index.md, docs/jsondata.md, docs/jsonschema.md). The changes add explicit --output-model-type pydantic_v2.BaseModel to code examples and include warning boxes explaining that omitting --output-model-type is deprecated. This is purely documentation improvement to help users prepare for a future change - no code, CLI behavior, defaults, or generated output is modified. The actual deprecation warning in code was added in PR #2910, not this PR. This analysis was performed by Claude Code Action |
|
🎉 Released in 0.52.1 This PR is now available in the latest release. See the release notes for details. |
Related Isses: #2466