- 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
geocoder
gem not installed
- Disabled geocoding by default (this was already the case for new installations with 0.3.0+)
- Made the
geocoder
gem an optional dependency - Added
country_code
to geocoding
- Added
--lockbox
option 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_method
option
- Added
job_queue
option
- Added latitude and longitude
AuthTrail::GeocodeJob
now inherits fromActiveJob::Base
instead ofApplicationJob
- Removed support for Rails 4.2
- Added support for Rails 4.2
- Added
identity_method
option - Fixed geocoding
- Improved strategy detection for failures
- Fixed migration for MySQL
- First release