v0.2.0
🆕 Features
- Introduce static HTML pages for
503
and500
responses (https://github.com/sourcelair/ceryx/pull/58) - Introduce more diligent logging and Separate
DEBUG
andINFO
logs (https://github.com/sourcelair/ceryx/pull/58)
🎩 Improvements
- Add the first set of integration tests for Ceryx (https://github.com/sourcelair/ceryx/pull/58)
- Setting
CERYX_DISABLE_LETS_ENCRYPT
totrue
does not even load the Let's Encrypt code (https://github.com/sourcelair/ceryx/pull/58) - Take
DEBUG
into account in Ceryx also, in addition to Ceryx API (https://github.com/sourcelair/ceryx/pull/58)
📝 Documentation
- Improve documentation and remove obsolete settings (https://github.com/sourcelair/ceryx/pull/57)
🐞Bug fixes
- Upgrade
requests
to patch security issues (https://github.com/sourcelair/ceryx/pull/56)