Hanami v1.0.0.rc1 Release Notes

Release Date: 2017-03-31 // about 7 years ago
  • โž• Added

    • ๐Ÿ’Ž [Luca Guidi] Allow logger setting in config/environment.rb to accept arbitrary arguments to make Hanami::Logger to be compatible with Ruby's Logger. (eg. logger 'daily', level: :info)

    ๐Ÿ›  Fixed

    • [Luca Guidi] Ensure code reloading don't misconfigure mailer settings (regression from v1.0.0.beta3)
    • [Luca Guidi] Ensure database disconnection to happen in the same thread of Hanami.boot
    • [Luca Guidi] Ensure mailer block in config/environment.rb to be evaluated multiple times, according to the current Hanami environment
    • [Luca Guidi] Ensure a Hanami project to require only once the code under lib/