CHANGELOG in message_bus-1.0.9 vs CHANGELOG in message_bus-1.0.10

- old
+ new

@@ -1,5 +1,11 @@ +01-05-2015 +- Version: 1.0.10 +- Feature: no longer depends on EventMachine (only used for Thin backend) +- Feature: realiable pub sub will queue messages in memory if redis is readonly, configurable +- Fix: if redis is flushed we will continue to deliver messages + 23-03-2015 - Version 1.0.9 - Fix: inherit off StandardError not Exception for all exceptions raised 20-03-2015 @@ -65,8 +71,7 @@ - Version 0.9.3 - Remove thin dependency - Improve robustness under failure conditions 30-09-2013 - - Fix failures in Ruby 1.9 - Set up rack hijack by default in light of passengers new setting