Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[improve][io] Bump io.lettuce:lettuce-core from 5.0.2.RELEASE to 6.5.1.RELEASE in /pulsar-io/redis #23685

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 5, 2024

Bumps io.lettuce:lettuce-core from 5.0.2.RELEASE to 6.5.1.RELEASE.

Release notes

Sourced from io.lettuce:lettuce-core's releases.

6.5.1.RELEASE

What's Changed

Full Changelog: redis/lettuce@6.5.0.RELEASE...6.5.1.RELEASE

6.5.0.RELEASE

⭐ New Features

  • Introducing JSON to Lettuce (#2992)
  • Add support for the CLUSTER MYSHARDID command (#2920)
  • Add support for the CLUSTER LINKS command (#2986)
  • Add support for the CLIENT TRACKINGINFO command (#2862)
  • Default ClientOptions.timeoutOptions to TimeoutOptions.enabled() (#2927)
  • Propagate database number, user, and RedisURI into Tracing (#3005)
  • Add support for creating regex and subnet-based ReadFrom instances from a single string (#3016)
  • Add hasNoSlots() method to RedisClusterNode (#3015)

🐞 Bug Fixes

  • Initialize slots with empty BitSet in RedisClusterNode's constructors (#2341)
  • fix(2971): spublish typo fix (#2972)
  • Update completeExceptionally on ClusterCommand using super (#2980)
  • Add defensive copy for Futures allOf() method (#2943)
  • fix:deadlock when reentrant exclusive lock #2905 #2879 (#2961)
  • ClassNotFoundException: com.fasterxml.jackson.core.JsonProcessingException (#2993)
  • ScanIterator.scan.stream().toList() causes "java.lang.IllegalStateException: Accept exceeded fixed size of 0" on Java 16+ (#3002)
  • fix: Lcs response parse (#2970)
  • Resubscribe logic ignoring Pub/Sub shard channels after reconnect. (#3024)
  • Command interface - issues with async array results (#3033)

💡 Other

  • Add badges to the README.md file (#2939)
  • Convert wiki to markdown docs (#2944)
  • Add the Github repo url to the doc config (#3008)
  • document update regarding addressResolverGroup settings (#3007)
  • Add CodeCov configuration, enable test analytics (#3023)
  • io.lettuce.core.RedisCommandExecutionException: NOAUTH Authentication required on CLIENT and READONLY command (#3035)
  • Bump org.jacoco:jacoco-maven-plugin from 0.8.9 to 0.8.12 (#2921)
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.5 to 3.3.1 (#2922)
  • Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.2.5 to 3.3.1 (#2958)
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.7.0 to 3.8.0 (#2957)
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.1 to 3.4.0 (#2968)
  • Bump org.hdrhistogram:HdrHistogram from 2.1.12 to 2.2.2 (#2966)
  • Bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.1 to 3.13.0 (#2978)

... (truncated)

Changelog

Sourced from io.lettuce:lettuce-core's changelog.

Lettuce 6.5.0 RELEASE NOTES

The Redis team is delighted to announce the general availability of Lettuce 6.5.

Great news, everyone! Lettuce 6.5.0 comes with RedisJSON support enabled. For more on that, please consult with the RedisJSON documentation and the Lettuce guide on RedisJSON.

Lettuce 6 supports Redis 2.6+ up to Redis 7.x. In terms of Java runtime, Lettuce requires at least Java 8 and works with Java 21.

Thanks to all contributors who made Lettuce 6.4.0 possible.

If you need any support, meet Lettuce at

Commands

  • Add CLUSTER MYSHARDID in #2920 and CLUSTER LINKS in #2986
  • Add CLIENT TRACKINGINFO in #2862

Enhancements

  • Default ClientOptions.timeoutOptions to TimeoutOptions.enabled() (#2927)
  • Update completeExceptionally on ClusterCommand using super (#2980)

Fixes

  • fix(2971): spublish typo fix (#2972)
  • Initialize slots with empty BitSet in RedisClusterNode's constructors (#2341)
  • Add defensive copy for Futures allOf() method (#2943)
  • fix:deadlock when reentrant exclusive lock (#2961)

Other

  • Add badges to the README.md file (#2939)
  • Convert wiki to markdown docs (#2944)
  • Bump org.jacoco:jacoco-maven-plugin from 0.8.9 to 0.8.12 (#2921)
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.5 to 3.3.1 (#2922)
  • Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.2.5 to 3.3.1 (#2958)

... (truncated)

Commits
  • b396f62 Merge commit from fork
  • 58dd067 Restore API that was incidently deleted when introducing the JSON feature (#3...
  • 7c18838 Propagate handshake failures to Handshake future (#3058)
  • f307d20 Json commands not exposed in AsyncCluster #3048 (#3049)
  • d1b853b OpsForGeo producing "READONLY You can't write against a read only replica " o...
  • 1cd0ecf WATCH is now working in the same time as MULTI when called inside a MULTI (#3...
  • 7f455ec io.lettuce.core.RedisCommandExecutionException: NOAUTH Authentication require...
  • 114755d MKdocs styling update (#3034)
  • 19f76a3 Implement missing method in the BooleanListOutput (#3033)
  • d56af50 Restore missing step (#3028)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [io.lettuce:lettuce-core](https://github.com/lettuce-io/lettuce-core) from 5.0.2.RELEASE to 6.5.1.RELEASE.
- [Release notes](https://github.com/lettuce-io/lettuce-core/releases)
- [Changelog](https://github.com/redis/lettuce/blob/main/RELEASE-NOTES.md)
- [Commits](redis/lettuce@5.0.2.RELEASE...6.5.1.RELEASE)

---
updated-dependencies:
- dependency-name: io.lettuce:lettuce-core
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Dec 5, 2024
@lhotari lhotari changed the title Bump io.lettuce:lettuce-core from 5.0.2.RELEASE to 6.5.1.RELEASE in /pulsar-io/redis [improve][io] Bump io.lettuce:lettuce-core from 5.0.2.RELEASE to 6.5.1.RELEASE in /pulsar-io/redis Dec 5, 2024
Copy link
Member

@lhotari lhotari left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link

github-actions bot commented Dec 5, 2024

@dependabot[bot] Please add the following content to your PR description and select a checkbox:

- [ ] `doc` <!-- Your PR contains doc changes -->
- [ ] `doc-required` <!-- Your PR changes impact docs and you will update later -->
- [ ] `doc-not-needed` <!-- Your PR changes do not impact docs -->
- [ ] `doc-complete` <!-- Docs have been already added -->

@lhotari lhotari merged commit 28e47fa into master Dec 6, 2024
48 of 56 checks passed
@dependabot dependabot bot deleted the dependabot/maven/pulsar-io/redis/io.lettuce-lettuce-core-6.5.1.RELEASE branch December 6, 2024 18:14
@lhotari lhotari added this to the 4.1.0 milestone Dec 6, 2024
lhotari pushed a commit that referenced this pull request Dec 6, 2024
…1.RELEASE in /pulsar-io/redis (#23685)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 28e47fa)
lhotari pushed a commit that referenced this pull request Dec 6, 2024
…1.RELEASE in /pulsar-io/redis (#23685)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 28e47fa)
nikhil-ctds pushed a commit to datastax/pulsar that referenced this pull request Dec 9, 2024
…1.RELEASE in /pulsar-io/redis (apache#23685)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 28e47fa)
(cherry picked from commit 0d2ff97)
srinath-ctds pushed a commit to datastax/pulsar that referenced this pull request Dec 10, 2024
…1.RELEASE in /pulsar-io/redis (apache#23685)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 28e47fa)
(cherry picked from commit 0d2ff97)
hanmz pushed a commit to hanmz/pulsar that referenced this pull request Feb 12, 2025
…1.RELEASE in /pulsar-io/redis (apache#23685)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant