Skip to content
Snippets Groups Projects
Unverified Commit fdd52d02 authored by Till Krüss's avatar Till Krüss Committed by GitHub
Browse files

Tag v2.4.0-RC1 (#1523)

parent 48a86105
No related branches found
No related tags found
No related merge requests found
## Changelog
## Unreleased
## v2.4.0-RC1 (2024-11-21)
### Added
- Added new hash-field expiration commands (#1520)
- Added missing `FT._LIST` and `BITFIELD_RO` commands (#1521)
### Changed
- Update `WATCH` command to accept `string|string[]` (#1476)
- Optimize cluster slotmap with compact slot range object (#1493)
### Fixed
- Fixed `EVAL_RO` cluster support (#1449)
- Fixed PHP 8.4 compatibility with `stream_context_set_option()` (#1503)
- Prevent named arguments runtime failure (#1509)
- Mark GEOSEARCH as read-only to ensure execution on replica (#1481)
- Fix eval_ro cluster support (#1449)
### Changed
- Use parallel on PHP-CS-Fixer (#1489)
- Update watch command accepting string and string[] (#1476)
- Optimize redis cluster slotmap with compact slot range object (#1493)
- Mark `GEOSEARCH` as read-only to ensure execution on replica (#1481)
### Added
- Added testing with 8.0 (#1510)
### Maintenance
- Added CI testing with Redis 8.0 (#1510)
- Added test coverage for compatibility with Redis 8.0 (#1513)
- Added missing FT._LIST and BITFIELD_RO commands (#1521)
- Added new hash-field expiration commands (#1520)
- Use parallel on PHP-CS-Fixer (#1489)
## v2.3.0 (2024-11-21)
### Added
......
2.3.1-dev
\ No newline at end of file
2.4.0-RC1
\ No newline at end of file
......@@ -53,7 +53,7 @@ use Traversable;
*/
class Client implements ClientInterface, IteratorAggregate
{
public const VERSION = '2.3.1-dev';
public const VERSION = '2.4.0-RC1';
/** @var OptionsInterface */
private $options;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment