• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

databendlabs / openraft / 22949063797

Builds Branch Commit Type Ran Committer Via Coverage
22949063797 main change: in 0.10.0: `Entry<C>` to `Entry<CLID, D, NID, N>` to decouple from `RaftTypeConfig` Refactor `Entry` to take individual type parameters (`CLID: RaftCommittedLeaderId`, `D: AppData`, `NID: NodeId`, `N: Node`) instead of a single `C: RaftTy... push 11 Mar 2026 10:56AM UTC drmingdrmer github
87.59
22936923613 main chore: bump version to 0.10.0-alpha.16 for pre-release push 11 Mar 2026 04:38AM UTC drmingdrmer github
87.57
22909938482 main change: in 0.10.0: decouple `MembershipState`, `ChangeMembershipError`, and `InProgress` from `RaftTypeConfig` Replace the monolithic `C: RaftTypeConfig` parameter with only the specific types each definition actually needs, continuing the type-d... push 10 Mar 2026 03:24PM UTC drmingdrmer github
87.55
22907664414 main change: in 0.10.0: decouple `EffectiveMembership` from `RaftTypeConfig` Replace the monolithic `C: RaftTypeConfig` parameter with only the specific types the definition actually needs. `EffectiveMembership<C>` becomes `EffectiveMembership<CLID, ... push 10 Mar 2026 02:35PM UTC drmingdrmer github
87.57
22906186010 main change: in 0.10.0: decouple `StoredMembership`, `SnapshotSignature`, `SnapshotMeta`, `Snapshot` from `RaftTypeConfig` Replace `C: RaftTypeConfig` with the specific type parameters each struct actually needs, continuing the type decoupling effort.... push 10 Mar 2026 02:02PM UTC drmingdrmer github
87.55
22899709416 main change: in 0.10.0: decouple entry, membership, and log types from `RaftTypeConfig` Replace `C: RaftTypeConfig` with the specific type parameters each type actually needs, breaking circular type dependencies and making these types usable without a... push 10 Mar 2026 11:16AM UTC drmingdrmer github
87.58
22864138805 main change: in 0.10.0: `LogId<C>` to `LogId<CLID>` and `RaftLogId<C>` to `RaftLogId` with associated type Decouple `LogId` and `RaftLogId` from `RaftTypeConfig` to break circular type dependencies, continuing the type-level decoupling effort. `LogId`... push 09 Mar 2026 04:44PM UTC drmingdrmer github
87.58
22860163403 main change: in 0.10.0: convert `RaftVote` from `RaftVote<C>` to associated type with `type LeaderId` Decouple `RaftVote` from `RaftTypeConfig` by replacing the `C: RaftTypeConfig` type parameter with an associated type `LeaderId: RaftLeaderId`. This ... push 09 Mar 2026 03:14PM UTC drmingdrmer github
87.51
22843283239 main chore: merge CLAUDE.md guidelines from openraft repo Add code quality checks, Makefile targets, git remotes, code organization, and project structure sections from the main openraft repository. push 09 Mar 2026 07:44AM UTC drmingdrmer github
87.6
22842783777 main change: in 0.10.0: convert `RaftLeaderId` generic params `<Term, NID>` to associated types Since Term and NID are always determined by the implementing type, they belong as associated types rather than generic parameters. This simplifies trait bo... push 09 Mar 2026 07:27AM UTC drmingdrmer github
87.62
22836653978 main change: add SM type parameter to Raft<C, SM> for compile-time state machine type safety Previously, Raft::with_state_machine() and external_state_machine_request() erased the SM type via dyn Any and performed runtime downcasting. If the caller sp... push 09 Mar 2026 03:11AM UTC drmingdrmer github
87.58
22817822182 main change: in 0.10.0: replace Responder GAT with ResponderFactory trait for type-level responder selection Rust lacks higher-kinded types, so the previous GAT `type Responder<T>: Responder<Self, T>` cannot be filled by a plain type parameter in gene... push 08 Mar 2026 09:02AM UTC drmingdrmer github
87.58
22799994548 main change: add SM type parameter to Raft<C, SM> for compile-time state machine type safety Previously, Raft::with_state_machine() and external_state_machine_request() erased the SM type via dyn Any and performed runtime downcasting. If the caller sp... push 07 Mar 2026 01:37PM UTC drmingdrmer github
87.6
22723756593 main change: in 0.10.0: `RaftLeaderId<C>` to `RaftLeaderId<Term, NID>` to break circular type dependency `RaftLeaderId` only uses `C::Term` and `C::NodeId` from `RaftTypeConfig`, so replace the single `C` parameter with two independent type parameters... push 05 Mar 2026 03:01PM UTC drmingdrmer github
87.75
22706407530 release-0.10 fix: check crates.io remote API instead of local index for published versions `cargo info` queries the local registry index cache, which may be stale and incorrectly report a version as published. Query the crates.io REST API directly to get an a... push 05 Mar 2026 07:06AM UTC drmingdrmer github
87.78
  • ← Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • …
  • 25
  • 26
  • Next →
  • Back to Repo
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc