-
Notifications
You must be signed in to change notification settings - Fork 40
feat: Command Line SDK update for version 11.1.1 #217
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
WalkthroughThis release updates the CLI version from 11.1.0 to 11.1.1 across package metadata, installation scripts, and documentation. The core change introduces collection-scoped enum naming in type generation for seven programming languages (C#, Dart, Java, Kotlin, PHP, Swift, TypeScript) by prefixing enum names with their parent collection name in PascalCase (e.g., Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Areas requiring extra attention:
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (16)
🧰 Additional context used🧬 Code graph analysis (6)lib/type-generation/languages/dart.js (1)
lib/type-generation/languages/java.js (1)
lib/client.js (2)
lib/type-generation/languages/kotlin.js (1)
lib/type-generation/languages/csharp.js (1)
lib/type-generation/languages/swift.js (1)
🔇 Additional comments (24)
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 |
This PR contains updates to the Command Line SDK for version 11.1.1.
Summary by CodeRabbit
Bug Fixes
Chores