Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Bump io.lettuce:lettuce-core from 6.3.2.RELEASE to 6.4.0.RELEASE #8318

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 1, 2024

Bumps io.lettuce:lettuce-core from 6.3.2.RELEASE to 6.4.0.RELEASE.

Release notes

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

6.4.0.RELEASE

⭐ New Features

  • Implement HPEXPIRE, HPEXPIREAT, HPEXPIRETIME, HTTL and HPTTL` (#2857)
  • Implement HEXPIRE, HEXPIREAT, HEXPIRETIME and HPERSIST (#2836)
  • Mark dnsResolver(DnsResolver) as deprecated. (#2855)
  • implementation of PUBSUB SHARDCHANNELS (#2793)
  • Add support for SUNSUBSCRIBE #2759 (#2851)
  • Add support for SPUBLISH (#2838)
  • Add a evalReadOnly overload that accepts the script as a String (#2868)
  • XREAD support for reading last message from stream (#2863)
  • Send the CLIENT SETINFO command in a fire-and-forget way (#2823)
  • Add support CLIENT KILL [MAXAGE] (#2782)
  • Support HSCAN with NOVALUES argument (#2816)
  • Server addressed the issues of empty list returned for missing keys (#2899)

🐞 Bug Fixes

💡 Other

  • Fixed the release flow (#2896)
  • Setting the next release to be 6.4.x as part of #2880 (#2881)
  • Bump org.apache.maven.plugins:maven-jar-plugin from 3.3.0 to 3.4.1 (#2875)
  • Bump org.apache.maven.plugins:maven-assembly-plugin from 3.6.0 to 3.7.1 by @​dependabot (#2887)
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.3 to 3.7.0 (#2873)
  • Bump org.apache.commons:commons-pool2 from 2.11.1 to 2.12.0 (#2877)
  • Bump org.codehaus.mojo:flatten-maven-plugin from 1.5.0 to 1.6.0 (#2874)
  • Bump org.openjdk.jmh:jmh-generator-annprocess from 1.21 to 1.37 (#2876)
  • Bump reactor.version from 3.6.4 to 3.6.6 by @​dependabot (#2889)
  • Add release drafter workflow (#2820)
  • Applying code formatter each time we run a Maven build (#2841)
  • Flaky integration test frequently fails the pipeline (#2844)
  • GitHub issue template polishing and stale issues action (#2833)
  • Attempt to stabilize integration tests (#2825)
  • Add snapshot and release workflows (#2810)
  • Fix license in POM (#2812)
  • Created CodeQL analysis configuration by modifying suggested template (#2811)
  • bump setup-java to v4 (#2807)
  • Added unit tests for most of the pubsub classes that did not have any (#2808)
  • Change the license to more permissive MIT (#2803)
  • CI/CD quickstart (#2777)
  • Updated release acton (as part of #2880) by @​tishun in redis/lettuce#2885
  • Fixed the release flow by @​tishun in redis/lettuce#2896

❤️ Contributors

We'd like to thank all the contributors who worked on this release! @​BalmungSan, @​atakavci, @​dengliming, @​dependabot, @​dependabot[bot], @​gerzse, @​mp911de, @​sullis, @​thachlp, @​tishun, @​uglide and @​yfwz100

... (truncated)

Changelog

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

Lettuce 6.4.0 RELEASE NOTES

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

This Lettuce driver is now going to be shipped under the MIT licensing scheme. The CLIENT SETINFO is now working in a fire-and-forget mode to allow better compatibility with Redis servers that do not support this command.

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 PUBSUB shard channel commands SHARDCHANNELS #2756, SHARDNUMSUB #2776
  • Add PUBSUB shard channel commands SPUBLISH #2757, SSUBSCRIBE #2758 and SUNSUBSCRIBE #2758
  • Add support for CLIENT KILL [MAXAGE] #2782
  • Hash field expiration commands HEXPIRE, HEXPIREAT, HEXPIRETIME and HPERSIST #2836
  • Hash field expiration commands HPEXPIRE, HPEXPIREAT, HPEXPIRETIME, HTTL and HPTTL #2857

Enhancements

  • Add support for HSCAN NOVALUES #2763
  • Send the CLIENT SETINFO command in a fire-and-forget way #2082
  • Change the license to more permissive MIT #2173
  • Add a evalReadOnly overload that accepts the script as a String #2868
  • XREAD support for reading last message from stream #2863
  • Mark dnsResolver(DnsResolver) as deprecated #2855
  • Remove connection-related methods from commands API #2027
  • Move connection-related commands from BaseRedisCommands to RedisConnectionCommands #2031

Fixes

  • None

... (truncated)

Commits
  • 83f459a Bump org.apache.maven.plugins:maven-assembly-plugin from 3.6.0 to 3.7.1 (#2887)
  • f6b7e5c Bump reactor.version from 3.6.4 to 3.6.6 (#2889)
  • e37e3ab Handle NPE (#2906)
  • e5b75da Fixed the release flow (#2896)
  • d507743 Remove not readonly commands #2832 (#2871)
  • 63630d5 Server addressed the issues of empty list returned for missing keys (#2899)
  • 7ff981d Modify the release acrtion to call the proper maven target for release, make ...
  • 8ef0c1b Setting the next release to be 6.4.x as part of #2880 (#2881)
  • cb8ea7b Bump org.apache.commons:commons-pool2 from 2.11.1 to 2.12.0 (#2877)
  • 5198856 Bump org.openjdk.jmh:jmh-generator-annprocess from 1.21 to 1.37 (#2876)
  • Additional commits viewable in compare view

Dependabot compatibility score

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

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot requested a review from mandy-chessell as a code owner August 1, 2024 03:21
@dependabot dependabot bot added external-dependency Related to an external dependency (ie maven package etc). Bug or update java Pull requests that update Java code labels Aug 1, 2024
@dependabot dependabot bot requested a review from lpalashevski August 1, 2024 03:22
@dependabot dependabot bot force-pushed the dependabot/gradle/io.lettuce-lettuce-core-6.4.0.RELEASE branch 2 times, most recently from 7446b97 to 8cbd9fb Compare August 8, 2024 11:50
@dependabot dependabot bot force-pushed the dependabot/gradle/io.lettuce-lettuce-core-6.4.0.RELEASE branch from 8cbd9fb to 605b0a6 Compare August 19, 2024 18:24
Bumps [io.lettuce:lettuce-core](https://github.com/lettuce-io/lettuce-core) from 6.3.2.RELEASE to 6.4.0.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@6.3.2.RELEASE...6.4.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] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/gradle/io.lettuce-lettuce-core-6.4.0.RELEASE branch from 605b0a6 to 9bb427e Compare August 27, 2024 23:07
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 1, 2024

Superseded by #8465.

@dependabot dependabot bot closed this Nov 1, 2024
@dependabot dependabot bot deleted the dependabot/gradle/io.lettuce-lettuce-core-6.4.0.RELEASE branch November 1, 2024 03:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
external-dependency Related to an external dependency (ie maven package etc). Bug or update java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants