-
Notifications
You must be signed in to change notification settings - Fork 25
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 v4 #2549
Conversation
Test summaryRun details
View run in Cypress Dashboard ➡️ This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard |
Codecov Report
@@ Coverage Diff @@
## master #2549 +/- ##
=========================================
Coverage 75.76% 75.76%
Complexity 429 429
=========================================
Files 122 122
Lines 1972 1972
Branches 60 60
=========================================
Hits 1494 1494
Misses 467 467
Partials 11 11 Continue to review full report at Codecov.
|
5cefaf0
to
16f479d
Compare
Code Climate has analyzed commit 16f479d and detected 0 issues on this pull request. View more on Code Climate. |
Kudos, SonarCloud Quality Gate passed!
|
Kudos, SonarCloud Quality Gate passed! |
Kudos, SonarCloud Quality Gate passed! |
Kudos, SonarCloud Quality Gate passed!
|
Kudos, SonarCloud Quality Gate passed!
|
Kudos, SonarCloud Quality Gate passed! |
Kudos, SonarCloud Quality Gate passed! |
Kudos, SonarCloud Quality Gate passed! |
Kudos, SonarCloud Quality Gate passed! |
Kudos, SonarCloud Quality Gate passed! |
Kudos, SonarCloud Quality Gate passed!
|
Kudos, SonarCloud Quality Gate passed! |
Kudos, SonarCloud Quality Gate passed! |
Kudos, SonarCloud Quality Gate passed! |
Kudos, SonarCloud Quality Gate passed! |
Kudos, SonarCloud Quality Gate passed! |
Kudos, SonarCloud Quality Gate passed! |
Kudos, SonarCloud Quality Gate passed! |
Kudos, SonarCloud Quality Gate passed! |
Kudos, SonarCloud Quality Gate passed! |
Kudos, SonarCloud Quality Gate passed! |
Kudos, SonarCloud Quality Gate passed! |
Kudos, SonarCloud Quality Gate passed! |
Kudos, SonarCloud Quality Gate passed! |
This PR contains the following updates:
3.8.0
->4.1.1
Release Notes
redis/jedis
v4.1.1
Compare Source
🐛 Bug Fixes
🧰 Maintenance
Contributors
We'd like to thank all the contributors who worked on this release!
Thanks @leonchen83, @yangbodong22011, @andrewmcnamara for contributing.
v4.1.0
Compare Source
🚀 New Features
Support GEOSEARCH and GEOSEARCHSTORE commands (#2771)
Support new ZRANGE(STORE) (#2817)
Add database and some other commands in pipeline (#2832)
Subscribe in JedisCluster (UnifiedJedis) (#2828)
Support cluster addslotsrange and cluster delslotsrange (#2823)
Support exclusive XPENDING range from params (#2830)
Support CLUSTER LINKS command (#2776)
Added the BYTE|BIT option for bitcount (binary) (#2768)
Added the BYTE|BIT option for bitcount (string) (#2779)
Support SHUTDOWN [NOW] [FORCE] [ABORT] parameters (#2812)
Support XINFO STREAM FULL (#2746)
ACL patterns for Pub/Sub channels (#2750)
Address ACL V2 changes (#2841)
Support REPLICAOF Command (#2811)
Support LOLWUT command (#2800)
Support SINTERCARD Command (#2821)
Support SORT_RO (#2843)
Address XINFO GROUPS command name (#2802)
🧰 Changes
Tries all hosts resolved for DNS name (#2722)
Fix StackOverflowError in Transaction (#2827)
Polish XINFO STREAM FULL implementation (#2801)
Polish #2823 (
18043de
) and ClusterCommandsTest (#2831)Deprecate unused interfaces (
afcce7c
)Thanks @AvitalFineRedis, @zeekling, @sazzad16, @adiamzn, @Avital-Fine for contributing.
v4.0.1
Compare Source
🐛 Bug Fixes
🧰 Maintenance
Contributors
We'd like to thank all the contributors who worked on this release!
@leonchen83, @yangbodong22011, @AvitalFineRedis.
v4.0.0
Compare Source
🚀 New Features
An alternative to JedisPool which implements the same interfaces as JedisCluster, allowing easy switching between JedisCluster and JedisPooled.
UnifiedJedis can be anything depending on the
ConnectionProvider
orCommandExecutor
. Currently, this is the base for JedisCluster, JedisPooled and JedisSharding.🔥 Breaking Changes (see all)
GenericObjectPoolConfig<Jedis>
now acceptGenericObjectPoolConfig<Connection>
.List
instead ofSet
(#2709) See Full ListMethods of these classes are available in Jedis and JedisCluster classes respectively.
redis.clients.jedis.commands
package is reimplemented, meaning Commands interfaces are restructured.Sentinel methods are moved in Jedis class (just like Jedis 3.x)
🧰 Maintenance
org.slf4j:slf4j-api
to version1.7.32
org.json:json
version20211205
com.google.code.gson:gson
version2.8.9
🚃 Change List
raw
variable private and should be accessed via getRaw() method (#2526)long
(or any primitive) (#2547)Contributors
We'd like to thank all the contributors who worked on this release!
@sazzad16, @yangbodong22011, @dengliming, @AvitalFineRedis, @JarvisCraft, @chinafzy, @zeekling, @chayim.
Configuration
📅 Schedule: 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.
This PR has been generated by WhiteSource Renovate. View repository job log here.