CHANGELOG.md
April 4, 2026 ยท View on GitHub
1.0.0 (2026-04-04)
- Removed support for Rails < 7.2 and Ruby < 3.3
0.7.1 (2026-02-07)
- Fixed error with certain custom Warden strategies
0.7.0 (2025-05-04)
- Removed support for Rails < 7.1 and Ruby < 3.2
0.6.0 (2024-11-11)
- Improved generator for Active Record encryption and MySQL
- Removed support for Rails < 7 and Ruby < 3.1
0.5.0 (2023-07-02)
- Made Active Record and Active Job optional
- Removed support for Rails < 6.1 and Ruby < 3
0.4.3 (2022-06-12)
- Updated install generator for Lockbox 1.0
0.4.2 (2021-12-13)
- Added experimental support for Active Record encryption
- Fixed error with Rails 7 rc1
0.4.1 (2021-08-14)
- Improved error message when
geocodergem not installed
0.4.0 (2021-08-13)
- 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
0.3.1 (2021-03-03)
- Added
--lockboxoption to install generator
0.3.0 (2021-03-01)
- 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
0.2.2 (2020-11-21)
- Added
transform_methodoption
0.2.1 (2020-08-17)
- Added
job_queueoption
0.2.0 (2019-06-23)
- Added latitude and longitude
AuthTrail::GeocodeJobnow inherits fromActiveJob::Baseinstead ofApplicationJob- Removed support for Rails 4.2
0.1.3 (2018-09-27)
- Added support for Rails 4.2
0.1.2 (2018-07-30)
- Added
identity_methodoption - Fixed geocoding
0.1.1 (2018-07-13)
- Improved strategy detection for failures
- Fixed migration for MySQL
0.1.0 (2017-11-07)
- First release