8000 Merge branch 'vv-changelog-update' of github.com:predis/predis into v… · predis/predis@665c981 · GitHub
[go: up one dir, main page]

Skip to content

Commit 665c981

Browse files
committed
Merge branch 'vv-changelog-update' of github.com:predis/predis into vv-changelog-update
2 parents c4b066f + fc4d175 commit 665c981

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

CHANGELOG.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,14 @@
1010
- Added support for transactions for clustered connections (#1497)
1111
- Implemented PSR-7 compatible stream abstraction (#1450)
1212
- Improved pipeline abstractions (#1438)
13-
- Improved connection handshake session (#1431)
13+
- Improved connection handshake (#1431)
1414

1515
### Added
16+
- Added Redis 7.4 `XREAD` and `HSCAN` interface changes (#1452)
1617
- Added support for transactions for clustered connections (#1497)
17-
- MultiExec class is extended with new optional dependency that resolves a specific strategy based on connection type
18-
- Strategies define a behaviour for specific connections allowing decoupling MultiExec abstraction from it
19-
- Transactions for clustered connections are combined with pipeline approach to be able to resolve expected hash-slot and
20-
ensure that all keys in transaction context operates on the same hash slot to exclude partial transaction execution
21-
- Added Redis 7.4 commands interface changes (#1452)
2218

2319
### Fixed
24-
- fix: Bug with single persistent connection to the same resource (#1512)
20+
- Fixed single persistent connection using the same resource (#1512)
2521

2622
## v3.0.0-alpha1 (2024-01-19)
2723

0 commit comments

Comments
 (0)
0