File rubygem-devise-two-factor.changes of Package rubygem-devise-two-factor
-------------------------------------------------------------------
Mon Feb 3 09:34:33 UTC 2025 - Dan Čermák <dan.cermak@posteo.net>
- ## 6.0.0
**Breaking Changes**
- `otp_secret_length` and `otp_backup_code_length` options have changed to be the number of random bytes that are generated. See [UPGRADING.md](UPGRADING.md).
- `consume_otp!` and `invalidate_otp_backup_code!` now call `save!` instead of `save`. See [UPGRADING.md](UPGRADING.md).
-------------------------------------------------------------------
Mon Nov 4 16:32:32 UTC 2024 - Dan Čermák <dan.cermak@posteo.net>
- New upstream release 6.0.0, see bundled CHANGELOG.md
-------------------------------------------------------------------
Fri Jun 21 09:45:59 UTC 2024 - Dan Čermák <dan.cermak@posteo.net>
- ## 5.1.0
- Remove faker dev dependency
- Insert two_factor_authenticatable at the top of the devise module list
- README and CI improvements
## 5.0.0
**Breaking Changes**
- attr_encrypted has been deprecated in favor of native Rails attribute encryption. See [UPGRADING.md](UPGRADING.md) for details on how to migrate your records. You **must** use or build a migration strategy (see examples in [UPGRADING.md](UPGRADING.md)) to use existing data!
- Rails 7 is now required.
## 4.1.0 / 4.1.1
- Add support for attr_encrypted v4
-------------------------------------------------------------------
Thu Aug 4 13:06:55 UTC 2022 - Stephan Kulow <coolo@suse.com>
updated to version 5.0.0
see installed CHANGELOG.md
## 4.0.2
- Add Rails 7.0 support
- Renew signing certificate
- Use `after` option of TOTP#verify for additional timestamp verification
-------------------------------------------------------------------
Tue Jan 25 06:49:37 UTC 2022 - Stephan Kulow <coolo@suse.com>
updated to version 4.0.1
see installed CHANGELOG.md
## 4.0.1
- Convert CI from Travis CI to Github Actions ([#198](https://github.com/tinfoil/devise-two-factor/pull/198))
- Fix ActiveSupport::Testing::TimeHelpers require in shared examples ([#191](https://github.com/tinfoil/devise-two-factor/pull/191))
- Accept whitespace in provided codes ([#195](https://github.com/tinfoil/devise-two-factor/pull/195))
- Add Truffleruby head to CI ([#200](https://github.com/tinfoil/devise-two-factor/pull/200))
-------------------------------------------------------------------
Thu Jun 24 17:16:29 UTC 2021 - Stephan Kulow <coolo@suse.com>
updated to version 4.0.0
see installed CHANGELOG.md
## 4.0.0
- Update ROTP
- Add Rails 6.1 support
- Remove timecop dependency
- Clarify changes in project ownership
- Bugfixes & cleanup
## 3.1.0
- Add Rails 6.0 support
- New gem signing certificate
- Fix paranoid-mode being ignored
## 3.0.3
- Add Rails 5.2 support
-------------------------------------------------------------------
Mon Feb 10 14:28:18 UTC 2020 - Stephan Kulow <coolo@suse.com>
- updated to version 3.1.0
see installed CHANGELOG.md
-------------------------------------------------------------------
Thu Apr 12 20:31:32 UTC 2018 - factory-auto@kulow.org
- updated to version 3.0.3
see installed CHANGELOG.md
## 3.0.3
- Add Rails 5.2 support
-------------------------------------------------------------------
Fri Nov 24 09:27:22 UTC 2017 - mschnitzer@suse.com
- updated to version 3.0.2
* Add Rails 5.1 support
-------------------------------------------------------------------
Wed Oct 11 06:01:47 UTC 2017 - coolo@suse.com
- updated to version 3.0.1
see installed CHANGELOG.md
-------------------------------------------------------------------
Mon Jun 6 13:25:58 UTC 2016 - mrueckert@suse.de
- update to 3.0.0
-------------------------------------------------------------------
Tue Dec 1 11:40:59 UTC 2015 - mrueckert@suse.de
- update to 2.0.1
-------------------------------------------------------------------
Wed Sep 23 16:19:41 UTC 2015 - mrueckert@suse.de
- update to 2.0.0
-------------------------------------------------------------------
Tue May 12 10:08:25 UTC 2015 - mrueckert@suse.de
- initial package