chore(py): no-op sync after preserving async page_size defaults - #417
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. 📒 Files selected for processing (2)
✨ 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 |
|
Closing as no-op: async page_size compatibility was restored (page_size=100), and regenerated SDK now has zero diff vs main. |
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #417 +/- ##
=======================================
Coverage 91.75% 91.75%
=======================================
Files 105 105
Lines 9542 9542
=======================================
Hits 8755 8755
Misses 787 787 🚀 New features to boost your workflow:
|
…_size_default (#55) ## Summary - remove generic `arg_defaults_async` config support - introduce dedicated `page_size_default` config for async `page_size` defaults - keep legacy behavior unchanged for voiceprint async list APIs (`page_size=100`) - add explicit YAML comment on these mappings: this compatibility default must not be removed casually ## Validation - `./scripts/fmt.sh` - `./scripts/lint.sh` - `./scripts/test.sh` (Total coverage: 83.2%) - `./scripts/build.sh` - `./scripts/gengo.sh --output-sdk exist-repo/coze-go-generated` - `./scripts/diffgo.sh` - `./scripts/genpy.sh --output-sdk /tmp/coze-py-pagesize-zI6r2k --ci-check` ## Downstream - coze-py PR: coze-dev/coze-py#417 - note: downstream branch was updated back to baseline behavior, resulting in zero SDK diff
Summary
page_sizecompatibility is preserved viapage_size_defaultpage_size=100main: 0 files changedUpstream
Validation
./scripts/genpy.sh --output-sdk /tmp/coze-py-pagesize-zI6r2k --ci-check