Closed minshao closed 2 weeks ago
This pull request introduces several changes, including the release of version 0.32.0, with updates to the agent::Kind
enum by adding a new variant TimeSeriesGenerator
and renaming existing variants. The TrustedDomain
type has been modified to no longer implement serialization traits. Additionally, the COMPATIBLE_VERSION_REQ
constant in the migration module has been updated to expand the range of compatible database versions. Various updates and fixes are also documented in the changelog.
File | Change Summary |
---|---|
CHANGELOG.md | Updated for version 0.32.0; added TimeSeriesGenerator variant; renamed variants in agent::Kind ; modified TrustedDomain type. |
Cargo.toml | Updated package version from 0.31.0 to 0.32.0 ; no significant changes to dependencies. |
src/migration.rs | Updated COMPATIBLE_VERSION_REQ from ">=0.30.0,<0.32.0-alpha" to ">=0.30.0,<0.33.0-alpha" . |
TimeSeriesGenerator
variant and the renaming of existing variants in the agent::Kind
enum.FromKeyValue
trait, which is mentioned as a significant change in the main PR summary.review-migrate
tool for managing database migrations, referenced in the main PR summary.Cargo.toml
file reflecting the version bump to 0.31.0
, relevant to the versioning changes noted.get_top_clusters_by_score
method, mentioned in the context of changes in the main PR.🐇 In the meadow, changes bloom,
New traits and variants make room.
With versions that now expand,
Our database takes a stand.
Hopping forward, we embrace,
A brighter, better coding space! 🌼
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.71%. Comparing base (
aaab9e7
) to head (d7c1349
). 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
Release Notes for Version 0.32.0
New Features
TimeSeriesGenerator
, in theagent::Kind
enum.Improvements
agent::Kind
enum for clarity.Bug Fixes
IndexedTable
implementation forSamplingPolicy
.Documentation