Devise v4.0.0 Release Notes

Release Date: 2016-04-18 // about 8 years ago
    • ๐Ÿ› bug fixes

      • Fix the extend_remember_period configuration. When set to false it does not update the cookie expiration anymore.(by @ulissesalmeida)
    • ๐Ÿ—„ deprecations

      • Added a warning of default value change in Devise 4.1 for users that uses the the default configuration of the following configurations: (by @ulissesalmeida)
      • strip_whitespace_keys - The default will be [:email].
      • skip_session_storage - The default will be [:http_auth].
      • sign_out_via - The default will be :delete.
      • reconfirmable - The default will be true.
      • email_regexp - The default will be /\A[^@\s]+@[^@\s]+\z/.
      • Removed deprecated argument of Devise::Models::Rememberable#remember_me! (by @ulissesalmeida)
      • Removed deprecated private method Devise::Controllers::Helpers#expire_session_data_after_sign_in! (by @bogdanvlviv)