mirror of
https://github.com/predis/predis.git
synced 2026-08-30 20:21:31 +00:00
Tag v2.4.0-RC1 (#1523)
This commit is contained in:
+15
-13
@@ -1,22 +1,24 @@
|
||||
## Changelog
|
||||
|
||||
## Unreleased
|
||||
### Fixed
|
||||
- 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)
|
||||
## 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
|
||||
- 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)
|
||||
- Update `WATCH` command to accept `string|string[]` (#1476)
|
||||
- Optimize cluster slotmap with compact slot range object (#1493)
|
||||
|
||||
### Added
|
||||
- Added testing with 8.0 (#1510)
|
||||
### 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)
|
||||
|
||||
### 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
|
||||
|
||||
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user