chore(release): bump version to 0.3.0#171
Conversation
Release prep for the v0.3.0 tag: - Cargo.toml/Cargo.lock: 0.2.0 -> 0.3.0. moon_version in INFO server derives from CARGO_PKG_VERSION, so tagging without this bump would ship binaries self-reporting 0.2.0 (release.yml does not validate tag-vs-crate version). - CHANGELOG: roll [Unreleased] into [0.3.0] - 2026-06-11 with a release summary. Headlines: background FT compaction + segment merge (PR #165), SQ8 quantization across the full FT lifecycle (PR #166), deep-review hot-path perf pass +33%/+25% pipelined SET/GET (PR #168), HOTKEYS command + per-shard SpaceSaving sketch (PR #169), elastic per-shard memory budgets (PR #170), OBJECT wire-reachability fix, Cypher lexer logos 0.16 migration, dependency bumps. Pre-release gates run on this tree: - Security review (diff v0.2.0..main): no blocking issues. - Perf/correctness review (diff v0.2.0..main): no blocking issues. - Local CI parity (fmt, clippy default + tokio/jemalloc, tests both runtimes) on Linux VM. author: Tin Dang
Qodo reviews are paused for this user.Troubleshooting steps vary by plan Learn more → On a Teams plan? Using GitHub Enterprise Server, GitLab Self-Managed, or Bitbucket Data Center? |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThis PR marks the 0.3.0 release by updating the package manifest version from 0.2.0 to 0.3.0 in Cargo.toml and adding a corresponding changelog entry documenting the release date and highlights including hot-shard elasticity, vector engine improvements, and performance optimizations. Changes0.3.0 Release
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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 |
Release prep for v0.3.0
Bumps the crate version 0.2.0 → 0.3.0 and rolls
[Unreleased]into[0.3.0] — 2026-06-11.Release headlines (since v0.2.0, 50 commits)
HOTKEYScommand + per-shard SpaceSaving sketch (PR feat: HOTKEYS hot-key detection + OBJECT over-the-wire fixes #169) — 1-in-64 sampling, hot path never blocksOBJECTwire-reachability fix — wasERR unknown commandon live servers (monoio read path)Pre-release gates
v0.2.0..maindiff: no blocking issues (1 medium latent/unreachablecode_lennote incompaction.rs:554, tracked as follow-up)c88ad02(CodeQL failure there is a SARIF-upload token flake, analysis itself passed)After merge: tag
v0.3.0on the merge commit →release.ymlbuilds/signs/publishes all artifacts.Summary by CodeRabbit
New Features
Bug Fixes