mirror of
https://github.com/predis/predis.git
synced 2026-09-13 20:07:28 +00:00
Updated CHANGELOG.md
This commit is contained in:
+14
-1
@@ -2,7 +2,20 @@
|
||||
|
||||
## Unreleased
|
||||
### Fixed
|
||||
- Fixed PHP 8.4 compatibility with `stream_context_set_option()`
|
||||
- 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)
|
||||
|
||||
### Added
|
||||
- Added testing with 8.0 (#1510)
|
||||
- Added test coverage for compatibility with Redis 8.0 (#1513)
|
||||
- Added missing FT._LIST and BITFIELD_RO commands (#1521)
|
||||
|
||||
## v2.3.0 (2024-11-21)
|
||||
### Added
|
||||
|
||||
Reference in New Issue
Block a user