mirror of
https://github.com/predis/predis.git
synced 2026-09-12 11:27:05 +00:00
Prepare v3.4.1 release (#1647)
This commit is contained in:
+5
-7
@@ -1,15 +1,13 @@
|
||||
## Changelog
|
||||
|
||||
### Unreleased
|
||||
- Fixed getParameter() call on array + added integration testing with Sentinel (#2423)
|
||||
|
||||
## v3.4.1 (2026-02-23)
|
||||
### Added
|
||||
- Make HTTL and HPTTL commands Prefixable (#1639)
|
||||
- Make LMPOP and BLMPOP commands prefixable (#1643)
|
||||
- Made `H(P)TTL` commands prefixable (#1639)
|
||||
- Made `(B)LMPOP` commands prefixable (#1643)
|
||||
|
||||
## v3.4.1 (2026-02-11)
|
||||
### Fixed
|
||||
- Removed static from callables because it is deprecated since PHP 8.2
|
||||
- Fixed Sentinel `getParameter()` call on array error (#2423)
|
||||
- Removed deprecated `static` from callables (#1642)
|
||||
|
||||
## v3.4.0 (2026-02-11)
|
||||
### Added
|
||||
|
||||
+1
-1
@@ -56,7 +56,7 @@ use Traversable;
|
||||
*/
|
||||
class Client implements ClientInterface, IteratorAggregate
|
||||
{
|
||||
public const VERSION = '3.4.0';
|
||||
public const VERSION = '3.4.1';
|
||||
|
||||
/** @var OptionsInterface */
|
||||
private $options;
|
||||
|
||||
Reference in New Issue
Block a user