-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Comparing changes
Open a pull request
base repository: redis/jedis
base: v7.1.0
head repository: redis/jedis
compare: v7.2.0
- 11 commits
- 127 files changed
- 7 contributors
Commits on Nov 20, 2025
-
Configuration menu - View commit details
-
Copy full SHA for a017ce0 - Browse repository at this point
Copy the full SHA a017ce0View commit details
Commits on Nov 21, 2025
-
DOC-5842 modified index/query example to support runnable notebook (#…
…4335) Co-authored-by: Ivo Gaydazhiev <ivo.gaydazhiev@redis.com> Co-authored-by: Igor Malinovskiy <u.glide@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2325e21 - Browse repository at this point
Copy the full SHA 2325e21View commit details
Commits on Nov 24, 2025
-
Add helpers to Jedis pool (#4366)
* Add helpers to Jedis pool * Test for helpers to Jedis pool * amedn method and test * Clean up + unit test - Add unit test to verify connection is returned to the pool --------- Co-authored-by: ggivo <ivo.gaydazhiev@redis.com>
Configuration menu - View commit details
-
Copy full SHA for 0a92e5d - Browse repository at this point
Copy the full SHA 0a92e5dView commit details
Commits on Dec 6, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 3502ee6 - Browse repository at this point
Copy the full SHA 3502ee6View commit details
Commits on Dec 8, 2025
-
Bump jackson.version from 2.20.0 to 2.20.1 (#4368)
Bumps `jackson.version` from 2.20.0 to 2.20.1. Updates `com.fasterxml.jackson.core:jackson-databind` from 2.20.0 to 2.20.1 - [Commits](https://github.com/FasterXML/jackson/commits) Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.20.0 to 2.20.1 --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.20.1 dependency-type: direct:development update-type: version-update:semver-patch - dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310 dependency-version: 2.20.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a87c5c5 - Browse repository at this point
Copy the full SHA a87c5c5View commit details -
Bump org.apache.maven.plugins:maven-release-plugin from 3.1.1 to 3.2.0 (
#4359) Bumps [org.apache.maven.plugins:maven-release-plugin](https://github.com/apache/maven-release) from 3.1.1 to 3.2.0. - [Release notes](https://github.com/apache/maven-release/releases) - [Commits](apache/maven-release@maven-release-3.1.1...maven-release-3.2.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-release-plugin dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ff20d72 - Browse repository at this point
Copy the full SHA ff20d72View commit details
Commits on Dec 10, 2025
-
Expose method to add upstream driver libraries to CLIENT SETINFO payl…
…oad (#4373) * Expose method to add upstream driver libraries to CLIENT SETINFO payload * Apply formatting * Address PR feedback * enforce formating * Remove licensing header as per PR feedback --------- Co-authored-by: ggivo <ivo.gaydazhiev@redis.com>
Configuration menu - View commit details
-
Copy full SHA for e8cd9b2 - Browse repository at this point
Copy the full SHA e8cd9b2View commit details
Commits on Dec 15, 2025
-
Bump org.sonatype.central:central-publishing-maven-plugin from 0.8.0 …
…to 0.9.0 (#4376) Bump org.sonatype.central:central-publishing-maven-plugin Bumps [org.sonatype.central:central-publishing-maven-plugin](https://github.com/sonatype/central-publishing-maven-plugin) from 0.8.0 to 0.9.0. - [Commits](https://github.com/sonatype/central-publishing-maven-plugin/commits) --- updated-dependencies: - dependency-name: org.sonatype.central:central-publishing-maven-plugin dependency-version: 0.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for bce2ccc - Browse repository at this point
Copy the full SHA bce2cccView commit details
Commits on Dec 17, 2025
-
Introduce new client classes (#4355)
* Relax type checking for ClusterClientBuilder * Add new classes * Use INIT_NO_ERROR_PROPERTY constant from new class * Deprecate old classes * Deprecate public constructors in UnifiedJedis * Add migration tests for JedisCluster constructors used by SDR, Conductor and other OSS projects * Fix formatting and imports * Replace usages of JedisPooled with RedisClient * Rename "pooled" tests * Deprecate JedisPool and JedisSentinelPool Provide clear guidance which client class should be used instead. * Replace JedisCluster with RedisClusterClient in tests * Fix javadocs and enable formatter exclusion tags * Fix modifiers order * Fix cluster tests * Update docs * Use RedisClient in doctests * resolve conflict after rebase * Update src/main/java/redis/clients/jedis/RedisClient.java Co-authored-by: Ivo Gaydazhiev <ivo.gaydazhiev@redis.com> * Use RedisClient in PingStrategy * Reformat * Use lettuce-style factory methods * Update examples --------- Co-authored-by: ggivo <ivo.gaydazhiev@redis.com>
Configuration menu - View commit details
-
Copy full SHA for b9d08c0 - Browse repository at this point
Copy the full SHA b9d08c0View commit details -
Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.3 to 3.1…
…2.0 (#4378) Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.11.3 to 3.12.0. - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases) - [Commits](apache/maven-javadoc-plugin@maven-javadoc-plugin-3.11.3...maven-javadoc-plugin-3.12.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-javadoc-plugin dependency-version: 3.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ivo Gaydazhiev <ivo.gaydazhiev@redis.com>
Configuration menu - View commit details
-
Copy full SHA for 52149d0 - Browse repository at this point
Copy the full SHA 52149d0View commit details -
Bump org.apache.maven.plugins:maven-source-plugin from 3.3.1 to 3.4.0 (…
…#4377) Bumps [org.apache.maven.plugins:maven-source-plugin](https://github.com/apache/maven-source-plugin) from 3.3.1 to 3.4.0. - [Release notes](https://github.com/apache/maven-source-plugin/releases) - [Commits](apache/maven-source-plugin@maven-source-plugin-3.3.1...maven-source-plugin-3.4.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-source-plugin dependency-version: 3.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ivo Gaydazhiev <ivo.gaydazhiev@redis.com>
Configuration menu - View commit details
-
Copy full SHA for 222bd1f - Browse repository at this point
Copy the full SHA 222bd1fView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v7.1.0...v7.2.0