release: bump version to 0.8.1 - #123
Conversation
Bug-fix release for the CoT rebuild hygiene fixes in #122: a peer's <contact> endpoint is no longer carried over the mesh, and malformed raw detail is dropped rather than re-emitted, consistently across all five bindings. Patch rather than minor: the wire format is unchanged (all .bin/.pb goldens byte-identical to v0.8.0) and no public API changed — TakPacketV2Data.endpoint still exists, only its documented semantics tightened. All five version sources stamped via scripts/bump-version.sh.
|
Warning Review limit reached
Next review available in: 51 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. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 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 |
Cuts 0.8.1 for the CoT rebuild-hygiene fixes merged in #122.
Patch, not minor — verified before choosing:
.bin/.pbgolden changed in Stop carrying contact endpoints over the mesh and drop malformed raw detail #122.TakPacketV2Data.ktwas KDoc wording (endpointstill exists), which is whyapiCheckpassed with noapi/dump update.#122 shipped no changelog entry, so this adds one covering the fix plus the tooling/CI work since 0.8.0 (native test execution, Spotless/detekt, klib ABI, SHA-pinned actions, CodeQL/Scorecard, the
bump-versionbase-branch repair).All five version sources stamped by
scripts/bump-version.shand self-verified:VERSION,kotlin/gradle.properties,python/pyproject.toml,typescript/package.json,Meshtastic.TAK.csproj.Once merged:
git tag v0.8.1 && git push origin v0.8.1triggersrelease.yml.