All Versions
12
Latest Version
Avg Release Cycle
27 days
Latest Release
78 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v2.0.2 Changes
March 28, 2026Misc
- Clarified error message for non-existent user model
-
v2.0.1 Changes
February 04, 2026Misc
- 🐎 Minor performance improvements and internal refactoring
-
v2.0.0 Changes
December 30, 2025💥 Breaking
- 🔄 Changed
Veri::Session#shapeshiftmethod signature to accept an optionaltenant:keyword argument - 🚚
Veri::Session.prunenow deletes only sessions with orphaned tenants and no longer removes inactive or expired sessions
🔋 Features
- ➕ Added
Veri::Session#true_tenantmethod to fetch the original tenant of a session
🐛 Bugs
- 🛠 Fixed issue with user impersonation across different tenants
Misc
- ⬇️ Dropped some unnecessary dependencies
⬆️ To upgrade to v2.0.0, please refer to the migration guide
- 🔄 Changed
-
v1.1.0 Changes
October 22, 2025🔋 Features
- ➕ Added
Veri::Session.in_tenantmethod to fetch sessions for a specific tenant
Misc
- ➕ Added support for Rails 8.1
- ➕ Added
-
v1.0.1 Changes
October 10, 2025🐛 Bugs
- 🛠 Fixed tenant validation blocking Rails console and database commands when orphaned tenant classes exist
-
v1.0.0 Changes
October 07, 2025💥 Breaking
- ⬇️ Dropped support for Rails 7.1
🔋 Features
- ➕ Added support for pbkdf2 password hashing algorithm
🐛 Bugs
- 🛠 Fixed error raised on Rails console commands when the database was not yet set up
-
v0.4.0 Changes
September 12, 2025💥 Breaking
- 🔄 Changed
veri_sessionstable to support multi-tenancy - Renamed
revert_to_true_identitysession method toto_true_identity - Session method
pruneno longer accepts a user argument - Session method
terminate_allno longer accepts a user argument
🔋 Features
- ➕ Added multi-tenancy support
- ➕ Added session scopes to fetch active, expired, and inactive sessions
- ➕ Added user scopes to fetch locked and unlocked users
- 🔄 Changed
-
v0.3.1 Changes
August 10, 2025Misc
- Minor improvements and code cleanup
- 😌 Relaxed dependency versions
-
v0.3.0 Changes
June 30, 2025💥 Breaking
- ➕ Added account lockout feature
-
v0.2.2 Changes
June 20, 2025🐛 Bugs
- 🛠 Fixed class resolution in
current_usermethod
- 🛠 Fixed class resolution in