File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 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 )
You can’t perform that action at this time.
0 commit comments