Skip to content

releases/v0.12.0#94

Merged
ruslanti merged 2 commits intomainfrom
releases/v0.12.0
Oct 3, 2025
Merged

releases/v0.12.0#94
ruslanti merged 2 commits intomainfrom
releases/v0.12.0

Conversation

@github-actions
Copy link

@github-actions github-actions bot commented Oct 3, 2025

releases/v0.12.0

@ruslanti ruslanti requested review from Copilot and ruslanti and removed request for Copilot October 3, 2025 08:33
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This pull request appears to be a release bump from v0.12.0 to v0.12.1, replacing cuckoo filter functionality with bloom filter functionality across the codebase.

  • Renamed cf_exists methods to bf_exists to reflect the change from cuckoo filter to bloom filter
  • Updated Redis commands from CF.EXISTS to BF.EXISTS
  • Bumped version from 0.12.0 to 0.12.1 and updated changelog

Reviewed Changes

Copilot reviewed 5 out of 6 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
sdk Updated subproject commit hash
crates/key-value-store/src/redis_impl.rs Changed Redis command from CF.EXISTS to BF.EXISTS and updated method name
crates/key-value-store/src/lib.rs Renamed cf_exists method to bf_exists in trait and implementation
Cargo.toml Bumped version from 0.12.0 to 0.12.1
CHANGELOG.md Added changelog entry for v0.12.1 with bug fix note

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@ruslanti ruslanti requested a review from qrdl October 3, 2025 08:34
@ruslanti ruslanti merged commit 5e0d703 into main Oct 3, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants