Skip to content

8.1.0-beta1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 01 Sep 09:20
6dac31d

Jedis 8.1.0-beta1 is the first pre-release of the upcoming 8.1.0, introducing support for Smart Client Handoffs (SCH) (#4668).

Smart client handoffs is a feature of Redis Cloud and Redis Software that notifies clients about planned maintenance shortly before it happens, so the client can respond gracefully instead of hitting command timeouts and dropped connections. Jedis reacts with relaxed timeouts and pre-handoffs. SCH requires RESP3 and is enabled automatically on RESP3 connections; see the Jedis SCH guide for configuration options.

This is a pre-release: APIs introduced here may change before 8.1.0 GA.

Changes

🚀 New Features

  • Smart Client Handoffs (SCH): maintenance notifications support (#4668)

🐛 Bug Fixes

  • Do not deliver pub/sub push messages as replies outside an active subscription (#4701)
  • Refresh primaryNodesCache in JedisClusterInfoCache.discoverClusterSlots (#4692)
  • Accept null VAddParams in vaddFP32 with reduceDim (#4684)
  • Fix TSAddParams emitting DUPLICATE_POLICY twice (#4683)
  • Register source keys via key() in zrangestore, geosearchStore, eval (#4675)

🧰 Maintenance

  • [scenario tests stability] Pipeline ClusterTopologyRefreshIT verification to fit the test timeout (#4713)
  • Bump redis-authx dependencies 1.0.1-beta2 -> version 0.2.0 (#4712)
  • Stabilize integration tests against auth-required, high-latency environments (#4700)
  • chore(deps): bump org.json:json from 20260719 to 20260814 (#4699)
  • chore(deps-dev): bump jackson.version from 2.22.1 to 2.22.2 (#4698)
  • Add nightly test-metrics workflow (#4689)
  • chore(deps-dev): bump com.kohlschutter.junixsocket:junixsocket-core from 2.10.1 to 2.11.0 (#4687)
  • Start release notes for 8.1.0 (#4681)
  • Bump snapshot version to 8.1.0 (#4680)
  • chore(deps-dev): bump org.apache.httpcomponents.client5:httpclient5-fluent from 5.6.3 to 5.6.4 (#4678)

Contributors

We'd like to thank all the contributors who worked on this release!

@HDPark95, @atakavci, @bobymicroby, @dependabot[bot], @ggivo, @insaf021, @kalayciburak, @uglide

Full Changelog: v8.0.0...v8.1.0-beta1