Release v4.7.0
Release v4.7.0
7.2.0.RELEASE
The Lettuce team is pleased to announce the Lettuce 7.2.0 minor release!
Lettuce 7.2.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.
Thanks to all contributors who made Lettuce 7.2.0.RELEASE possible.
📗 Links Reference documentation: https://lettuce.io/core/7.2.0.RELEASE/reference/ Javadoc: https://lettuce.io/core/7.2.0.RELEASE/api/
⭐ New Features
- Add FT.HYBRID command by @a-TODO-rov in https://github.com/redis/lettuce/pull/3540
- Expose method to add upstream driver libraries to CLIENT SETINFO payload by @viktoriya-kutsarova in https://github.com/redis/lettuce/pull/3542
🐞 Bug Fixes
- SearchArgs.returnField with alias produces malformed redis command #3528 by @tishun in https://github.com/redis/lettuce/pull/3530
- fix consistency with get(int) that returns wrapped DelegateJsonObject/DelegateJsonArray for nested structures by @NeatGuyCoding in https://github.com/redis/lettuce/pull/3464
💡 Other
- Bumping Netty to 4.2.5.Final (main) by @tishun in https://github.com/redis/lettuce/pull/3536
❤️ New Contributors
- @NeatGuyCoding made their first contribution in https://github.com/redis/lettuce/pull/3464
- @viktoriya-kutsarova made their first contribution in https://github.com/redis/lettuce/pull/3542
Full Changelog: https://github.com/redis/lettuce/compare/7.1.0.RELEASE...7.2.0.RELEASE
7.2.0.RELEASE
The Lettuce team is pleased to announce the Lettuce 7.2.0 minor release!
Lettuce 7.2.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.
Thanks to all contributors who made Lettuce 7.2.0.RELEASE possible.
📗 Links Reference documentation: https://lettuce.io/core/7.2.0.RELEASE/reference/ Javadoc: https://lettuce.io/core/7.2.0.RELEASE/api/
⭐ New Features
- Add FT.HYBRID command by @a-TODO-rov in https://github.com/redis/lettuce/pull/3540
- Expose method to add upstream driver libraries to CLIENT SETINFO payload by @viktoriya-kutsarova in https://github.com/redis/lettuce/pull/3542
🐞 Bug Fixes
- SearchArgs.returnField with alias produces malformed redis command #3528 by @tishun in https://github.com/redis/lettuce/pull/3530
- fix consistency with get(int) that returns wrapped DelegateJsonObject/DelegateJsonArray for nested structures by @NeatGuyCoding in https://github.com/redis/lettuce/pull/3464
💡 Other
- Bumping Netty to 4.2.5.Final (main) by @tishun in https://github.com/redis/lettuce/pull/3536
❤️ New Contributors
- @NeatGuyCoding made their first contribution in https://github.com/redis/lettuce/pull/3464
- @viktoriya-kutsarova made their first contribution in https://github.com/redis/lettuce/pull/3542
Full Changelog: https://github.com/redis/lettuce/compare/7.1.0.RELEASE...7.2.0.RELEASE
Nightly
- Correct array copy length in setPageRanges method to include all ranges #16516 (Manuel Blanco)
- 8b4a0b7: [dotnet][rb][java][js][py] Automated Browser Version Update (#16677) (Selenium CI Bot) #16677
- af8fd2a: [java] JSpecify annotations for
CommandCodec(#16492) (mk868) #16492 - 33fa253: [java] JSpecify annotations for
CommandInfoCommandPayload`Drive… (#16491) (mk868) #16491 - bc502b0: [java] Allow EventFiringDecorator to throw exceptions #16470 (#16471) (Giulio Longfils) #16471
- c60cfe6: [py] Remove noqa markers and fix linting (#16676) (Corey Goldberg) #16676
- ae71391: #16645 switch DevTools connection between tabs/windows (#16647) (Andrei Solntsev) #16647
- 790d86b: add nullability annotations in "*.bidi.log" package (Andrei Solntsev) #16679
- b2dc91f: [java] use
--enable-chrome-logsto redirect browser I/O streams (Delta456) #16255 - 9f8c6c8: [grid] Tracking SessionRemovalInfo when removing session from SessionMap (#16678) (Viet Nguyen Duc) #16678
- 0a0fce9: [java] simplify unmodifiable collections operations (#16549) (Alex Popov) #16549
- d4c3e1b: [java] Add JSpecify annotations to Color class (Issue #14291) (#16626) (RENATO SPENCER) #16626
v1.57.0
Starting with this release, Playwright switches from Chromium, to using Chrome for Testing builds. Both headed and headless browsers are subject to this. Your tests should still be passing after upgrading to Playwright 1.57.
We're expecting no functional changes to come from this switch. The biggest change is the new icon and title in your toolbar.
If you still see an unexpected behaviour change, please file an issue.
On Arm64 Linux, Playwright continues to use Chromium.
After 3 years of being deprecated, we removed page.accessibility() from our API. Please use other libraries such as Axe if you need to test page accessibility. See our Node.js guide for integration with Axe.
- worker. onConsole event is emitted when JavaScript within the worker calls one of console API methods, e.g. console.log or console.dir.
Worker.waitForConsoleMessage()can be used to wait for it. - locator.description() returns locator description previously set with locator.describe().
- New option
stepsin locator.click() and locator.dragTo() that configures the number ofmousemoveevents emitted while moving the mouse pointer to the target element.
- Chromium 143.0.7499.4
- Mozilla Firefox 144.0.2
- WebKit 26.0