| 2026-04-26 | valkey-bloom | Moving metric increment to very end of decode (#93) | PR |
| 2026-04-23 | valkey-bloom | Adding validation on tightening_ratio and fp_rate for load (#91) | PR |
| 2026-04-23 | valkey-bloom | Fixing bug in bloom defrag, adding digest checks to integration test, create new unit test that catches before mentioned bug (#92) | PR |
| 2026-01-05 | valkey-bloom | Fix AOF rewrite and restore BF tests (#81) | PR |
| 2025-07-16 | valkey-doc | Creating a getting started guide for bloom (#310) | PR |
| 2025-06-19 | valkey-io.github.io | Fixing extensions link again after rename (#279) | PR |
| 2025-06-13 | valkey-bloom | Adding clean option for build script and fixing current clippy issues (#67) | PR |
| 2025-06-11 | valkey-json | Adding a clean option for build script (#66) | PR |
| 2025-06-10 | valkey-bloom | Removing failing on clippy errors in github ci (#66) | PR |
| 2025-06-09 | valkey-io.github.io | Updating extensions link to go to correct docker page (#272) | PR |
| 2025-05-22 | valkey-io.github.io | Adding implicit ACL categories to be displayed on website (#258) | PR |
| 2025-05-08 | valkey-io.github.io | Adding an ACL section for each command on their command page | PR |
| 2025-04-08 | valkey-doc | Updating error response wordings for bloom commands (#259) | PR |
| 2025-04-02 | valkey-doc | Adding bloom command meta data, bloom group and bloom data type documentaion (#233) | PR |
| 2025-04-02 | valkey-io.github.io | Adding functionality for the bloom module to have its commands displayed on the Valkey website (#212) | PR |
| 2025-03-29 | valkey-bloom | Adding Bloom command JSON files (#47) | PR |
| 2025-03-29 | valkey-bloom | Updating build script and github workflow to get test framework from github and removing it locally (#56) | PR |
| 2025-03-29 | valkey-json | Decoupling JSON python tests from Bloom. Now using valkey-test-framework (#52) | PR |
| 2025-03-28 | valkey-bloom | Adding a quick start guide for bloom (#54) | PR |
| 2025-03-28 | valkey-test-framework | Making it so all servers are torn down correctly | PR |
| 2025-03-27 | valkey-bloom | Removing unnecessary code form valkey_test_case (#51) | PR |
| 2025-03-12 | valkey-bloom | Adding tightening ratio to bf.info. Making BF.BLOOM-EXPANSION also (#50) | PR |
| 2025-03-11 | valkey-bloom | Adding usage of must_obey_client in wrapper to improve performace (#45) | PR |
| 2025-03-10 | valkey-bloom | Making it so github workflows can see if we have memory leaks as well as (#49) | PR |
| 2025-03-07 | valkeymodule-rs | Fixing memory leak for ValkeyGILGuard<ValkeyString> CONFIG GET/SET (#181) | PR |
| 2025-03-07 | valkeymodule-rs | Making inital commit for adding defrag wrappers (#154) | PR |
| 2025-02-03 | valkey-bloom | Code cleanup: removing unused dependencies in tests, removing digest (#44) | PR |
| 2025-01-30 | valkey-bloom | Fixing capacity calcualtion and adding a unit test to make sure capacity caluclation matches actual capacity (#43) | PR |
| 2025-01-30 | valkey-bloom | Adding optional arg to BF.INSERT to allow users to check if their bloom filter can reach the desired size (#41) | PR |
| 2025-01-17 | valkey-bloom | Adding a bloom command keyspace test (#40) | PR |
| 2024-12-13 | valkey-bloom | Adding bloom defrag hits and misses to info, added check these metrics get incremented in defrag test (#33) | PR |
| 2024-12-10 | valkey-bloom | Adding bloom acl category to commands. Added tests to check that the commands contain the correct acl categories (#29) | PR |
| 2024-12-10 | valkey-bloom | Updating defragmentation to defrag both bloomfiltertype and bloomfiler structs (#24) | PR |
| 2024-12-06 | valkey-bloom | Adding a wrong type error message when performing a bloom operation on a non bloom key (#30) | PR |
| 2024-12-04 | valkey-bloom | Updating how we create BloomFilter from rdb loads and upgrading bloomfilter dependency to version 3.0 (#23) | PR |
| 2024-11-05 | valkey-bloom | Adding info handler, that contains three fields, num_objects, num_filters and memory_bytes. Additionally updated drop and created tests around this new info handler (#19) | PR |
| 2024-11-04 | valkeymodule-rs | Adding capabilty for creating custom ACL categories as well as setting custom and existing ACL categories. Added feature flags to acl categories and including a new 8.0 feature flag | PR |
| 2024-09-19 | valkey-bloom | Adding github workflow for building, running format checks, unit tests, integration tests and ASAN testing | PR |