Skip to content

3.8.0

Compare
Choose a tag to compare
@sazzad16 sazzad16 released this 19 Dec 11:13

This is the last release planned for Jedis 3.x.

πŸš€ New Features

  • Added aclLogReset() method to support ACL LOG RESET subcommand (#2737)
    This should replace both aclLog(byte[]) and aclLog(String) methods.
  • Support binary version of CLUSTER GETKEYSINSLOT (#2689)

🧰 Other Changes

  • Refresh nodes when renewSlotCache (#2642)
  • Change in JedisClusterInfoCache.discoverClusterNodesAndSlots (#2682)
  • Do not catch checked Exception if it is not thrown (#2615)
  • Address Jedis version 4 breaking changes (#2737)
  • Deprecate SENTINEL SLAVES (#2673)
  • Upgrade Commons Pool to 2.11.1 (#2654)
  • Use slf4j-simple to replace log4j implementation (#2753)

Thanks @yangbodong22011, @zeekling, @adiamzn, @bokshitsky, @sazzad16 for contributing.