Skip to content

Commit 009bdee

Browse files
committed
[3.3.0] Update changelog
1 parent 59f2a45 commit 009bdee

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [v3.3.0](https://github.com/Cylix/cpp_redis/releases/tag/3.3.0)
4+
### Changes
5+
* Rename `redis_client::before_callback` into `redis_client::set_callback_runner` which is more relevant.
6+
* Before, `future_client` automatically called `.commit` when sending a command, meaning that no pipelining was done for the `future_client`. This has been changed and the `future_client` do not call `.commit` anymore: this is a **breaking** change and you **must** call `.commit` or `.sync_commit` when you wish the commands to be effectively sent. Please refer to the examples if necessary.
7+
8+
### Additions
9+
* Add `commit` and `sync_commit` methodsto the `future_client` for pipelining support.
10+
* documentation for `redis_client::before_callback` has been added
11+
* documentation for `future_client` has been added
12+
13+
### Removals
14+
None
15+
316
## [v3.2.1](https://github.com/Cylix/cpp_redis/releases/tag/3.2.1)
417
### Changes
518
* Fix static initialization order fiasco condition

0 commit comments

Comments
 (0)