Skip to content
This repository was archived by the owner on Apr 6, 2019. It is now read-only.

Commit 60cb337

Browse files
authored
v3.2.0
1 parent 66c9d84 commit 60cb337

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

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

3+
## [v3.2.0](https://github.com/Cylix/cpp_redis/releases/tag/3.2.0)
4+
### Changes
5+
* tacopie is no longer a mandatory dependency, but just provided by default and can be override if necessary.
6+
7+
### Additions
8+
* add a new interface, `cpp_redis::network::tcp_client_iface` that allows you to use your own tcp_client in place of tacopie.
9+
10+
### Removals
11+
* The `sync_client` has been removed as it was a duplicate of `redis_client::sync_commit` but with a different implementation based on futures. Please use `redis_client` and call `sync_commit` instead.
12+
313
## [v3.1.2](https://github.com/Cylix/cpp_redis/releases/tag/3.1.2)
414
### Changes
515
* rename the `setbit()` function into `setbit_()` in order to avoid conflict with the standard library macro `setbit` causing compilation error.

0 commit comments

Comments
 (0)