Releases: redis/jedis
Releases · redis/jedis
3.7.0-RC1
Redis Commands and Arguments
- XAUTOCLAIM Command #2498
- CONFIG SET returns OK status #2525
- SHUTDOWN with optional modifier #2544
- Allow calling PUBSUB CHANNELS without a pattern #2555
- Support TYPE option in SCAN command #2565
- CLIENT LIST command with TYPE argument #2591
- Support EXECABORT Error #2598
- Few more Sentinel commands #2588
- CLIENT PAUSE command with mode option #2601
- More Cluster commands #2605
- ROLE command #2607
- FAILOVER command #2610
- Support stralgo command #2586
Changes
- Reduce lock granularity #2514
- Allow to override sharded jedis pooled object factory #2612
- Throw SHUTDOWN error received from Redis #2613
Dependencies
- Upgrade commons-pool to 2.10.0 #2609
Maintenance
- Warn Limit the access of setDataSource in Jedis #2522
- New RestoreReplace recommendations #2534
- Deprecate JedisClusterHostAndPortMap #2535
- Deprecate set methods from socket factory #2530
- Deprecate methods with 'byte[] keyCount' param #2548
- Warn Pool extends GenericObjectPool #2576
Thanks to @s-sathish, @Shawyeok, @sabbey37, @bokshitsky, @yangbodong22011 for contributing!
3.6.3
3.6.2
3.6.1
3.6.0
General Changes and Improvements
- JDK 1.8 (#2396)
- Jedis will not support JDK 1.7 from Jedis-3.6.0 onwards
- Added Automatic-Module-Name to manifest (#2201)
- Introduce Config pattern (#2368) (#2402) (#2422) (#2487)
- Support Sentinel with TLS (#2445)
- Add ability to reset password in JedisFactory (#2315)
- Add support to the use of JedisSocketFactory using a pool (#2293)
- Support Double timeout in blocking commands (#2481) (#2506)
- Retry with backoff on cluster connection failures (#2358)
Redis Commands and Arguments
- Add GETDEL command (#2382)
- Add support PXAT/EXAT arguments to SET command (#2410)
- Add support for ZADD GT/LT options (#2411)
- Add support INCR argument to ZADD command (#2415) (#2420)
- Add support for getting Summary info by XPENDING (#2417) (#2420) (#2458)
- Add support for ACL SAVE/LOAD commands (#2418)
- Add support for GETEX command (#2419)
- Add support CH, NX, XX arguments to GEOADD (#2421)
- Add support AUTH2 argument to MIGRATE (#2430)
- Add support for blocking ZPOPMAX, ZPOPMIN commands (#2425) (#2475) (#2481)
- Add support JUSTID flag to XCLAIM command (#2428)
- Add support for CLIENT KILL USER (#2444)
- Add support for HRANDFIELD command (#2442)
- Add support for CLIENT UNBLOCK command (#2424)
- Add support for ZRANDMEMBER command (#2448)
- XRANGE & XREVRANGE without COUNT option (#2460)
- Add support for ZDIFF command (#2459)
- Add ASYNC/SYNC arg to FLUSHALL and FLUSHDB (#2464)
- Add support for ZDIFFSTORE command (#2462)
- Add support for ZUNION command (#2468)
- Add support MINID args to XTRIM (#2467)
- Add NOMKSTREAM and MINID args to XADD (#2466)
- Add support IDLE arg to XPENDING command (#2470)
- Add support for ZINTER command (#2469)
- Add support for LMOVE and BLMOVE commands (#2474)
- Add support for COPY command (#2472)
- Add support for local addr in CLIENT KILL (#2478)
- Add support ABSTTL, IDLETIME and FREQ args to RESTORE command (#2482)
- Add support CLIENT INFO and CLIENT LIST for specific ids (#2485)
Bug Fixes
- XRead(Group) Params with allowing block=0 (#2305) (#2457)
- Fix parameter types and return types (#2396) (#2399)
Functionality Changes
- Disable WATCH within Transaction (#2362)
- Deprecate JedisPoolAbstract (#2361)
- Avoid QUIT for broken connections (#2336)
- Deprecate SYNC command (#2507)
- Deprecate ShardedJedisPipeline class (#2508)
Maintenance
- Add missing xreadGroup, xread to MultiKeyPipeline (#2456)
- Set the GenericObjectPoolConfig type (#2391) (#2412)
- Add toString method to the Params class (#2231)
- Make getConnection() abstract method protected (#2203)
- Split JedisClusterCommand into multiple methods (#2355)
- Fixed the logic that prevents all cluster slot requests sent to specific instances (#1928)
- Added Rawable interface (#2370)
Dependency Upgrades
- Upgrade commons pool to 2.9.0 (#2398)
Contributors
We'd like to thank all the contributors who worked on this release!
@dengliming, @gkorland, @jchambers, @mina-asham, @petpetg, @sazzad16, @scholzi100, @tgrall and @walles
3.6.0-RC1
Changes
- Retry with backoff on cluster connection failures (#2358)
- Double timeout, avoid Tuple and more (#2481)
- Update release-drafter-config.yml (#2489)
- Add support to the use of JedisSocketFactory using a pool (#2293)
- Fixed the logic that prevents all cluster slot requests sent to specific instances (#1928)
- Fix mis-spelling of 'database' (#2487)
- Add support CLIENT INFO and CLIENT LIST for specific ids (#2485)
- Add support ABSTTL、IDLETIME and FREQ args to RESTORE command (#2482)
- Add support for local addr in CLIENT KILL (#2478)
- Add support for COPY command (#2472)
- Polish BL..., BZ... methods (#2475)
- Add support for LMOVE and BLMOVE commands (#2474)
- Add support for ZINTER command (#2469)
- Add support IDLE arg to XPENDING command (#2470)
- Add NOMKSTREAM、MINID args to XADD (#2466)
- Add support MINID args to XTRIM (#2467)
- Add support for ZUNION command (#2468)
- Add support for ZDIFFSTORE command (#2462)
- Add ASYNC/SYNC arg to FLUSHALL and FLUSHDB (#2464)
- Add support for ZDIFF command (#2459)
- hgetAll use BuilderFactory in BinaryJedis (#2461)
- XRANGE & XREVRANGE without COUNT option (#2460)
- Rename xpendingSummary to xpending (#2458)
- Add XREAD and XREADGROUP for pipeline modes (#2457)
- Add missing xreadGroup, xread to MultiKeyPipeline (#2456)
- Organize BuilderFactory (#2455)
- Support Sentinel with TLS (II/bc) (#2445)
- Added Automatic-Module-Name to manifest (#2201)
- Add test case for handling consumername == NULL case in xpending (#2451)
- Add support for ZRANDMEMBER command (#2448)
- Rename socket timeout params and builder methods (#2422)
- Remove emoticons from release drafter (#2446)
- Add support for clientUnblock command (#2424)
- Add ability to reset password in JedisFactory (II) (#2315)
- Add support for HRANDFIELD command (#2442)
- Added Rawable interface (#2370)
- Add support for CLIENT KILL USER (#2444)
- Add support JUSTID flag to XCLAIM command (#2428)
- Update README.md (#2440)
Bug Fixes
- XRead(Group) Params with allowing block=0 (#2305)
@dengliming, @gkorland, @mina-asham, @petpetg, @sazzad16, @scholzi100 and @walles
3.5.2
Bug Fixes:
- Fix xrevrange start/end arguments order in PipelineBase (#2436)
Thanks to: @dengliming & @mp911de for the contributing!
3.5.1
A new release of 3.5.0 built with Java 8.
3.5.0
Enhancements:
- Support LPOP and RPOP with COUNT option (Redis>=6.2) (#2338)
- Update dependencies (junixsocket:2.3.2 & log4j:2.13.3) (#2329)
- Add support for blocking version of sendCommand (for Redis modules) (#2321)
Bug Fixes:
- Fix JedisSentinelPool constructor missing infiniteSoTimeout (#2341)
- Fix JedisClusterConnectionHandler missing username (#2343)
Thanks to: @yangbodong22011 & @DvirDukhan for the contributing!