Changelog History
Page 1
-
v1.2.0
September 12, 2018 -
v1.1.0 Changes
August 16, 2017๐ Merged a ton of of old and neglected pull requests. Thanks to patient contributors:
- Emil Falk
- Evgeny Khramtsov
- Kevin Wilson
- Luis Rascรฃo
- ะะฒะตัััะฝะพะฒ ะะปัั (savonarola on github)
- ololoru
- Giacomo Olgeni
โ Removed rebar binary, made everything a bit more rebar3 & mix friendly.
-
v1.0.8 Changes
May 26, 2015- ๐ Fixed include directive to work with rebar 2.5.1. Thanks to Feng Hao for the patch.
-
v1.0.7 Changes
March 04, 2015If an eredis_sub_client needs to reconnect to Redis, the controlling process is now notified with the message
{eredis_reconnect_attempt, Pid}
. If the reconnection attempt fails, the message is{eredis_reconnect_failed, Pid, Reason}
. Thanks to Piotr Nosek for the patch.๐ No more deprecation warnings of the
queue
type on OTP 17. Thanks to Daniel Kempkens for the patch.๐ Various spec fixes. Thanks to Hernan Rivas Acosta and Anton Kalyaev.
-
v1.0.6 Changes
July 15, 2013- If the connection to Redis is lost, requests in progress will
receive
{error, tcp_closed}
instead of thegen_server:call
timing out. Thanks to Seth Falcon for the patch.
- If the connection to Redis is lost, requests in progress will
receive
-
v1.0.5 Changes
April 09, 2013- โ Added support for not selecting any specific database. Thanks to Mikl Kurkov for the patch.
-
v1.0.4 Changes
February 07, 2013โ Added
eredis:q_noreply/2
which sends a fire-and-forget request to Redis. Thanks to Ransom Richardson for the patch.๐ Various type annotation improvements, typo fixes and robustness improvements. Thanks to Michael Gregson, Matthew Conway and Ransom Richardson.
-
v1.0.3 Changes
July 09, 2012- ๐ Fixed bug in eredis_sub where when the connection to Redis was lost, the socket would not be set into {active, once} on reconnect. Thanks to georgeye for the patch.
-
v1.0.2 Changes
May 31, 2012- ๐ Fixed bug in eredis_sub where the socket was incorrectly set to
{active, once}
twice. At large volumes of messages, this resulted in too many messages from the socket and we would be unable to keep up. Thanks to pmembrey for reporting.
- ๐ Fixed bug in eredis_sub where the socket was incorrectly set to
-
v1.0.1
March 07, 2012