Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: redis/jedis
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.1.0
Choose a base ref
...
head repository: redis/jedis
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.2.0
Choose a head ref
  • 11 commits
  • 127 files changed
  • 7 contributors

Commits on Nov 20, 2025

  1. Configuration menu
    Copy the full SHA
    a017ce0 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2025

  1. 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>
    3 people authored Nov 21, 2025
    Configuration menu
    Copy the full SHA
    2325e21 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2025

  1. 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>
    oscar-besga-panel and ggivo authored Nov 24, 2025
    Configuration menu
    Copy the full SHA
    0a92e5d View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2025

  1. Configuration menu
    Copy the full SHA
    3502ee6 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2025

  1. 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>
    dependabot[bot] authored Dec 8, 2025
    Configuration menu
    Copy the full SHA
    a87c5c5 View commit details
    Browse the repository at this point in the history
  2. 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>
    dependabot[bot] authored Dec 8, 2025
    Configuration menu
    Copy the full SHA
    ff20d72 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2025

  1. 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>
    viktoriya-kutsarova and ggivo authored Dec 10, 2025
    Configuration menu
    Copy the full SHA
    e8cd9b2 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2025

  1. 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>
    dependabot[bot] authored Dec 15, 2025
    Configuration menu
    Copy the full SHA
    bce2ccc View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2025

  1. 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>
    uglide and ggivo authored Dec 17, 2025
    Configuration menu
    Copy the full SHA
    b9d08c0 View commit details
    Browse the repository at this point in the history
  2. 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>
    dependabot[bot] and ggivo authored Dec 17, 2025
    Configuration menu
    Copy the full SHA
    52149d0 View commit details
    Browse the repository at this point in the history
  3. 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>
    dependabot[bot] and ggivo authored Dec 17, 2025
    Configuration menu
    Copy the full SHA
    222bd1f View commit details
    Browse the repository at this point in the history
Loading