All notable changes to this project will be documented in this file.
- allow bypassing of stickiness
- add postgres specific tests.
- change using methods for matchers to be able to monkey patch them
- follow AR naming conventions for adapter naming
- removed initial connection logic. If a connection can't be made on startup, an error will be thrown rather than the node getting blacklisted.
- add logging of makara operations via the Makara::Logger
- begin tracing the series of errors associated with blacklisting rather than just the last. This becomes apparent in error messages.
- fix Rails.cache usage when full environment is not loaded.