chore: prepare 0.13.1 release#45
Conversation
|
Warning Review limit reached
Next review available in: 50 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. ✨ 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 |
0.13.1 was bumped in pom.xml and added to the CHANGELOG but never tagged or released (latest real tag/release is v0.13.0). Fold the OkHttp read timeout fix into the still-unreleased 0.13.1 and set the release date, so we ship 0.13.1 (env API key support + read timeout fix) with no version gap. No pom change needed; version already reads 0.13.1.
af297c4 to
8ba1724
Compare
What
Release preparation for 0.13.1.
CHANGELOG.mdunder[0.13.1] ### Fixed[0.13.1]release date to 2026-07-01pom.xmlchange: version already reads0.13.1Why
0.13.1was bumped inpom.xmland added to the CHANGELOG by an earlier change (env API key support) but was never tagged or released — the latest real tag and GitHub release isv0.13.0. Rather than jump to0.13.2and leave a version gap, we fold the read-timeout fix into the still-unreleased0.13.1. It ships both changes:SCANOSS_API_KEYenv varcallTimeout)tools/get_next_version.shwill correctly proposev0.13.1(latest tagv0.13.0≠ pom0.13.1).Release steps (after merge)
main.workflow_dispatch) withrun_for_real = true→ creates and pushes tagv0.13.1.Verification of the read-timeout fix
Verified with a MockWebServer test:
readTimeout=0, callTimeout=60s) completes a 15s slow read.callTimeoutstill bounds the request: with callTimeout=5s the call aborts at ~5s even with read timeout disabled (roof timeout preserved).