This is a maintenance release with fixes for FT.HYBRID queries and connection pool handshake overhead. Recommended for any deployment using FT.HYBRID with Combiner.as(...) or MultiDbClient.
🐛 Bug Fixes
- Fixes
FT.HYBRIDCOMBINEargument count omittingYIELD_SCORE_AStokens, causing the command to be rejected when a combined-score alias is set viaCombiner.as(...). Fix by @guyroyse in #4575, backported to7.5.xin #4576. - Fixes double initialization of a pooled
ConnectioninTrackingConnectionPool(used byMultiDbClient). #4547, backported to7.5.xin dd42b3e.
Full Changelog: v7.5.2...v7.5.3