Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jul 21, 2022

Bumps lettuce-core from 6.1.8.RELEASE to 6.2.0.RELEASE.

Release notes

Sourced from lettuce-core's releases.

6.2.0.RELEASE

The Lettuce team is delighted to announce general availability of Lettuce 6.2.

This is a massive release thanks to all the community contributions. Most notable changes that ship with this release are:

  • Support for Redis 7.0 commands and modifier/argument updates

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 18.

Thanks to all contributors who made Lettuce 6.2.0 possible.

📗 Links

⭐ New Features

  • Allow configuring a default ThreadFactoryProvider to create ClientResources #1711
  • Introduce API to allow for extending RedisClusterClient and its connections #1754
  • Could not initialize JfrConnectionCreatedEvent #1767
  • Add support for double timeouts for BZPOP and BLPOP/BRPOP commands #1772
  • Password Rotation support - Add a CredentialProvider interface/class and set your own provider #1774
  • Emit command latency events using JFR #1820
  • Lettuce loosing clientTracking after Reconnect #1838
  • NodeSelection dispatch output gets reused #1876
  • Specify concrete scheduler name #1898
  • Add support for SINTERCARD #1902
  • Add support for LMPOP and BLMPOP commands #1903
  • Add support for CLUSTER DELSLOTSRANGE and CLUSTER ADDSLOTSRANGE commands #1904
  • Add NX/XX/GT/LT options to EXPIRE commands #1905
  • Avoid routing to cluster replicas that are loading data #1923
  • Introduce nodeFilter Predicate to filter Partitions #1942
  • Add exception type for READONLY errors #1943
  • Add support for ZINTERCARD command #1982
  • Add support NOW, FORCE and ABORT args for SHUTDOWN command #1985
  • Add support for EVAL_RO and EVALSHA_RO commands #1987
  • Support CONFIG GET/SET with multiple parameters #1988
  • Add support for CLIENT NO-EVICT command #1989
  • Add support for ACL DRYRUN command #1992
  • Do not use pause detector for CommandLatencyCollector by default #1995
  • Rename ReadFrom.NEAREST to LOWEST_LATENCY to clarify its functionality #1997
  • Add support for REPLICAOF and CLUSTER REPLICAS commands #2020
  • Add support for CLUSTER SHARDS command #2025
  • Deprecate connection-related methods on commands API #2028
  • Promote AsyncCloseable to public API #2030
  • Improving performance of RedisAdvancedClusterAsyncCommandsImpl::mget #2042
  • Redis cluster refresh of large clusters keeps I/O threads busy #2045
  • Reduces overhead of RedisClusterNode.forEachSlot #2058
  • Implement AutoCloseable in AbstractRedisClient #2076

... (truncated)

Changelog

Sourced from lettuce-core's changelog.

Lettuce 6.2.0 RELEASE NOTES

The Lettuce team is delighted to announce general availability of Lettuce 6.2.

This is a massive release thanks to all the community contributions. Most notable changes that ship with this release are:

  • Support for Redis 7.0 commands and modifier/argument updates

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 18.

Thanks to all contributors who made Lettuce 6.2.0 possible.

If you need any support, meet Lettuce at

Commands

  • Add support for double timeouts for BZPOP and BLPOP/BRPOP commands #1772
  • Add support for SINTERCARD #1902
  • Add support for LMPOP and BLMPOP commands #1903
  • Add support for CLUSTER DELSLOTSRANGE and CLUSTER ADDSLOTSRANGE commands #1904
  • Add NX/XX/GT/LT options to EXPIRE commands #1905
  • Add support for ZINTERCARD command #1982
  • Add support NOW, FORCE and ABORT args for SHUTDOWN command #1985
  • Add support for EVAL_RO and EVALSHA_RO commands #1987
  • Support CONFIG GET/SET with multiple parameters #1988
  • Add support for CLIENT NO-EVICT command #1989
  • Add support for ACL DRYRUN command #1992
  • Add support for REPLICAOF and CLUSTER REPLICAS commands #2020
  • Add support for CLUSTER SHARDS command #2025
  • Add support for XGROUP … ENTRIESREAD #2141
  • Add support for EXPIRETIME and PEXPIRETIME #2142
  • Assert Redis 7.0 compatibility #2143
  • Add support for SENTINEL REPLICAS command #2144
  • Add support for SORT_RO #2145

Enhancements

... (truncated)

Commits

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 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)

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

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

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 Jul 21, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Oct 10, 2022

Superseded by #18.

@dependabot dependabot bot closed this Oct 10, 2022
@dependabot dependabot bot deleted the dependabot/maven/io.lettuce-lettuce-core-6.2.0.RELEASE branch October 10, 2022 20:40
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant