Download Latest Version 7.5.0 source code.tar.gz (1.1 MB)
Email in envelope

Get an email when there's a new version of Jedis

Home / v7.5.0
Name Modified Size InfoDownloads / Week
Parent folder
7.5.0 source code.tar.gz 2026-04-24 1.1 MB
7.5.0 source code.zip 2026-04-24 1.7 MB
README.md 2026-04-24 728 Bytes
Totals: 3 Items   2.7 MB 1

Changes

This release refines TLS behaviour to enhance security and begins consolidating TLS configuration on SslOptions. The introduction of hostname verification by default significantly improves the safety of TLS connections. For further details, see [#4497].

🔧 Change in Behaviour

  • The legacy ssl(true) TLS path now enables hostname verification by default (#4497). It now rejects certificates whose SAN/CN does not match the target host, making TLS connections safer. The SslOptions-based configuration remains unchanged.
  • Deprecate legacy SSL configuration in favor of SslOptions (#4497).

Contributors

@ggivo

Full Changelog: https://github.com/redis/jedis/compare/v7.4.1...v7.5.0

Source: README.md, updated 2026-04-24