Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency redis.clients:jedis to v5 #76

Merged
merged 1 commit into from
Aug 8, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 8, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
redis.clients:jedis 4.4.4 -> 5.1.4 age adoption passing confidence

Release Notes

redis/jedis (redis.clients:jedis)

v5.1.4: 5.1.4

Compare Source

Changes

🔥 Breaking Changes

  • Address change in JSON.GET command without path (#​3858)
  • Modify and fail-fast GeoSearchParam (#​3827)

🚀 New Features

  • Support Hash field expiration (#​3826)
  • Support issuing Latency commands (#​3729)
  • Add support for the NOVALUES option of HSCAN command (#​3741, #​3746)
  • Add support for CLIENT TRACKINGINFO command (#​3751)
  • Support IGNORE and other optional arguments for timeseries commands (#​3860, #​3863)
  • Add last entry id for XREADs and support XREADs reply as map (#​3791)
  • Support the MAXAGE option for CLIENT KILL (#​3754)
  • Support ADDSCORES argument in FT.AGGREGATE (#​3908)
  • Support [S]PUBLISH in pipelines and transactions (#​3859)

🐛 Bug Fixes

  • Ensure closing connection in Pipeline (#​3865)
  • Address change in JSON.GET command without path (#​3858)

🧰 Maintenance

  • Add methods in CommandArguments and RawableFactory (#​3834)
  • Modify and fail-fast GeoSearchParam (#​3827)

Contributors

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

@​sazzad16, @​cemasma, @​Lcarrot, @​gerzse and @​uglide

v5.1.3: 5.1.3

Changes

🚀 New Features

  • Custom connection pool to MultiClusterPooledConnectionProvider (#​3801)

🐛 Bug Fixes

  • Consider null values in empty StreamPendingSummary (#​3793)
  • Fix UnifiedJedis pexpireAt glitch (#​3782)
  • Use expiryOption in PipelineBase.expireAt (#​3777)

🧰 Maintenance

  • Add TS.INFO [DEGUB] and CF.MEXISTS in pipelined commands (#​3787)
  • Fix typo in SetPipelineCommands method name (#​3773)
  • Bump jackson.version from 2.16.1 to 2.16.2 (#​3762)

Contributors

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

@​gerzse, @​sazzad16, @​thachlp and @​jarkus4

v5.1.2: 5.1.2

Compare Source

Changes

🐛 Bug Fixes

  • Stop connection fetching before sync/exec in multi cluster failover mode (#​3756)

v5.1.1: 5.1.1

Compare Source

Changes

🐛 Bug Fixes

  • Avoid NPE in MultiNodePipelineBase.java (#​3697)
  • Fix probable missing (RESP3) protocol processing (#​3692)
  • Use circuit breaker fallback exception list (#​3664)

🧰 Maintenance

  • Access Reducer attributes (#​3637)
  • Replace deprecated set-output command with environment file (#​3622)
  • Bump jackson.version from 2.16.0 to 2.16.1 (#​3666)
  • Bump jackson databind and jsr310 to 2.16.0 (#​3655)
  • Bump com.kohlschutter.junixsocket:junixsocket-core from 2.8.1 to 2.8.3 (#​3647)

Contributors

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

@​dependabot, @​dependabot[bot], @​jongwooo, @​sazzad16 and @​stillerrr

v5.1.0: 5.1.0

Compare Source

Changes

🔥 Breaking Changes

  • Adding Pipeline & Transaction with failover to multi cluster (#​3602)
  • Move JedisMetaInfo into parent package and made private (#​3590)
  • Encode map in encoded object (#​3555)

🧪 Experimental Features

  • Pipeline & Transaction with failover to multi cluster (#​3602)
  • Support GEOSHAPE field type in RediSearch (#​3561)
  • Re-add FT.DROPINDEX and FT.ALTER in pipeline (#​3549)

🚀 New Features

  • Add CLUSTER SHARDS command support (#​2984) (#​3598)
  • Added HSET variants to ease complex objects (#​3605)
  • Introducing periodic topology mechanism for JedisCluster (#​3596)
  • Support RESET command (#​3015)
  • Broadcast FUNCTION LOAD command methods (#​3557)
  • Feature: Triggers and functions commands (#​3531)
  • Escape utils for RediSearch queries (#​3544)
  • Address further CLIENT SETINFO suffix rules (#​3536)
  • Extend CLIENT SETINFO support (#​3509)

🐛 Bug Fixes

  • Direct FT.CREATE to proper node in LIGHT search mode (#​3593)
  • Fix binary variants of XRANGE and XREAD commands (#​3571)

🧰 Maintenance

  • Use simple version of HSET (#​3587)
  • Linking to Redis learning resources (#​3583)
  • Added support for releasing minor version snapshots (#​3578)
  • Allow getting schema field name (#​3576)
  • Encoded map in encoded object (#​3555)
  • Improved Triggers and functions tests (#​3554)
  • Different variable names for json v1 and v2 interfaces (#​3553)
  • Fixed Search/Gears test regression (#​3552)
  • Improved Triggers and functions commands (#​3551)
  • Added JavaDoc for GeoRadiusResponse (#​3542)
  • Disabling doctests on tag (#​3524)
  • Move pom.properties file into redis.clients.jedis package (#​3589)
  • Bump org.json:json from 2023061 to 2023101 (#​3586)
  • Bump org.apache.commons:commons-pool2 from 2.11.1 to 2.12.0 (#​3565)
  • Bump junixsocket-core to 2.8.1 (#​3573)
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.6.0 (#​3539)
  • Bump mockito-inline from 3.12.4 to 4.11.0 (#​3232)
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.1 to 3.2.2 (#​3611)
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.2 (#​3612)
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.1 (#​3600)

Contributors

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

@​bsbodden, @​chayim, @​dependabot, @​dependabot[bot], @​ihaohong, @​sazzad16, @​wormogig and @​yangbodong22011

v5.0.2: 5.0.2

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)

🧰 Maintenance

v5.0.1: 5.0.1

Compare Source

Changes

🔥 Breaking Changes

  • Encode map in encoded object (#​3555)
    • In the 5.0.0 release, the encoded/String variants of scripting methods return List<KeyValue<>> for a map reply - those now return Map<>.

🚀 New Features

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

🧰 Maintenance

  • Re-enabled FT.DROPINDEX and FT.ALTER in pipeline (#​3549)
  • Added JavaDoc for GeoRadiusResponse (#​3542)

Contributors

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

@​sazzad16

v5.0.0: 5.0.0

Compare Source

What's New?

Automatic Cross-Cluster Failover

We're happy to introduce the Cross-Cluster Failover feature in Jedis. This feature provides high availability and resilience by allowing seamless transitions between Redis clusters during unforeseen failures or downtimes. It's a built-in tool to minimize manual intervention and downtime and ensure a more resilient application infrastructure.
Learn more about how you can automate the failover process in our documentation.

Full Redis 7.2 and RESP3 Support

Examples to enable RESP3 are included later in this release note.


Changes

🔥 Breaking Changes (Listed here)

🚀 New Features

🧪 Experimental Features

  • Cross cluster failover (#​3310)
  • Allow setting default dialect for RediSearch module (#​3452)
  • Support JSON.MERGE command (#​3429)
  • Support TOPK.LIST with WITHCOUNT option (#​3495)

🐛 Bug Fixes

  • Fix return value of HRANDFIELD with values when count is negative (#​3425, #​3430)
  • Return List instead of Set in ZDIFF, ZINTER, ZUNION commands (#​3431)

🧰 Maintenance


RESP3 Examples

This release introduces enabling RESP3 Redis connection, when the Redis server supports it.

  1. Enable RESP3 to a UnifiedJedis object:
import redis.clients.jedis.DefaultJedisClientConfig;
import redis.clients.jedis.HostAndPort;
import redis.clients.jedis.UnifiedJedis;

class DoResp3 {
    public static void main() {
        HostAndPort hnp = HostAndPort.from("localhost:6379");
        UnifiedJedis c =  UnifiedJedis(hnp, DefaultJedisClientConfig.builder().resp3().build());
        c.set("foo", "value!");
        c.get("foo");
    }
}
  1. Enable RESP3 to a Jedis object:
import redis.clients.jedis.DefaultJedisClientConfig;
import redis.clients.jedis.HostAndPort;
import redis.clients.jedis.Jedis;

class DoResp3 {
    public static void main() {
        HostAndPort hnp = HostAndPort.from("localhost:6379");
        Jedis c =  Jedis(hnp, DefaultJedisClientConfig.builder().resp3().build());
        c.set("foo", "value!");
        c.get("foo");
    }
}

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


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 requested a review from sksamuel as a code owner August 8, 2024 06:09
@sksamuel sksamuel merged commit f81189b into main Aug 8, 2024
1 check passed
@sksamuel sksamuel deleted the renovate/major-jedis branch August 8, 2024 06:28
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.

1 participant