1- Valkey Search 1.0.0 release notes
1+ Valkey Search 1.0 release notes
22=================================
33
4+ ================================================================================
5+ Valkey Search 1.0.0 GA - Released Wed 28 May 2025
6+ ================================================================================
7+
8+ This is the first official release of Valkey Search 1.0. This release is fully compatible with Valkey 8.1.1 and later releases.
9+
10+ Behavior changes
11+ ================
12+ * Adding support for blocking clients during keyspace notification (#95)
13+ * Make index backfill batch/block size configurable (#97)
14+ * FT.SEARCH - Update neighbor sorting to always be asc (#104)
15+ * Add OOM checking to index backfill (#135)
16+
17+ Bug fixes
18+ =========
19+ * Avoid unsafe code in INFO during crash dump (#98)
20+ * Support counting cores on aarch64 (#107)
21+ * Create index with the correct DB number (#120) (#123)
22+ * Fix dumping corrupted rdb file (#131)
23+ * Fix empty vector query clause ft.search cmd parsing (#138)
24+
25+ Performance/efficiency improvements
26+ ===================================
27+ * Allow dynamic adjustment of thread count at runtime (#126) (#129)
28+
29+ Build and packaging changes
30+ ===========================
31+ * Allow building with external libs (#85)
32+ * Don't suppress error when running python integration tests (#89)
33+ * Add ASAN build option (#100)
34+
435================================================================================
536Valkey Search 1.0.0 RC1 - Released Fri 28 Mar 2025
637================================================================================
@@ -21,7 +52,7 @@ Major API and Functionality
2152 ** Vector: HNSW and Flat
2253 ** Non-vector: Numeric and Tag
2354* Index data types include Valkey Hash and Valkey JSON.
24- * Cluster support
55+ * Cluster support including cross-shard search via coordinator mode
2556* Linear scaling of keyspace and compute
2657* ACL support
2758* RDB serialization of metadata including the search index
@@ -35,4 +66,5 @@ New configurations
3566
3667We appreciate the efforts of all who contributed code to this release!
3768
38- Yair Gottdenker (yairgott), Allen Samuels (allenss-amazon), Eran Ifrah (eifrah-aws), Jacob Murphy (murphyjacob4), Chanil Jeon (jeon1226), Qu Chen (QuChen88), DP (dpbnasika)
69+ Yair Gottdenker (yairgott), Jacob Murphy (murphyjacob4), Allen Samuels (allenss-amazon), Eran Ifrah (eifrah-aws),
70+ Chanil Jeon (jeon1226), Qu Chen (QuChen88), DP (dpbnasika), Shivshankar-Reddy, KarthikSubbarao, Hyeonho Kim (proost)
0 commit comments