Skip to content

Conversation

@holochain-release-automation2
Copy link

@holochain-release-automation2 holochain-release-automation2 commented Nov 14, 2025

Automated preparation for the next release, triggered by mattyg.

Summary by CodeRabbit

  • Bug Fixes

    • Fixed issue where new incoming interrupts would interrupt new outgoing interrupts.
  • Build System

    • Updated Android build support for libdatachannel.
    • Upgraded datachannel library and dependencies.

@cocogitto-bot
Copy link

cocogitto-bot bot commented Nov 14, 2025

✔️ 8bfbddd - Conventional commits check succeeded.

@coderabbitai
Copy link

coderabbitai bot commented Nov 14, 2025

Warning

Rate limit exceeded

@mattyg has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 12 minutes and 38 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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.

📥 Commits

Reviewing files that changed from the base of the PR and between 8bfbddd and ec1cac5.

⛔ Files ignored due to path filters (1)
  • Cargo.lock is excluded by !**/*.lock
📒 Files selected for processing (2)
  • CHANGELOG.md (1 hunks)
  • Cargo.toml (2 hunks)

Walkthrough

This PR prepares a release for version 0.8.1 by updating the changelog with bug fixes, build system updates, CI changes, and testing improvements, while bumping the workspace version in Cargo.toml from 0.8.0 to 0.8.1.

Changes

Cohort / File(s) Summary
Release metadata update
CHANGELOG.md, Cargo.toml
Introduces v0.8.1 changelog entry (2025-11-14) documenting bug fixes (#193), build system improvements (Android libdatachannel, sbd 0.4.0, datachannel 0.16.0, Rust 1.91 CI update), CI release action update (#204), testing improvements (#192), and first-time contributor acknowledgment (#191). Workspace version bumped from 0.8.0 to 0.8.1.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

  • Verify changelog entry accurately reflects the referenced issues and PRs
  • Confirm version consistency between CHANGELOG.md and Cargo.toml

Possibly related PRs

  • PR #168: Performs similar release-preparation edits to CHANGELOG.md and Cargo.toml workspace version
  • PR #190: Previous release preparation that bumped version from 0.7.2 to 0.8.0 with changelog updates

Suggested reviewers

  • ThetaSinner

Pre-merge checks and finishing touches

❌ Failed checks (1 inconclusive)
Check name Status Explanation Resolution
Title check ❓ Inconclusive The title 'Prepare next release' is vague and generic, using non-descriptive language that doesn't convey the specific version or main changes being released. Consider a more specific title that indicates the version (e.g., 'Release v0.8.1' or 'Bump version to 0.8.1 and update changelog') to better reflect the actual changes.
✅ Passed checks (2 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 2

📜 Review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 7a06059 and 8bfbddd.

⛔ Files ignored due to path filters (1)
  • Cargo.lock is excluded by !**/*.lock
📒 Files selected for processing (2)
  • CHANGELOG.md (1 hunks)
  • Cargo.toml (1 hunks)
🧰 Additional context used
🧠 Learnings (1)
📚 Learning: 2025-08-08T08:41:38.069Z
Learnt from: ThetaSinner
Repo: holochain/tx5 PR: 167
File: crates/tx5/tests/tests/flaky_sig.rs:73-84
Timestamp: 2025-08-08T08:41:38.069Z
Learning: Repo holochain/tx5: In test code (crates/tx5/tests/tests/flaky_sig.rs), maintainer (ThetaSinner) prefers not to refactor non-ideal async patterns; leaving block_on in Drop for FlakyRelay is acceptable. Treat similar test-only cleanup suggestions as non-blocking unless they cause flakes/panics.

Applied to files:

  • CHANGELOG.md
🪛 LanguageTool
CHANGELOG.md

[grammar] ~11-~11: Ensure spelling is correct
Context: ...-14 ### Bug Fixes - #193 new incoming interupts new outgoing by @neonphog ### Build Sy...

(QB_NEW_EN_ORTHOGRAPHY_ERROR_IDS_1)

⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (7)
  • GitHub Check: test (x86_64, 29, 26.0.10792818, datachannel)
  • GitHub Check: test (x86_64, 29, 26.0.10792818, go-pion)
  • GitHub Check: test (x86_64, 33, 26.0.10792818, go-pion)
  • GitHub Check: test (x86_64, 33, 26.0.10792818, datachannel)
  • GitHub Check: Test (macos-latest)
  • GitHub Check: Test (windows-latest)
  • GitHub Check: Test (ubuntu-latest)
🔇 Additional comments (1)
CHANGELOG.md (1)

7-34: Changelog entry structure and content look solid.

The v0.8.1 release entry is well-organized with clear sections (Bug Fixes, Build System, CI, Testing, First-time Contributors), proper attribution, and PR cross-references. The format is consistent with previous release entries and the date is correct.

@mattyg mattyg force-pushed the prepare-release-7a06059 branch from 8bfbddd to ec1cac5 Compare November 14, 2025 22:59
@cocogitto-bot
Copy link

cocogitto-bot bot commented Nov 14, 2025

✔️ ec1cac5 - Conventional commits check succeeded.

@jost-s jost-s merged commit 27fbdd1 into main Nov 14, 2025
6 of 10 checks passed
@jost-s jost-s deleted the prepare-release-7a06059 branch November 14, 2025 23:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants