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

Commit 7707e19

Browse files
authored
Update CHANGELOG.md
1 parent c4f4e04 commit 7707e19

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

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

3+
## [v3.1](https://github.com/Cylix/cpp_redis/releases/tag/3.1)
4+
### Changes
5+
* Fix: compilation for specific windows compilers concerning atomic variables
6+
* Fix: handle correctly array replies with negative size by returning a null reply instead of throwing an invalid format exception
7+
* Fix: Bump tacopie version to retrieve a fix concerning gethostbyname() thread-safety issue on unix
8+
* Fix: compilation for programs based on Qt ('slots' conflict)
9+
10+
### Additions
11+
* Add some overloads for the Z set functions to support floating point values
12+
* Add an auth method to the subscriber class to allow a subscriber to authenticate on the redis server
13+
14+
### Removals
15+
None
16+
17+
318
## [v3.0](https://github.com/Cylix/cpp_redis/releases/tag/3.0)
419
### Changes
520
* Rewrite the network side of cpp_redis by using the [tacopie library](https://github.com/Cylix/tacopie)

0 commit comments

Comments
 (0)