- Removed support for Rails < 7.2 and Ruby < 3.3
- Fixed error with certain custom Warden strategies
- Removed support for Rails < 7.1 and Ruby < 3.2
- Improved generator for Active Record encryption and MySQL
- Removed support for Rails < 7 and Ruby < 3.1
- Made Active Record and Active Job optional
- Removed support for Rails < 6.1 and Ruby < 3
- Updated install generator for Lockbox 1.0
- Added experimental support for Active Record encryption
- Fixed error with Rails 7 rc1
- Improved error message when
geocodergem not installed
- Disabled geocoding by default (this was already the case for new installations with 0.3.0+)
- Made the
geocodergem an optional dependency - Added
country_codeto geocoding
- Added
--lockboxoption to install generator
- Disabled geocoding by default for new installations
- Raise an exception instead of logging when auditing fails
- Removed support for Rails < 5.2 and Ruby < 2.6
- Added
transform_methodoption
- Added
job_queueoption
- Added latitude and longitude
AuthTrail::GeocodeJobnow inherits fromActiveJob::Baseinstead ofApplicationJob- Removed support for Rails 4.2
- Added support for Rails 4.2
- Added
identity_methodoption - Fixed geocoding
- Improved strategy detection for failures
- Fixed migration for MySQL
- First release