Sha256: b9e7b382d34274ae58704f570b2d676ec4f0e0ab242f074d17af2ad8058f5686

Contents?: true

Size: 902 Bytes

Versions: 59

Compression:

Stored size: 902 Bytes

Contents

= New Features

* A login_maximum_length configuration method has been added.  This
  defaults to 255, and rodauth will now show an error message if a
  user tries to create a login longer than this setting.

= Backwards Compatibility

* Rodauth's documentation and test code now use :Bignum instead of
  Bignum for database-independent 64-bit integer types.  This is
  because using Bignum is now deprecated in Sequel as it will stop
  working correctly in ruby 2.4+, due to the unification of Fixnum
  and Bignum into Integer.

  Rodauth's library code does not use either :Bignum or Bignum, but if
  you are starting to use Rodauth and are copying the example
  migration from Rodauth's documentation, or you are running the
  migrations in Rodauth's tests, you now need to use Sequel 4.35.0+.

* Some files related to the hosting of the demo site on Heroku have
  been removed from the repository.

Version data entries

59 entries across 59 versions & 1 rubygems

Version Path
rodauth-2.36.0 doc/release_notes/1.3.0.txt
rodauth-2.34.0 doc/release_notes/1.3.0.txt
rodauth-2.33.0 doc/release_notes/1.3.0.txt
rodauth-2.32.0 doc/release_notes/1.3.0.txt
rodauth-2.31.0 doc/release_notes/1.3.0.txt
rodauth-2.30.0 doc/release_notes/1.3.0.txt
rodauth-2.29.0 doc/release_notes/1.3.0.txt
rodauth-2.28.0 doc/release_notes/1.3.0.txt
rodauth-2.27.0 doc/release_notes/1.3.0.txt
rodauth-2.26.1 doc/release_notes/1.3.0.txt
rodauth-2.26.0 doc/release_notes/1.3.0.txt
rodauth-2.25.0 doc/release_notes/1.3.0.txt
rodauth-2.24.0 doc/release_notes/1.3.0.txt
rodauth-2.23.0 doc/release_notes/1.3.0.txt
rodauth-2.22.0 doc/release_notes/1.3.0.txt
rodauth-2.21.0 doc/release_notes/1.3.0.txt
rodauth-2.20.0 doc/release_notes/1.3.0.txt
rodauth-2.19.0 doc/release_notes/1.3.0.txt
rodauth-2.18.0 doc/release_notes/1.3.0.txt
rodauth-2.17.0 doc/release_notes/1.3.0.txt