Minor Changes
v1.0.0.rc1 is a patch release for few bug fixes and small changes:
- Let
Hanami::Mailer.deliverto bubble upArgumentErrorexceptions - Allow
loggersetting inconfig/environment.rbto accept arbitrary arguments to makeHanami::Loggerto be compatible with Ruby'sLogger. (eg.logger 'daily', level: :info) - Ensure code reloading don't misconfigure mailer settings (regression from
v1.0.0.beta3) - Ensure database disconnection to happen in the same thread of
Hanami.boot - Ensure
mailerblock inconfig/environment.rbto be evaluated multiple times, according to the current Hanami environment - Ensure a Hanami project to require only once the code under
lib/
Released Gems
hanami-1.0.0.rc1hanami-model-1.0.0.rc1hanami-utils-1.0.0.rc1hanami-validations-1.0.0.rc1hanami-router-1.0.0.rc1hanami-controller-1.0.0.rc1hanami-view-1.0.0.rc1hanami-helpers-1.0.0.rc1hanami-mailer-1.0.0.rc1hanami-assets-1.0.0.rc1
Contributors
We're grateful for each person who contributed to this release. These lovely people are:
How To Update Your Project
Edit your Gemfile:
gem 'hanami', '1.0.0.rc1'
gem 'hanami-model', '1.0.0.rc1'
Then run bundle update hanami hanami-model.
What's Next?
The final stable release (v1.0.0) will happen at the beginning of April 2017, which coincides with the Hanami season in Japan. 🌸