| 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-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-04-20 | valkey-search | Fix crash on empty FT.AGGREGATE expressions (#966) | PR |
| 2026-04-17 | valkey-bloom | Fix replica crash on partial-success BF.MADD/BF.INSERT replication (#86) | PR |
| 2026-04-09 | valkey-search | Fix heap-use-after-free in PausePoint during server shutdown for mult… (#958) | PR |
| 2026-04-08 | valkey-search | Fix dropindex while blocked queries crash (#956) | PR |
| 2026-04-04 | valkey-search | Wait for cluster topology map refresh (#952) | PR |
| 2026-04-03 | valkey-search | Add check for cluster_slots_complete check in test_fanout_low_utilization_fanout (#951) | PR |
| 2026-04-03 | valkey-search | Deflake test_fulltext_inflight_blocking_with_pausepoint (#950) | PR |
| 2026-04-01 | valkey-search | Fix Boolean config type mismatch (#943) | PR |
| 2026-04-01 | valkey-search | Fix read ordering in _replication_lag() (#944) | PR |
| 2026-04-01 | valkey-search | Shorten grpc timeout (#939) | PR |
| 2026-03-31 | valkey-search | Fix RDB load memory leak (#941) | PR |
| 2026-03-27 | valkey-search | minor update to test_multidb_slot_migration_CME (#935) | PR |
| 2026-03-26 | valkey-search | Adding yield during mutation queue drainage for save and restore (#930) | PR |
| 2026-03-24 | valkey-search | deflake test_multidb_slot_migration_CME (#927) | PR |
| 2026-03-17 | valkey-search | adding the commented out tests (#827) | PR |
| 2026-03-17 | valkey-search | Reducing mutation queue growth during restore (#871) | PR |
| 2026-03-17 | valkey-search | Fix RDB Load String Memory Leak (#912) | PR |
| 2026-03-17 | valkey-search | Remove reduandant dropindex test (#910) | PR |
| 2026-03-17 | valkey-search | [DOCUMENTATION] Application Metrics Cleanup (#905) | PR |
| 2026-03-17 | valkey-search | Add history entries for text indexing and search support in v1.2.0 (#909) | PR |
| 2026-03-16 | valkey-search | Search module - Audit log messages (#873) | PR |
| 2026-03-16 | valkey-search | Add validation to reject attribute aliases containing {}[]:;$ (#906) | PR |
| 2026-03-16 | valkey-search | Implement configuration for TAG wildcard minimum prefix length (#896) | PR |
| 2026-03-11 | valkey-search | fix return error for too-short wildcard prefixes | PR |
| 2026-03-10 | valkey-search | Drop indexes on test teardown (#811) | PR |
| 2026-03-10 | valkey-search | Fix Limit of 64 text indexes isn't detected at creation time (#885) | PR |
| 2026-03-10 | valkey-search | Simplify text size estimation for non-vector queries (#878) | PR |
| 2026-03-10 | valkey-search | test: add comprehensive timeout coverage for all search execution paths (#822) | PR |
| 2026-03-10 | valkey-search | Use vector for storing stem variants (#874) | PR |
| 2026-03-07 | valkey-search | Remove upper bound check for stemmed_length (#862) | PR |
| 2026-03-06 | valkey-search | Index locking optimization during ingestion. (#843) | PR |
| 2026-03-05 | valkey-search | Add config to limit keys from pre-content fetching phase (#821) | PR |
| 2026-03-04 | valkey-search | Benchmark configs update for ingestion scenarios (#849) | PR |
| 2026-03-04 | valkey-search | Multi DB tests in CME/CMD for FT.SEARCH (#726) | PR |
| 2026-03-04 | valkey-search | Improve text.cc locking (#845) | PR |
| 2026-03-03 | valkey-search | tests for non-utf-8 and sanity multilang tests + negate comprehensive test (#815) | PR |
| 2026-02-27 | valkey-search | Small follow-ups | PR |
| 2026-02-27 | valkey-search | Text Size Estimation (#824) | PR |
| 2026-02-25 | valkey-search | Fix mutation sequence number timing bug (#793) | PR |
| 2026-02-25 | valkey-search | Test loading RDB to v1.0.0 search (#805) | PR |
| 2026-02-25 | valkey-search | Test loading RDB to v1.0.0 search (#805) | PR |
| 2026-02-24 | valkey-search | Sanitize module logging: DEBUG logs (#810) | PR |
| 2026-02-24 | valkey-search | Fix unexpected vk-search flag in RDB after dropped all indexs (#785) | PR |
| 2026-02-19 | valkey-search | Fix a memory leak bug in search.cc (#786) | PR |
| 2026-02-18 | valkey-search | Enhance overview description, correct aggregation (#782) | PR |
| 2026-02-18 | valkey-search | Sanitize module logging (#728) | PR |
| 2026-02-18 | valkey-search | Fix for handling trailing punctuations in query (#764) | PR |
| 2026-02-18 | valkey-search | Restructure Content Fetching to match key blocking semantics (#742) | PR |
| 2026-02-17 | valkey-search | Fix config name and add check for duplicate config names (#776) | PR |
| 2026-02-17 | valkey-search | FT.AGGREGATE complex query test (#756) | PR |
| 2026-02-17 | valkey-search | Change default RDB version to 2 (#775) | PR |
| 2026-02-17 | valkey-search | untrack missing fields to properly support negate queries (#740) | PR |
| 2026-02-17 | valkey-search | Quick fix for unwanted concurrency on index_key_info_ (#774) | PR |
| 2026-02-17 | valkey-search | Command documentation. (#695) | PR |
| 2026-02-17 | valkey-search | app metric review changes (#754) | PR |
| 2026-02-17 | valkey-search | Add attribute data to FT.INFO PRIMARY and CLUSTER mode (#744) | PR |
| 2026-02-16 | valkey-search | removing run on every push to main (#752) | PR |
| 2026-02-16 | valkey-search | Implement single slot indexes (resolves #141) (#598) | PR |
| 2026-02-15 | valkey-search | [FEATURE] Implement SKIPINITIALSCAN option on FT.CREATE command (#644) | PR |
| 2026-02-13 | valkey-search | Raise limit on number of attributes. Correct misnamed max-vector-attribute (#667) | PR |
| 2026-02-13 | valkey-search | Raise limit on number of attributes. Correct misnamed max-vector-attribute (#667) | PR |
| 2026-02-13 | valkey-search | Make fanout async threshold configurable (#749) | PR |
| 2026-02-12 | valkey-search | Hybrid vector text query integration test (#711) | PR |
| 2026-02-12 | valkey-search | Implement SLOP and INORDER in FT.AGGREGATE (#722) | PR |
| 2026-02-11 | valkey-search | Increase default for allowed number of indexes to 1000 (#639) | PR |
| 2026-02-11 | valkey-search | Endurance Testing - adding more search functionality testing. (#671) | PR |
| 2026-02-06 | valkey-search | Implement WEIGHT text field option, require a 1.0 value (#707) | PR |
| 2026-02-05 | valkey-search | Fix misleading error message when query string is error or not support. (#670) | PR |
| 2026-02-04 | valkey-search | Add fulltext metrics to info (#630) | PR |
| 2026-02-04 | valkey-search | Add fulltext metrics to info (#630) | PR |
| 2026-01-27 | valkey-search | Fix ordering of neighbors in CME (#631) | PR |
| 2026-01-22 | valkey-search | Refactoring SendReply block (#610) | PR |
| 2026-01-20 | valkey-search | Implement backslash escape character handling (#616) | PR |
| 2026-01-12 | valkey-bloom | Fix typo in bf.info.json from 'TIGHTENTING' to 'TIGHTENING' (#79) | PR |
| 2026-01-12 | valkey-bloom | Fix typo in bf.info.json from 'TIGHTENTING' to 'TIGHTENING' (#79) | PR |
| 2026-01-05 | valkey-bloom | Fix AOF rewrite and restore BF tests (#81) | PR |
| 2025-12-23 | valkey-search | Fix delete bug (#556) | PR |
| 2025-12-16 | valkey-bloom | update build.sh to ensure POSIX compliance for dash shell (#73) | PR |
| 2025-12-16 | valkey-bloom | Update README to fix 8.0 build and update build.sh to support 9.0 (#76) | PR |
| 2025-12-03 | valkey-search | AND / OR Predicate n-ary support (#450) | PR |
| 2025-11-21 | valkey-search | Fix unit test failing on query limits (#488) | PR |
| 2025-11-20 | valkey-search | Merge branch 'main' into fulltext | PR |
| 2025-11-19 | valkey | Perform data cleanup during RDB load on successful version/signature validation (#2600) | PR |
| 2025-11-18 | valkey-search | Predicate evaluator changes for text predicates (#442) | PR |
| 2025-11-12 | valkey-search | Fix bad merge on compatibility | PR |
| 2025-11-03 | valkey-search | FT.SEARCH basic params added (#433) | PR |
| 2025-10-27 | valkeymodule-rs | Fix error on invalid_null_arguments (#213) | PR |
| 2025-09-26 | valkey-search | Adding retry to fanout base class (#337) | PR |
| 2025-09-26 | valkey-search | Adding retry to fanout base class (#337) | PR |
| 2025-09-24 | valkey-search | tag casesentive updated to be key-value pair (#395) | PR |
| 2025-09-17 | valkey-search | Lexical Ordering for Keys in Postings KeyIterator (#392) | PR |
| 2025-09-17 | valkey-search | added and removed stats and attributes from ft.info (#370) | PR |
| 2025-08-27 | valkey-search | Merge pull request #355 from BCathcart/fulltext | PR |
| 2025-08-27 | valkey-search | Implement lexical scanner (#342) | PR |
| 2025-08-16 | valkey-search | Update issue templates to add documentation error | PR |
| 2025-08-12 | valkey-test-framework | Adapt Tests to Allow External Server Connections (#7) | PR |
| 2025-08-08 | valkey-test-framework | Do not hard coded "localhost" (#8) | PR |
| 2025-08-08 | valkey-search | Bridge some gaps in ingestion pipeline (#292) | PR |
| 2025-08-07 | valkey-search | Updated parsing and protobuff population with a clean git push (#251) | PR |
| 2025-08-05 | valkey-bloom | BLOOM trigger for Valkey Extension Automation (#65) | PR |
| 2025-07-30 | valkey-test-framework | Spelling (#5) | PR |
| 2025-07-16 | valkey-doc | Creating a getting started guide for bloom (#310) | PR |
| 2025-07-15 | valkey-test-framework | Allow user to provide a configuration file | PR |
| 2025-06-19 | valkey-bloom | Spelling (#68) | PR |
| 2025-06-13 | valkey-bloom | Adding clean option for build script and fixing current clippy issues (#67) | PR |
| 2025-06-10 | valkey-bloom | Removing failing on clippy errors in github ci (#66) | PR |
| 2025-04-21 | valkeymodule-rs | updated get_client_ip to return ValkeyResult (#199) | PR |
| 2025-04-17 | valkeymodule-rs | Add custom auth callback support (#186) | PR |
| 2025-04-15 | valkeymodule-rs | added an event handler for server_shutdown event (#196) | PR |
| 2025-04-14 | valkeymodule-rs | added key event handler support (#187) | PR |
| 2025-04-03 | valkeymodule-rs | introduced a new optional valkey_module! preload (#191) | PR |
| 2025-04-02 | valkey-doc | Adding bloom command meta data, bloom group and bloom data type documentaion (#233) | 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-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-26 | valkeymodule-rs | implementing filter (#188) | PR |
| 2025-03-26 | valkeymodule-rs | implementing filter (#188) | PR |
| 2025-03-24 | valkey-json | Change unstable version to six digit max.:999999 (#50) | 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-10 | valkey-bloom | Add server version validation during module loading (#48) | PR |
| 2025-03-07 | valkeymodule-rs | Fixing memory leak for ValkeyGILGuard<ValkeyString> CONFIG GET/SET (#181) | 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-27 | valkey-bloom | Add dump and restore test (#42) | PR |
| 2025-01-17 | valkey-bloom | Adding a bloom command keyspace test (#40) | PR |
| 2025-01-03 | valkey-bloom | Add test for loading rdb onto non-bloom cluster (#36) | 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-10 | valkeymodule-rs | feat(digest): Digest wrappers (#102) | 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-06 | valkey-bloom | Add tightening_ratio support in BloomFilterType structure (#26) | PR |
| 2024-12-06 | valkeymodule-rs | Merge pull request #143 from hahnandrew/fix/mismatched-types | 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-12-04 | valkey-bloom | Updating how we create BloomFilter from rdb loads and upgrading bloomfilter dependency to version 3.0 (#23) | PR |
| 2024-12-01 | valkeymodule-rs | (fix): alias type parameters to support multi architecture builds | PR |
| 2024-11-05 | valkeymodule-rs | Merge pull request #120 from zackcam/main | 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 |