github redis/jedis v7.5.3
7.5.3

5 hours ago

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.HYBRID COMBINE argument count omitting YIELD_SCORE_AS tokens, causing the command to be rejected when a combined-score alias is set via Combiner.as(...). Fix by @guyroyse in #4575, backported to 7.5.x in #4576.
  • Fixes double initialization of a pooled Connection in TrackingConnectionPool (used by MultiDbClient). #4547, backported to 7.5.x in dd42b3e.

Full Changelog: v7.5.2...v7.5.3

Don't miss a new jedis release

NewReleases is sending notifications on new releases.