- Set custom UserAgent in check_rails script (thanks to @n-rodriguez).
- Allow Sidekiq configuration per queue and allow filtering of providers on the check end-point (thanks to @danielnc).
- Delayed Job support (thanks to @orangewolf).
- Return 503 when one of the checks fails.
- Add Providers::Redis.configuration.max_used_memory check (thanks to @sveredyuk).
- Add Redis.configuration.connection and Sidekiq.configuration.queues_size check (thanks to @sveredyuk).
- Fix redis compatibility.
- Add Sidekiq live process check (thanks to @noto-alex-j).
- Improve compatibility with
active_model_serializers
(thanks to @tsaifi9).
- Improve fix to issue (#19).
- Fixe configuration memoization issue (#19).
- Add support for configuring Redis' URL (thanks to @ETetzlaff).
- Fixe incorrect configuration memoization issue.
- Add HTML status page and overall refactoring (thanks to @n-rodriguez).
- Add tests for rails 5.0.2
- Fixe typo in the response JSON (which can caused some backward incompatibility issues)