Skip to content

Update dependency redis.clients:jedis to v4.4.8#12

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/redis.clients-jedis-4.x
Open

Update dependency redis.clients:jedis to v4.4.8#12
renovate[bot] wants to merge 1 commit intomainfrom
renovate/redis.clients-jedis-4.x

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate bot commented May 8, 2022

This PR contains the following updates:

Package Change Age Confidence
redis.clients:jedis 4.2.24.4.8 age confidence

Release Notes

redis/jedis (redis.clients:jedis)

v4.4.8: 4.4.8

Compare Source

Changes

🐛 Bug Fixes

  • Fix ZREVRANGE versions with max/min swapped in MultiNodePipelineBase (#​3784)
  • Use expiryOption in PipelineBase.expireAt (#​3777)
  • Fix UnifiedJedis pexpireAt glitch (#​3782)
  • Consider null values in empty StreamPendingSummary (#​3793)

Contributors

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

@​sazzad16 and @​keeferrourke

v4.4.7: 4.4.7

Compare Source

Changes

🚀 New Features

  • Added HSET variants to ease complex objects (#​3605)

🐛 Bug Fixes

  • Avoid NPE in MultiNodePipelineBase.java (#​3697)
  • Direct FT.CREATE to proper node in LIGHT search mode (#​3593)

🧰 Maintenance

  • Use simple version of HSET (#​3587)
  • Deprecate RediSearchUtil#ToByteArray

Contributors

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

@​sazzad16 and @​stillerrr

v4.4.6: 4.4.6

Compare Source

Changes

🐛 Bug Fixes

  • Fix SORTABLE argument when creating a Search index using FT.CREATE (#​3584)
  • Fix binary variants of XRANGE and XREAD commands (#​3571)

🚀 New Features

  • Added broadcast support for FUNCTION LOAD methods (#​3557)
  • Support GEOSHAPE field type in RediSearch (#​3561)
  • Support TOPK.LIST with WITHCOUNT option (#​3495)

🧰 Maintenance

v4.4.5: 4.4.5

Compare Source

Changes

🚀 New Features

  • Extend CLIENT SETINFO support with added suffix rules (#​3509, #​3536)
  • Added quote escaping helper functions for search queries (#​3544)

🧰 Maintenance

  • Added JavaDoc for GeoRadiusResponse (#​3542)

Contributors

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

@​sazzad16

v4.4.4: 4.4.4

Compare Source

Changes

🔥 Breaking Changes

  • Modify JedisBroadcastException (#​3518)

🧰 Maintenance

  • pipelined() method in JedisSentineled directly returns Pipeline object (#​3517)
  • Deprecations addressing Jedis 5.0 changes

v4.4.3: 4.4.3

Compare Source

Changes

🐛 Bug Fixes

  • Shutdown ExecutorServices in multi node pipelines (#​3467)

Contributors

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

@​sazzad16, @​jslopezgithub

Full Changelog: redis/jedis@v4.4.2...v4.4.3

v4.4.2: 4.4.2

Compare Source

Changes

🚀 New Features

New in Redis 7.2:

🐛 Bug Fixes

🧰 Maintenance

  • Add an option to ignore cluster init error (#​3455)
  • Bump maven-release-plugin from 3.0.0 to 3.0.1 (#​3457)
  • Bump maven-bundle-plugin from 5.1.8 to 5.1.9 (#​3424)

Contributors

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

@​sazzad16, @​dependabot, @​dependabot[bot] and @​yangbodong22011

Full Changelog: redis/jedis@v4.4.1...v4.4.2

v4.4.1: 4.4.1

Compare Source

Changes

🚀 New Features

  • Add support for WAITAOF command (#​3393)

🐛 Bug Fixes

  • Fix: client setname need ignore syntax error in redis4 (#​3411)

Contributors

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

@​gniadeck and @​yangbodong22011

v4.4.0: 4.4.0

Compare Source

Changes

4.4.0-rc1 release notes
4.4.0-m2 release notes
4.4.0-m1 release notes
Following are the changes only since the last milestone release. Please check the notes of milestone releases for all changes.

🧰 Maintenance

  • Improve cluster slots slotNodes using arrays (#​3373)
  • Newly disconnected connections are set as broken (#​3381)

v4.3.2: 4.3.2

Compare Source

Changes

🐛 Bug Fixes

  • Fix SELECT command in Pipeline (#​3301)
  • Fix JedisPooled constructors missing poolConfig param (#​3185)

🚀 New Features

  • Add simple JedisCluster constructor with HostAndPortMapper (#​3302)
  • Easy PooledConnectionProvider with GenericObjectPoolConfig (#​3183)

Contributors

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

@​sazzad16

v4.3.1: 4.3.1

Compare Source

Changes

🚀 New Features

  • Support passing ClusterConnectionProvider to JedisCluster (#​3169)

🐛 Bug Fixes

  • Catch JedisException in loop instead of JedisConnectionException (#​3166)

🧰 Maintenance

  • Deprecate TOPK.COUNT command (#​3167)

Contributors

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

@​ham1255 and @​sazzad16

v4.3.0: 4.3.0

Compare Source

Changes

4.3.0-m2 release notes
4.3.0-m1 release notes

Following are the changes only since the last milestone release. Please check the notes for milestone releases for all changes.

🧪 Experimental Features

  • Support TDIGEST.[BY][REV]RANK commands (#​3158)
  • Support TDIGEST.ADD changes (#​3156)

Note - changes to TDIGEST commands may be incompatible with the previous milestone releases.

🐛 Bug Fixes

  • Validate host and port of jedis connection (to sentinel master) (#​3155)
  • Fix null property value parsing of search document (#​3148)

🧰 Maintenance

Contributors

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

@​chayim, @​sazzad16, @​shangjin92, @​shkediy and @​tianshuang

v4.2.3: 4.2.3

Compare Source

🐛 Bug Fixes

  • Fix: return of CLUSTER REPLICAS is Array reply (#​2990)
  • Fix PENDING entries of xinfoStreamFull method (#​2988)

Contributors

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

@​sazzad16, @​martin-nagy and @​buession


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/redis.clients-jedis-4.x branch from d128715 to 90dfb1a Compare November 20, 2022 10:00
@renovate renovate bot changed the title Update dependency redis.clients:jedis to v4.2.3 Update dependency redis.clients:jedis to v4.3.1 Nov 20, 2022
@renovate renovate bot changed the title Update dependency redis.clients:jedis to v4.3.1 Update dependency redis.clients:jedis to v4.3.2 Mar 24, 2023
@renovate renovate bot force-pushed the renovate/redis.clients-jedis-4.x branch from 90dfb1a to c1f2a94 Compare March 24, 2023 17:21
@renovate renovate bot changed the title Update dependency redis.clients:jedis to v4.3.2 Update dependency redis.clients:jedis to v4.4.1 May 28, 2023
@renovate renovate bot force-pushed the renovate/redis.clients-jedis-4.x branch from c1f2a94 to d3d71e1 Compare May 28, 2023 11:07
@renovate renovate bot force-pushed the renovate/redis.clients-jedis-4.x branch from d3d71e1 to 01b31b5 Compare June 7, 2023 11:33
@renovate renovate bot changed the title Update dependency redis.clients:jedis to v4.4.1 Update dependency redis.clients:jedis to v4.4.2 Jun 7, 2023
@renovate renovate bot changed the title Update dependency redis.clients:jedis to v4.4.2 Update dependency redis.clients:jedis to v4.4.3 Jun 14, 2023
@renovate renovate bot force-pushed the renovate/redis.clients-jedis-4.x branch from f7bb184 to 6e538a1 Compare September 3, 2023 16:21
@renovate renovate bot changed the title Update dependency redis.clients:jedis to v4.4.3 Update dependency redis.clients:jedis to v4.4.4 Sep 3, 2023
@renovate renovate bot changed the title Update dependency redis.clients:jedis to v4.4.4 Update dependency redis.clients:jedis to v4.4.5 Sep 26, 2023
@renovate renovate bot force-pushed the renovate/redis.clients-jedis-4.x branch from 6e538a1 to 4a294c2 Compare September 26, 2023 13:00
@renovate renovate bot changed the title Update dependency redis.clients:jedis to v4.4.5 Update dependency redis.clients:jedis to v4.4.6 Oct 19, 2023
@renovate renovate bot force-pushed the renovate/redis.clients-jedis-4.x branch from 4a294c2 to 49f6c72 Compare October 19, 2023 17:43
@renovate renovate bot changed the title Update dependency redis.clients:jedis to v4.4.6 Update dependency redis.clients:jedis to v4.4.7 Feb 26, 2024
@renovate renovate bot force-pushed the renovate/redis.clients-jedis-4.x branch from 49f6c72 to e02fb0e Compare February 26, 2024 07:29
@renovate renovate bot force-pushed the renovate/redis.clients-jedis-4.x branch from e02fb0e to 7a057c1 Compare April 4, 2024 09:17
@renovate renovate bot changed the title Update dependency redis.clients:jedis to v4.4.7 Update dependency redis.clients:jedis to v4.4.8 Apr 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants