tag v3.6.0

This commit is contained in:
Till Krüss
2026-08-14 16:07:56 -07:00
committed by GitHub
parent f07456d2ee
commit 2ff20c08bb
3 changed files with 7 additions and 9 deletions
+5 -7
View File
@@ -1,8 +1,7 @@
## Changelog
## Unreleased
## v3.6.0 (2026-08-14)
### Added
- Make ZMSCORE command Prefixable and add to a ClusterStrategy (#1692)
- Added support for new TS commands + Indonesian language support integration test (#1695)
- Added support for new COLLECT reducer for FT.AGGREGATE (#1699)
- Added support for `SDIFFCARD` and `SUNIONCARD` command
@@ -16,16 +15,15 @@
- Added stream commands to ClusterStrategy
- Added vector sets commands to ClusterStrategy
- Added experimental support for `HIMPORT` bulk hash import feature (API may change in a future release)
- Added `OBJECT` and hash field expiration commands to ClusterStrategy
### Changed
- Added `OBJECT` and hash field expiration commands to `ClusterStrategy`
- Make `ZMSCORE` command prefixable and add to `ClusterStrategy` (#1692)
### Fixed
- Fixed Sentinel does not wipe servers on exception caused (#1694)
- Fixed `@method cmsincrby()` annotation
### Maintenance
- Added testing for HNSW vector type with RERANK argument
- Added testing with Redis 8.10 GA
## v3.5.1 (2026-06-11)
### Added
- Expose `pipeline()` API via `ClientInterface` (#1686)
+1 -1
View File
@@ -1 +1 @@
3.5.1
3.6.0
+1 -1
View File
@@ -56,7 +56,7 @@ use Traversable;
*/
class Client implements ClientInterface, IteratorAggregate
{
public const VERSION = '3.5.1';
public const VERSION = '3.6.0';
/** @var OptionsInterface */
private $options;