Closed minshao closed 1 month ago
The pull request introduces version 0.31.0 of the software, featuring the addition of the review-migrate
tool for enhanced database migration management. It includes updates to the UniqueKey
trait and the removal of obsolete methods from the Database
class. The Cargo.toml
file has been updated with new version constraints and dependency specifications. Additionally, migration compatibility has been expanded in src/migration.rs
, ensuring better handling of data transitions across versions.
File | Change Summary |
---|---|
CHANGELOG.md | Added review-migrate tool for database migrations; refactored UniqueKey trait; removed methods. |
Cargo.toml | Updated version to 0.31.0 ; modified several dependencies and added a migrate feature. |
src/migration.rs | Updated COMPATIBLE_VERSION_REQ for broader version support; enhanced migration logic and functions. |
review-migrate
tool for managing database migrations, related to the current PR's changes.Database::get_top_clusters_by_score
method, which is also reflected in this PR.🐇 In the garden of code, we hop and play,
With migrations and changes, we brighten the day.
A tool for our journeys, to help us align,
As clusters and keys dance in perfect design!
So let’s celebrate progress, with joy in our hearts,
For every new version, a fresh work of art! 🌼
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 67.67%. Comparing base (
9299137
) to head (558c378
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Summary by CodeRabbit
New Features
review-migrate
tool for enhanced database migration management.Bug Fixes
description_int
table.Updates
Dependency Updates