This project adheres to Semantic Versioning.
- Support Rails 6.1.
- Support Logux protocol v3 (breaking change, Logux.config.password is renamed to Logux.config.secret).
- Core Logux facilities are moved to
logux-rack
gem. Logux::Actions
is soft-deprecated. Please useLogux::Action
from now on.Logux::Model::UpdatesDeprecator
is now coupled withLogux::ActionCaller
via Logux configuration.
- Rails 6.0 support.
- Initial release.