Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 24, 2025

Bumps io.lettuce:lettuce-core from 6.8.1.RELEASE to 7.1.0.RELEASE.

Release notes

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

7.1.0.RELEASE

The Lettuce team is pleased to announce the Lettuce 7.1.0 minor release!

This release provides support for new features that are going to be part of the Redis 8.4 release, such as using the CLAIM parameter in the XREADGROUP command; atomically set multiple string keys and update their expiration withMSETEX and atomic compare-and-set and compare-and-delete for string keys using the extensions of the DIGEST, DELEX and SET commands.

Lettuce 7.1.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.

Find the full changelog at the end of this document.

Thanks to all contributors who made Lettuce 7.1.0.RELEASE possible.

📗 Links Reference documentation: https://lettuce.io/core/7.1.0.RELEASE/reference/ Javadoc: https://lettuce.io/core/7.1.0.RELEASE/api/

⭐ New Features

🐞 Bug Fixes

💡 Other

  • N/A

❤️ New Contributors

Full Changelog: redis/lettuce@7.0.0.RELEASE...7.1.0.RELEASE

7.0.0

Lettuce 7.0.0.RELEASE

The Lettuce team is pleased to announce the release of Lettuce 7.0.0!

The release focuses on introducing Maintenance events support functionality, API improvements, and cleanup of deprecated features.

Key changes

  • Maintenance events support for graceful maintenance handling
  • Redis Query Engine (RediSearch) in cluster mode - when searching with a cursor the cursor now is sticking to a single node in cluster environments; read operations are spread around the nodes of a cluster in a random manner to avoid bottlenecks;
  • Enhanced JSON API with String-based access to avoid unnecessary conversions
  • Removal of deprecated APIs and options as part of the major version upgrade
  • Upgrading to Netty 4.2

... (truncated)

Changelog

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

Lettuce 7.1.0 RELEASE NOTES

The Lettuce team is pleased to announce the Lettuce 7.1.0 minor release!

This release provides support for new features that are going to be part of the Redis 8.4 release, such as using the CLAIM parameter in the XREADGROUP command; atomically set multiple string keys and update their expiration withMSETEX and atomic compare-and-set and compare-and-delete for string keys using the extensions of the DIGEST, DELEX and SET commands.

Lettuce 7.1.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.

Find the full changelog at the end of this document.

Thanks to all contributors who made Lettuce 7.1.0.RELEASE possible.

📗 Links Reference documentation: https://lettuce.io/core/7.1.0.RELEASE/reference/ Javadoc: https://lettuce.io/core/7.1.0.RELEASE/api/

⭐ New Features

🐞 Bug Fixes

💡 Other

  • N/A

❤️ New Contributors

Full Changelog: redis/lettuce@7.0.0.RELEASE...7.1.0.RELEASE

Commits
  • e9130aa add Benchmark (jmh) benchmark result for 0796a4e62eda877162abf7ae4bd25660ee2d...
  • 0796a4e Preserve null values when parsing SearchReplies (#3518)
  • 4c67b15 Implement msetex command (#3510)
  • a209fba Add support CAS/CAD (#3512)
  • 8b329cc add Benchmark (jmh) benchmark result for 295546cd03ffb8834c676ccb8f5f1d4b7b80...
  • 295546c Add support for XREADGROUP CLAIM arg (#3486)
  • 7a5a08b Add official 8.4 to test matrix and make it default (#3520)
  • 9fd94be add Benchmark (jmh) benchmark result for e8d59fc318b71a3952137b23f2cf319f2537...
  • e8d59fc Bump to 8.4-GA-pre.3 (#3516)
  • 442de6e add Benchmark (jmh) benchmark result for 1343845572ea5184d56e134f125e6b4e7453...
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Nov 24, 2025
@amazon-inspector-n-virginia
Copy link

⏳ I'm reviewing this pull request for security vulnerabilities and code quality issues. I'll provide an update when I'm done

1 similar comment
@amazon-inspector-n-virginia
Copy link

⏳ I'm reviewing this pull request for security vulnerabilities and code quality issues. I'll provide an update when I'm done

@github-actions
Copy link
Contributor

I'm not approving this PR because it includes a major update of a dependency

@github-actions github-actions bot added the requires-manual-qa Requires Manual Confirmation label Nov 24, 2025
@amazon-inspector-n-virginia
Copy link

✅ I finished the code review, and didn't find any security or code quality issues.

1 similar comment
@amazon-inspector-n-virginia
Copy link

✅ I finished the code review, and didn't find any security or code quality issues.

@codecov
Copy link

codecov bot commented Nov 24, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 68.32%. Comparing base (fe0a5d9) to head (9914b36).
⚠️ Report is 113 commits behind head on master.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #3119      +/-   ##
============================================
+ Coverage     63.67%   68.32%   +4.64%     
- Complexity     4344     5007     +663     
============================================
  Files           621      636      +15     
  Lines         23286    24162     +876     
  Branches       2859     2998     +139     
============================================
+ Hits          14827    16508    +1681     
+ Misses         7070     6218     -852     
- Partials       1389     1436      +47     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@dependabot dependabot bot force-pushed the dependabot/maven/io.lettuce-lettuce-core-7.1.0.RELEASE branch from b6aa144 to 22d7af3 Compare December 1, 2025 06:23
@github-actions
Copy link
Contributor

github-actions bot commented Dec 1, 2025

I'm not approving this PR because it includes a major update of a dependency

@dependabot dependabot bot force-pushed the dependabot/maven/io.lettuce-lettuce-core-7.1.0.RELEASE branch from 22d7af3 to 72bee3b Compare December 4, 2025 03:59
@github-actions
Copy link
Contributor

github-actions bot commented Dec 4, 2025

I'm not approving this PR because it includes a major update of a dependency

@dependabot dependabot bot force-pushed the dependabot/maven/io.lettuce-lettuce-core-7.1.0.RELEASE branch from 72bee3b to 0ecf452 Compare December 4, 2025 04:06
@github-actions
Copy link
Contributor

github-actions bot commented Dec 4, 2025

I'm not approving this PR because it includes a major update of a dependency

@dependabot dependabot bot force-pushed the dependabot/maven/io.lettuce-lettuce-core-7.1.0.RELEASE branch from 0ecf452 to b814ef1 Compare December 4, 2025 04:14
@github-actions
Copy link
Contributor

github-actions bot commented Dec 4, 2025

I'm not approving this PR because it includes a major update of a dependency

@dependabot dependabot bot force-pushed the dependabot/maven/io.lettuce-lettuce-core-7.1.0.RELEASE branch from b814ef1 to 198d138 Compare December 4, 2025 04:21
@github-actions
Copy link
Contributor

github-actions bot commented Dec 4, 2025

I'm not approving this PR because it includes a major update of a dependency

@dependabot dependabot bot force-pushed the dependabot/maven/io.lettuce-lettuce-core-7.1.0.RELEASE branch from 198d138 to b246504 Compare December 4, 2025 04:29
@github-actions
Copy link
Contributor

github-actions bot commented Dec 4, 2025

I'm not approving this PR because it includes a major update of a dependency

@dependabot dependabot bot force-pushed the dependabot/maven/io.lettuce-lettuce-core-7.1.0.RELEASE branch from b246504 to 3077906 Compare December 4, 2025 04:36
@github-actions
Copy link
Contributor

github-actions bot commented Dec 4, 2025

I'm not approving this PR because it includes a major update of a dependency

@dependabot dependabot bot force-pushed the dependabot/maven/io.lettuce-lettuce-core-7.1.0.RELEASE branch from 3077906 to 2cd46ef Compare December 4, 2025 04:44
@github-actions
Copy link
Contributor

github-actions bot commented Dec 4, 2025

I'm not approving this PR because it includes a major update of a dependency

@dependabot dependabot bot force-pushed the dependabot/maven/io.lettuce-lettuce-core-7.1.0.RELEASE branch from 2cd46ef to 5cf03c6 Compare December 4, 2025 04:53
@github-actions
Copy link
Contributor

github-actions bot commented Dec 4, 2025

I'm not approving this PR because it includes a major update of a dependency

@dependabot dependabot bot force-pushed the dependabot/maven/io.lettuce-lettuce-core-7.1.0.RELEASE branch from 5cf03c6 to 3200633 Compare December 5, 2025 20:15
@github-actions
Copy link
Contributor

github-actions bot commented Dec 5, 2025

I'm not approving this PR because it includes a major update of a dependency

@dependabot dependabot bot force-pushed the dependabot/maven/io.lettuce-lettuce-core-7.1.0.RELEASE branch from 3200633 to ab1a724 Compare December 5, 2025 20:55
@github-actions
Copy link
Contributor

github-actions bot commented Dec 5, 2025

I'm not approving this PR because it includes a major update of a dependency

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

---
updated-dependencies:
- dependency-name: io.lettuce:lettuce-core
  dependency-version: 7.1.0.RELEASE
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/io.lettuce-lettuce-core-7.1.0.RELEASE branch from ab1a724 to 9914b36 Compare December 5, 2025 21:36
@github-actions
Copy link
Contributor

github-actions bot commented Dec 5, 2025

I'm not approving this PR because it includes a major update of a dependency

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code requires-manual-qa Requires Manual Confirmation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants