Skip to content

chore(main): release 0.6.6#117

Merged
bhekanik merged 2 commits into
mainfrom
release-please--branches--main
Jul 11, 2026
Merged

chore(main): release 0.6.6#117
bhekanik merged 2 commits into
mainfrom
release-please--branches--main

Conversation

@bhekanik

@bhekanik bhekanik commented Jul 11, 2026

Copy link
Copy Markdown
Contributor

🤖 I have created a release beep boop

0.6.6 (2026-07-11)

Features

  • edit stored drafts in place across CLI, TUI, and web (#110) (6101d95)
  • imap: file sent mail into the server Sent folder via APPEND (multi-account parity with Gmail) (#127) (1ccc379)

Bug Fixes

  • cli: confine attachment downloads to --dir and sanitize mail filename (#113) (b37ed29)
  • gmail: decode message bodies by declared charset instead of dropping non-UTF-8 (P1 data loss) (#114) (b60033c)
  • imap: harden sync, dates, labels, snippets, and command safety (13 fixes) (#125) (467ca99)
  • make reader quote and activity/history truncation char-boundary safe (#115) (c6e96f0)
  • smtp: guard cleartext auth, validate config, classify transient send errors (#123) (f0777f6)
  • store: index messages(account_id, message_id_header) to kill dedup full-scans (#109) (ca2b24b), closes #107
  • sync: scope message-direction classification to the receiving account (#126) (4bb1e7e)
  • tui: expand visual-line selection to thread rows, not flat envelope indices (#112) (dabe2a8)
  • unblock CI (crossbeam-epoch RUSTSEC-2026-0204 + clippy question_mark) (#111) (c9b2f59)

This PR was generated with Release Please. See documentation.

@vercel

vercel Bot commented Jul 11, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
mxr-mail Ready Ready Preview, Comment Jul 11, 2026 9:18am

@coderabbitai

coderabbitai Bot commented Jul 11, 2026

Copy link
Copy Markdown

Review Change Stack

Warning

Review limit reached

@bhekanik, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 44 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 6eee15e7-8488-4efc-a610-c29d4062ef53

📥 Commits

Reviewing files that changed from the base of the PR and between 9be64e5 and 70d1821.

⛔ Files ignored due to path filters (1)
  • Cargo.lock is excluded by !**/*.lock
📒 Files selected for processing (3)
  • .release-please-manifest.json
  • CHANGELOG.md
  • Cargo.toml
📝 Walkthrough

Walkthrough

The release metadata was updated from version 0.6.5 to 0.6.6, and CHANGELOG.md received a new v0.6.6 release entry with feature and bug-fix notes.

Changes

Release 0.6.6

Layer / File(s) Summary
Version metadata and changelog
.release-please-manifest.json, Cargo.toml, CHANGELOG.md
The manifest and workspace package version changed to 0.6.6, and the changelog added the v0.6.6 features and bug fixes.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Possibly related PRs

Suggested labels: autorelease: tagged

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Linked Issues check ⚠️ Warning Issue #107 asks for a composite messages index, but this PR only bumps versions and updates the changelog. Add the schema migration for an index on messages(account_id, message_id_header) and verify the lookup uses it.
✅ Passed checks (4 passed)
Check name Status Explanation
Out of Scope Changes check ✅ Passed The changes are limited to release version bumps and changelog notes, which are in scope for a release PR.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately reflects the release-focused changes and version bump to 0.6.6.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release-please--branches--main

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.

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

No issues found across 3 files

Re-trigger cubic

@bhekanik bhekanik merged commit 8c605fb into main Jul 11, 2026
27 checks passed
@bhekanik

Copy link
Copy Markdown
Contributor Author

🤖 Created releases:

🌻

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.

Missing index on messages(message_id_header) causes full-table scans in per-message dedup lookup (100% CPU on large mailboxes)

1 participant