Skip to content

7.7.0.RELEASE

Latest

Choose a tag to compare

@a-TODO-rov a-TODO-rov released this 18 Aug 13:55
1960d49

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

✨ Highlights

Lettuce 7.7.0 introduces support for the new features from Redis OSS 8.10 release, such as:

  • New command: HIMPORT - high-throughput compact hash bulk insertion - user-guide
  • New commands: LMOVEM, BLMOVEM - move multiple elements between lists
  • New command: SUNIONCARD - get the cardinality of the union of multiple sets
  • New command: SDIFFCARD - get the cardinality of the difference between sets
  • XREAD, XREADGROUP - new MAXCOUNT and MAXSIZE arguments to cap the cumulative reply entries and size
  • New command: FT.ALIASLIST - get all aliases for the index
  • Stemmer support for Malay and Tagalog languages

Feature support for Probabilistic data structures in Redis:


Lettuce 7.7.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.10, Redis 8.8, Redis 8.6, Redis 8.4, Redis 8.2, Redis 8.0, Redis 7.4 and Redis 7.2.

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

📗 Links
Reference documentation: https://lettuce.io/core/7.7.0.RELEASE

⭐ New Features

🐞 Bug Fixes

⚙️ Maintenance

  • Upgrade GitHub Actions versions by @uglide in #3773
  • Upgrade GitHub Actions versions (#3773) - part 2 by @tishun in #3784
  • ci: run full Redis version matrix only nightly by @uglide in #3836
  • Fix top flaky integration tests by @uglide in #3870
  • Disable broken FT.HYBRID tests by @uglide in #3877
  • [Commands API interface consistency #1] tests and non-breaking fixes by @uglide in #3865
  • [Commands API interface consistency #2] Remove generators by @uglide in #3866
  • [Commands API interface consistency] Replace adding-a-redis-command with extend-commands-api skill by @uglide in #3872
  • Update security policy by @uglide in #3883

💡 Other

  • Add option to skip unit tests in reusable workflow by @a-TODO-rov in #3768
  • ci: add Spring Data Redis integration test workflow by @tishun in #3732
  • Add deprecation annotation to coroutine multi DSL #2371 by @young0264 in #3771
  • Add more tests around SCH by @uglide in #3793
  • Add integration testing infrastructure documentation by @uglide in #3813
  • Add Vector Set commands to read-only command list by @njm1250 in #3825
  • Add AI-agent operating manual, reference docs, skills, rules, and guardrails by @a-TODO-rov in #3850
  • [Redis 8.10] Add integration test for search-on-timeout config by @uglide in #3828
  • Fix/cluster reject commands pending future by @Vaibhav026 in #3782

❤️ New Contributors - Welcome to the Lettuce family!

Full Changelog: 7.6.0.RELEASE...7.7.0.RELEASE