Conversation
Bumps [io.lettuce:lettuce-core](https://github.com/redis/lettuce) from 6.5.5.RELEASE to 7.2.1.RELEASE. - [Release notes](https://github.com/redis/lettuce/releases) - [Changelog](https://github.com/redis/lettuce/blob/7.2.1.RELEASE/RELEASE-NOTES.md) - [Commits](redis/lettuce@6.5.5.RELEASE...7.2.1.RELEASE) --- updated-dependencies: - dependency-name: io.lettuce:lettuce-core dependency-version: 7.2.1.RELEASE dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
56a50f8 to
3c622cc
Compare
Rizzen
approved these changes
Feb 27, 2026
Amaneusz
pushed a commit
that referenced
this pull request
Mar 3, 2026
…RELEASE (#1304) Bumps [io.lettuce:lettuce-core](https://github.com/redis/lettuce) from 6.5.5.RELEASE to 7.2.1.RELEASE. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/redis/lettuce/releases">io.lettuce:lettuce-core's releases</a>.</em></p> <blockquote> <h2>7.2.1.RELEASE</h2> <p>The Lettuce team is pleased to announce the Lettuce 7.2.1 patch release!</p> <p>Lettuce 7.2.1 supports Redis 2.6+ up to Redis 8.x. In terms of Java runtime, Lettuce requires at least Java 8 and works with Java 24. The driver is tested against Redis 8.4, Redis 8.2, Redis 8.0, Redis 7.4 and Redis 7.2.</p> <p>Thanks to all contributors who made Lettuce 7.2.1.RELEASE possible.</p> <p>📗 Links Reference documentation: <a href="https://lettuce.io/core/7.2.1.RELEASE/reference/">https://lettuce.io/core/7.2.1.RELEASE/reference/</a> Javadoc: <a href="https://lettuce.io/core/7.2.1.RELEASE/api/">https://lettuce.io/core/7.2.1.RELEASE/api/</a></p> <p>🐞 Bug Fixes</p> <ul> <li>Fix command queue corruption on encoding failures (<a href="https://redirect.github.com/redis/lettuce/issues/3443">#3443</a>) by <a href="https://github.com/a-TODO-rov"><code>@a-TODO-rov</code></a> in <a href="https://redirect.github.com/redis/lettuce/pull/3581">redis/lettuce#3581</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/redis/lettuce/compare/7.2.0.RELEASE...7.2.1.RELEASE">https://github.com/redis/lettuce/compare/7.2.0.RELEASE...7.2.1.RELEASE</a></p> <h2>7.2.0.RELEASE</h2> <p>The Lettuce team is pleased to announce the Lettuce 7.2.0 minor release!</p> <p>Lettuce 7.2.0 supports Redis 2.6+ up to Redis 8.x. In terms of Java runtime, Lettuce requires at least Java 8 and works with Java 24. The driver is tested against Redis 8.4, Redis 8.2, Redis 8.0, Redis 7.4 and Redis 7.2.</p> <p>Thanks to all contributors who made Lettuce 7.2.0.RELEASE possible.</p> <p>📗 Links Reference documentation: <a href="https://lettuce.io/core/7.2.0.RELEASE/reference/">https://lettuce.io/core/7.2.0.RELEASE/reference/</a> Javadoc: <a href="https://lettuce.io/core/7.2.0.RELEASE/api/">https://lettuce.io/core/7.2.0.RELEASE/api/</a></p> <p>⭐ New Features</p> <ul> <li>Add <a href="https://redis.io/docs/latest/commands/ft.hybrid/">FT.HYBRID</a> command by <a href="https://github.com/a-TODO-rov"><code>@a-TODO-rov</code></a> in <a href="https://redirect.github.com/redis/lettuce/pull/3540">redis/lettuce#3540</a></li> <li>Expose method to add upstream driver libraries to CLIENT SETINFO payload by <a href="https://github.com/viktoriya-kutsarova"><code>@viktoriya-kutsarova</code></a> in <a href="https://redirect.github.com/redis/lettuce/pull/3542">redis/lettuce#3542</a></li> </ul> <p>🐞 Bug Fixes</p> <ul> <li>SearchArgs.returnField with alias produces malformed redis command <a href="https://redirect.github.com/redis/lettuce/issues/3528">#3528</a> by <a href="https://github.com/tishun"><code>@tishun</code></a> in <a href="https://redirect.github.com/redis/lettuce/pull/3530">redis/lettuce#3530</a></li> <li>fix consistency with get(int) that returns wrapped DelegateJsonObject/DelegateJsonArray for nested structures by <a href="https://github.com/NeatGuyCoding"><code>@NeatGuyCoding</code></a> in <a href="https://redirect.github.com/redis/lettuce/pull/3464">redis/lettuce#3464</a></li> </ul> <p>💡 Other</p> <ul> <li>Bumping Netty to 4.2.5.Final (main) by <a href="https://github.com/tishun"><code>@tishun</code></a> in <a href="https://redirect.github.com/redis/lettuce/pull/3536">redis/lettuce#3536</a></li> </ul> <p>❤️ New Contributors</p> <ul> <li><a href="https://github.com/NeatGuyCoding"><code>@NeatGuyCoding</code></a> made their first contribution in <a href="https://redirect.github.com/redis/lettuce/pull/3464">redis/lettuce#3464</a></li> <li><a href="https://github.com/viktoriya-kutsarova"><code>@viktoriya-kutsarova</code></a> made their first contribution in <a href="https://redirect.github.com/redis/lettuce/pull/3542">redis/lettuce#3542</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/redis/lettuce/compare/7.1.0.RELEASE...7.2.0.RELEASE">https://github.com/redis/lettuce/compare/7.1.0.RELEASE...7.2.0.RELEASE</a></p> <h2>7.1.1.RELEASE</h2> <p>The Lettuce team is pleased to announce the Lettuce 7.1.1 service release! This release ships with bugfixes and dependency upgrades.</p> <p>Lettuce 7 supports Redis 2.6+ up to Redis 8.4. In terms of Java runtime, Lettuce requires</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/redis/lettuce/blob/7.2.1.RELEASE/RELEASE-NOTES.md">io.lettuce:lettuce-core's changelog</a>.</em></p> <blockquote> <h1>Lettuce 7.2.1 RELEASE NOTES</h1> <p>The Lettuce team is pleased to announce the Lettuce 7.2.1 patch release!</p> <p>Lettuce 7.2.1 supports Redis 2.6+ up to Redis 8.x. In terms of Java runtime, Lettuce requires at least Java 8 and works with Java 24. The driver is tested against Redis 8.4, Redis 8.2, Redis 8.0, Redis 7.4 and Redis 7.2.</p> <p>Thanks to all contributors who made Lettuce 7.2.1.RELEASE possible.</p> <p>📗 Links Reference documentation: <a href="https://lettuce.io/core/7.2.1.RELEASE/reference/">https://lettuce.io/core/7.2.1.RELEASE/reference/</a> Javadoc: <a href="https://lettuce.io/core/7.2.1.RELEASE/api/">https://lettuce.io/core/7.2.1.RELEASE/api/</a></p> <p>🐞 Bug Fixes</p> <ul> <li>Fix command queue corruption on encoding failures (<a href="https://redirect.github.com/redis/lettuce/issues/3443">#3443</a>) by <a href="https://github.com/a-TODO-rov"><code>@a-TODO-rov</code></a> in <a href="https://redirect.github.com/redis/lettuce/pull/3581">redis/lettuce#3581</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/redis/lettuce/compare/7.2.0.RELEASE...7.2.1.RELEASE">https://github.com/redis/lettuce/compare/7.2.0.RELEASE...7.2.1.RELEASE</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/redis/lettuce/commit/6df1ea4454da25a48401b0faa08fb3c93474698a"><code>6df1ea4</code></a> Release 7.2.1 (<a href="https://redirect.github.com/redis/lettuce/issues/3582">#3582</a>)</li> <li><a href="https://github.com/redis/lettuce/commit/a35230a6966137e03e861636bdd9a49e88eef25b"><code>a35230a</code></a> Fix command queue corruption on encoding failures (<a href="https://redirect.github.com/redis/lettuce/issues/3443">#3443</a>) (<a href="https://redirect.github.com/redis/lettuce/issues/3581">#3581</a>)</li> <li><a href="https://github.com/redis/lettuce/commit/fdcfb74e504eb1a189db288bfa8006bf6009210e"><code>fdcfb74</code></a> Release 7.2.0 (<a href="https://redirect.github.com/redis/lettuce/issues/3559">#3559</a>)</li> <li><a href="https://github.com/redis/lettuce/commit/51afb16478ca8288b81c47e0229fbfa373a64459"><code>51afb16</code></a> add Benchmark (jmh) benchmark result for be132f9ceeacd03a0d982c847e4221748b4a...</li> <li><a href="https://github.com/redis/lettuce/commit/be132f9ceeacd03a0d982c847e4221748b4aeea9"><code>be132f9</code></a> Expose method to add upstream driver libraries to CLIENT SETINFO payload (<a href="https://redirect.github.com/redis/lettuce/issues/3542">#3542</a>)</li> <li><a href="https://github.com/redis/lettuce/commit/3ec6c4687ff5178d472cf06351cfc081d97e227f"><code>3ec6c46</code></a> Add ftHybrid (<a href="https://redirect.github.com/redis/lettuce/issues/3540">#3540</a>)</li> <li><a href="https://github.com/redis/lettuce/commit/2041e1ba82c4c526c455574e75d9ed260e39d49a"><code>2041e1b</code></a> add Benchmark (jmh) benchmark result for 9230a1726dd2699115f7ff82a2d63aab7074...</li> <li><a href="https://github.com/redis/lettuce/commit/9230a1726dd2699115f7ff82a2d63aab707499d3"><code>9230a17</code></a> add Benchmark (jmh) benchmark result for d7e6a0a832c742321735fa92ad22d32d5471...</li> <li><a href="https://github.com/redis/lettuce/commit/d7e6a0a832c742321735fa92ad22d32d54712b92"><code>d7e6a0a</code></a> add Benchmark (jmh) benchmark result for a1bb28d8ed7f076fa4132af5dbebf0dc3cb9...</li> <li><a href="https://github.com/redis/lettuce/commit/a1bb28d8ed7f076fa4132af5dbebf0dc3cb98d12"><code>a1bb28d</code></a> add Benchmark (jmh) benchmark result for 2f226a60d90398c42b3efd2a46027ea0bc14...</li> <li>Additional commits viewable in <a href="https://github.com/redis/lettuce/compare/6.5.5.RELEASE...7.2.1.RELEASE">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Amaneusz
pushed a commit
that referenced
this pull request
Mar 3, 2026
…RELEASE (#1304) Bumps [io.lettuce:lettuce-core](https://github.com/redis/lettuce) from 6.5.5.RELEASE to 7.2.1.RELEASE. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/redis/lettuce/releases">io.lettuce:lettuce-core's releases</a>.</em></p> <blockquote> <h2>7.2.1.RELEASE</h2> <p>The Lettuce team is pleased to announce the Lettuce 7.2.1 patch release!</p> <p>Lettuce 7.2.1 supports Redis 2.6+ up to Redis 8.x. In terms of Java runtime, Lettuce requires at least Java 8 and works with Java 24. The driver is tested against Redis 8.4, Redis 8.2, Redis 8.0, Redis 7.4 and Redis 7.2.</p> <p>Thanks to all contributors who made Lettuce 7.2.1.RELEASE possible.</p> <p>📗 Links Reference documentation: <a href="https://lettuce.io/core/7.2.1.RELEASE/reference/">https://lettuce.io/core/7.2.1.RELEASE/reference/</a> Javadoc: <a href="https://lettuce.io/core/7.2.1.RELEASE/api/">https://lettuce.io/core/7.2.1.RELEASE/api/</a></p> <p>🐞 Bug Fixes</p> <ul> <li>Fix command queue corruption on encoding failures (<a href="https://redirect.github.com/redis/lettuce/issues/3443">#3443</a>) by <a href="https://github.com/a-TODO-rov"><code>@a-TODO-rov</code></a> in <a href="https://redirect.github.com/redis/lettuce/pull/3581">redis/lettuce#3581</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/redis/lettuce/compare/7.2.0.RELEASE...7.2.1.RELEASE">https://github.com/redis/lettuce/compare/7.2.0.RELEASE...7.2.1.RELEASE</a></p> <h2>7.2.0.RELEASE</h2> <p>The Lettuce team is pleased to announce the Lettuce 7.2.0 minor release!</p> <p>Lettuce 7.2.0 supports Redis 2.6+ up to Redis 8.x. In terms of Java runtime, Lettuce requires at least Java 8 and works with Java 24. The driver is tested against Redis 8.4, Redis 8.2, Redis 8.0, Redis 7.4 and Redis 7.2.</p> <p>Thanks to all contributors who made Lettuce 7.2.0.RELEASE possible.</p> <p>📗 Links Reference documentation: <a href="https://lettuce.io/core/7.2.0.RELEASE/reference/">https://lettuce.io/core/7.2.0.RELEASE/reference/</a> Javadoc: <a href="https://lettuce.io/core/7.2.0.RELEASE/api/">https://lettuce.io/core/7.2.0.RELEASE/api/</a></p> <p>⭐ New Features</p> <ul> <li>Add <a href="https://redis.io/docs/latest/commands/ft.hybrid/">FT.HYBRID</a> command by <a href="https://github.com/a-TODO-rov"><code>@a-TODO-rov</code></a> in <a href="https://redirect.github.com/redis/lettuce/pull/3540">redis/lettuce#3540</a></li> <li>Expose method to add upstream driver libraries to CLIENT SETINFO payload by <a href="https://github.com/viktoriya-kutsarova"><code>@viktoriya-kutsarova</code></a> in <a href="https://redirect.github.com/redis/lettuce/pull/3542">redis/lettuce#3542</a></li> </ul> <p>🐞 Bug Fixes</p> <ul> <li>SearchArgs.returnField with alias produces malformed redis command <a href="https://redirect.github.com/redis/lettuce/issues/3528">#3528</a> by <a href="https://github.com/tishun"><code>@tishun</code></a> in <a href="https://redirect.github.com/redis/lettuce/pull/3530">redis/lettuce#3530</a></li> <li>fix consistency with get(int) that returns wrapped DelegateJsonObject/DelegateJsonArray for nested structures by <a href="https://github.com/NeatGuyCoding"><code>@NeatGuyCoding</code></a> in <a href="https://redirect.github.com/redis/lettuce/pull/3464">redis/lettuce#3464</a></li> </ul> <p>💡 Other</p> <ul> <li>Bumping Netty to 4.2.5.Final (main) by <a href="https://github.com/tishun"><code>@tishun</code></a> in <a href="https://redirect.github.com/redis/lettuce/pull/3536">redis/lettuce#3536</a></li> </ul> <p>❤️ New Contributors</p> <ul> <li><a href="https://github.com/NeatGuyCoding"><code>@NeatGuyCoding</code></a> made their first contribution in <a href="https://redirect.github.com/redis/lettuce/pull/3464">redis/lettuce#3464</a></li> <li><a href="https://github.com/viktoriya-kutsarova"><code>@viktoriya-kutsarova</code></a> made their first contribution in <a href="https://redirect.github.com/redis/lettuce/pull/3542">redis/lettuce#3542</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/redis/lettuce/compare/7.1.0.RELEASE...7.2.0.RELEASE">https://github.com/redis/lettuce/compare/7.1.0.RELEASE...7.2.0.RELEASE</a></p> <h2>7.1.1.RELEASE</h2> <p>The Lettuce team is pleased to announce the Lettuce 7.1.1 service release! This release ships with bugfixes and dependency upgrades.</p> <p>Lettuce 7 supports Redis 2.6+ up to Redis 8.4. In terms of Java runtime, Lettuce requires</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/redis/lettuce/blob/7.2.1.RELEASE/RELEASE-NOTES.md">io.lettuce:lettuce-core's changelog</a>.</em></p> <blockquote> <h1>Lettuce 7.2.1 RELEASE NOTES</h1> <p>The Lettuce team is pleased to announce the Lettuce 7.2.1 patch release!</p> <p>Lettuce 7.2.1 supports Redis 2.6+ up to Redis 8.x. In terms of Java runtime, Lettuce requires at least Java 8 and works with Java 24. The driver is tested against Redis 8.4, Redis 8.2, Redis 8.0, Redis 7.4 and Redis 7.2.</p> <p>Thanks to all contributors who made Lettuce 7.2.1.RELEASE possible.</p> <p>📗 Links Reference documentation: <a href="https://lettuce.io/core/7.2.1.RELEASE/reference/">https://lettuce.io/core/7.2.1.RELEASE/reference/</a> Javadoc: <a href="https://lettuce.io/core/7.2.1.RELEASE/api/">https://lettuce.io/core/7.2.1.RELEASE/api/</a></p> <p>🐞 Bug Fixes</p> <ul> <li>Fix command queue corruption on encoding failures (<a href="https://redirect.github.com/redis/lettuce/issues/3443">#3443</a>) by <a href="https://github.com/a-TODO-rov"><code>@a-TODO-rov</code></a> in <a href="https://redirect.github.com/redis/lettuce/pull/3581">redis/lettuce#3581</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/redis/lettuce/compare/7.2.0.RELEASE...7.2.1.RELEASE">https://github.com/redis/lettuce/compare/7.2.0.RELEASE...7.2.1.RELEASE</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/redis/lettuce/commit/6df1ea4454da25a48401b0faa08fb3c93474698a"><code>6df1ea4</code></a> Release 7.2.1 (<a href="https://redirect.github.com/redis/lettuce/issues/3582">#3582</a>)</li> <li><a href="https://github.com/redis/lettuce/commit/a35230a6966137e03e861636bdd9a49e88eef25b"><code>a35230a</code></a> Fix command queue corruption on encoding failures (<a href="https://redirect.github.com/redis/lettuce/issues/3443">#3443</a>) (<a href="https://redirect.github.com/redis/lettuce/issues/3581">#3581</a>)</li> <li><a href="https://github.com/redis/lettuce/commit/fdcfb74e504eb1a189db288bfa8006bf6009210e"><code>fdcfb74</code></a> Release 7.2.0 (<a href="https://redirect.github.com/redis/lettuce/issues/3559">#3559</a>)</li> <li><a href="https://github.com/redis/lettuce/commit/51afb16478ca8288b81c47e0229fbfa373a64459"><code>51afb16</code></a> add Benchmark (jmh) benchmark result for be132f9ceeacd03a0d982c847e4221748b4a...</li> <li><a href="https://github.com/redis/lettuce/commit/be132f9ceeacd03a0d982c847e4221748b4aeea9"><code>be132f9</code></a> Expose method to add upstream driver libraries to CLIENT SETINFO payload (<a href="https://redirect.github.com/redis/lettuce/issues/3542">#3542</a>)</li> <li><a href="https://github.com/redis/lettuce/commit/3ec6c4687ff5178d472cf06351cfc081d97e227f"><code>3ec6c46</code></a> Add ftHybrid (<a href="https://redirect.github.com/redis/lettuce/issues/3540">#3540</a>)</li> <li><a href="https://github.com/redis/lettuce/commit/2041e1ba82c4c526c455574e75d9ed260e39d49a"><code>2041e1b</code></a> add Benchmark (jmh) benchmark result for 9230a1726dd2699115f7ff82a2d63aab7074...</li> <li><a href="https://github.com/redis/lettuce/commit/9230a1726dd2699115f7ff82a2d63aab707499d3"><code>9230a17</code></a> add Benchmark (jmh) benchmark result for d7e6a0a832c742321735fa92ad22d32d5471...</li> <li><a href="https://github.com/redis/lettuce/commit/d7e6a0a832c742321735fa92ad22d32d54712b92"><code>d7e6a0a</code></a> add Benchmark (jmh) benchmark result for a1bb28d8ed7f076fa4132af5dbebf0dc3cb9...</li> <li><a href="https://github.com/redis/lettuce/commit/a1bb28d8ed7f076fa4132af5dbebf0dc3cb98d12"><code>a1bb28d</code></a> add Benchmark (jmh) benchmark result for 2f226a60d90398c42b3efd2a46027ea0bc14...</li> <li>Additional commits viewable in <a href="https://github.com/redis/lettuce/compare/6.5.5.RELEASE...7.2.1.RELEASE">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps io.lettuce:lettuce-core from 6.5.5.RELEASE to 7.2.1.RELEASE.
Release notes
Sourced from io.lettuce:lettuce-core's releases.
... (truncated)
Changelog
Sourced from io.lettuce:lettuce-core's changelog.
Commits
6df1ea4Release 7.2.1 (#3582)a35230aFix command queue corruption on encoding failures (#3443) (#3581)fdcfb74Release 7.2.0 (#3559)51afb16add Benchmark (jmh) benchmark result for be132f9ceeacd03a0d982c847e4221748b4a...be132f9Expose method to add upstream driver libraries to CLIENT SETINFO payload (#3542)3ec6c46Add ftHybrid (#3540)2041e1badd Benchmark (jmh) benchmark result for 9230a1726dd2699115f7ff82a2d63aab7074...9230a17add Benchmark (jmh) benchmark result for d7e6a0a832c742321735fa92ad22d32d5471...d7e6a0aadd Benchmark (jmh) benchmark result for a1bb28d8ed7f076fa4132af5dbebf0dc3cb9...a1bb28dadd Benchmark (jmh) benchmark result for 2f226a60d90398c42b3efd2a46027ea0bc14...You can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)