dependabot[bot] opened a new pull request, #1917:
URL: https://github.com/apache/streampipes/pull/1917

   Bumps [redis.clients:jedis](https://github.com/redis/jedis) from 4.4.3 to 
5.0.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/redis/jedis/releases";>redis.clients:jedis's 
releases</a>.</em></p>
   <blockquote>
   <h2>5.0.0</h2>
   <h1>What's New?</h1>
   <h2>Automatic Cross-Cluster Failover</h2>
   <p>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 <a 
href="https://github.com/redis/jedis/blob/master/docs/failover.md";>our 
documentation</a>.</p>
   <h2>Full <a href="https://redis.com/blog/introducing-redis-7-2/";>Redis 
7.2</a> and <a 
href="https://github.com/redis/redis-specifications/blob/master/protocol/RESP3.md";>RESP3</a>
 Support</h2>
   <p>Examples to enable RESP3 are included later in this release note.</p>
   <hr />
   <h1>Changes</h1>
   <h2>๐Ÿ”ฅ Breaking Changes (<a 
href="https://github.com/redis/jedis/blob/master/docs/breaking-5.md";>Listed 
here</a>)</h2>
   <h2>๐Ÿš€ New Features</h2>
   <ul>
   <li>Support RESP3 (<a 
href="https://redirect.github.com/redis/jedis/issues/3293";>#3293</a>, <a 
href="https://redirect.github.com/redis/jedis/issues/3387";>#3387</a>, <a 
href="https://redirect.github.com/redis/jedis/issues/3388";>#3388</a>, <a 
href="https://redirect.github.com/redis/jedis/issues/3389";>#3389</a>, <a 
href="https://redirect.github.com/redis/jedis/issues/3403";>#3403</a>, <a 
href="https://redirect.github.com/redis/jedis/issues/3507";>#3507</a>)</li>
   <li>Support Sharded PubSub (<a 
href="https://redirect.github.com/redis/jedis/issues/3396";>#3396</a>)</li>
   <li>Introduce PipelineBase for Pipeline and multi node pipeline classes (<a 
href="https://redirect.github.com/redis/jedis/issues/3437";>#3437</a>, <a 
href="https://redirect.github.com/redis/jedis/issues/3442";>#3442</a>)</li>
   <li>'double' timeout parameter for BLMPOP and BZMPOP commands (<a 
href="https://redirect.github.com/redis/jedis/issues/3444";>#3444</a>)</li>
   </ul>
   <h2>๐Ÿงช Experimental Features</h2>
   <ul>
   <li>Cross cluster failover (<a 
href="https://redirect.github.com/redis/jedis/issues/3310";>#3310</a>)</li>
   <li>Allow setting default dialect for RediSearch module (<a 
href="https://redirect.github.com/redis/jedis/issues/3452";>#3452</a>)</li>
   <li>Support JSON.MERGE command (<a 
href="https://redirect.github.com/redis/jedis/issues/3429";>#3429</a>)</li>
   <li>Support TOPK.LIST with WITHCOUNT option (<a 
href="https://redirect.github.com/redis/jedis/issues/3495";>#3495</a>)</li>
   </ul>
   <h2>๐Ÿ› Bug Fixes</h2>
   <ul>
   <li>Fix return value of HRANDFIELD with values when count is negative (<a 
href="https://redirect.github.com/redis/jedis/issues/3425";>#3425</a>, <a 
href="https://redirect.github.com/redis/jedis/issues/3430";>#3430</a>)</li>
   <li>Return List instead of Set in ZDIFF, ZINTER, ZUNION commands (<a 
href="https://redirect.github.com/redis/jedis/issues/3431";>#3431</a>)</li>
   </ul>
   <h2>๐Ÿงฐ Maintenance</h2>
   <ul>
   <li>Deprecate RedisJSON v1 support (<a 
href="https://redirect.github.com/redis/jedis/issues/3503";>#3503</a>)</li>
   <li>Deprecate RedisGraph support (<a 
href="https://redirect.github.com/redis/jedis/issues/3504";>#3504</a>)</li>
   <li>Deprecate Sharding/Sharded feature (<a 
href="https://redirect.github.com/redis/jedis/issues/3386";>#3386</a>)</li>
   <li>Bump org-json:json from 20230227 to 20230618 (<a 
href="https://redirect.github.com/redis/jedis/issues/3472";>#3472</a>)</li>
   </ul>
   <hr />
   <h2>RESP3 Examples</h2>
   <p>This release introduces enabling RESP3 Redis connection, when the Redis 
server supports it.</p>
   <ol>
   <li>Enable RESP3 to a UnifiedJedis object:</li>
   </ol>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/redis/jedis/commit/d023d2fce7ab6c0d3b8859acbb761cbe1002b186";><code>d023d2f</code></a>
 Modify JedisBroadcastException (<a 
href="https://redirect.github.com/redis/jedis/issues/3518";>#3518</a>)</li>
   <li><a 
href="https://github.com/redis/jedis/commit/58c375e2cbf25ab848f4fd4d7d935721fd35f356";><code>58c375e</code></a>
 Type-cast the Pipeline object in JedisSentineled (<a 
href="https://redirect.github.com/redis/jedis/issues/3517";>#3517</a>)</li>
   <li><a 
href="https://github.com/redis/jedis/commit/c920bb371ebc471268bd11a45fc791a7e04e4228";><code>c920bb3</code></a>
 Remove unused AbortedTransactionException (<a 
href="https://redirect.github.com/redis/jedis/issues/3514";>#3514</a>)</li>
   <li><a 
href="https://github.com/redis/jedis/commit/7af02d595b59c304f52756290da7741afac2e164";><code>7af02d5</code></a>
 Refactor Jedis 5 breaking changes list</li>
   <li><a 
href="https://github.com/redis/jedis/commit/bbba9bf23d0c3a6f952003c8de673774d596c20b";><code>bbba9bf</code></a>
 Rename jedis5-breaking.md to breaking-5.md</li>
   <li><a 
href="https://github.com/redis/jedis/commit/71204c52ec992fedcbaa54638f8865e910cc3d49";><code>71204c5</code></a>
 Use RedisCredentials with HELLO command (<a 
href="https://redirect.github.com/redis/jedis/issues/3507";>#3507</a>)</li>
   <li><a 
href="https://github.com/redis/jedis/commit/2c609cfb3adab13ae843aacc862389cca454951a";><code>2c609cf</code></a>
 Fix flakyness of JedisPooledTest (<a 
href="https://redirect.github.com/redis/jedis/issues/3506";>#3506</a>)</li>
   <li><a 
href="https://github.com/redis/jedis/commit/155acfdffb48f58817905b3a3ca1ce997cf74206";><code>155acfd</code></a>
 Deprecate RedisGraph support (<a 
href="https://redirect.github.com/redis/jedis/issues/3504";>#3504</a>)</li>
   <li><a 
href="https://github.com/redis/jedis/commit/c9f4dee461b9c0d5f0e9d79443bab74770b74cb5";><code>c9f4dee</code></a>
 Deprecate RedisJSON v1 support (<a 
href="https://redirect.github.com/redis/jedis/issues/3503";>#3503</a>)</li>
   <li><a 
href="https://github.com/redis/jedis/commit/3d874e1c546711091652660205845b4fea26b207";><code>3d874e1</code></a>
 Remove JSON.RESP command support (<a 
href="https://redirect.github.com/redis/jedis/issues/3502";>#3502</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/redis/jedis/compare/v4.4.3...v5.0.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=redis.clients:jedis&package-manager=maven&previous-version=4.4.3&new-version=5.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot show <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to