All Versions
12
Latest Version
Avg Release Cycle
27 days
Latest Release
78 days ago

Changelog History
Page 1

  • v2.0.2 Changes

    March 28, 2026

    Misc

    • Clarified error message for non-existent user model
  • v2.0.1 Changes

    February 04, 2026

    Misc

    • 🐎 Minor performance improvements and internal refactoring
  • v2.0.0 Changes

    December 30, 2025

    💥 Breaking

    • 🔄 Changed Veri::Session#shapeshift method signature to accept an optional tenant: keyword argument
    • 🚚 Veri::Session.prune now deletes only sessions with orphaned tenants and no longer removes inactive or expired sessions

    🔋 Features

    • ➕ Added Veri::Session#true_tenant method 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

  • v1.1.0 Changes

    October 22, 2025

    🔋 Features

    • ➕ Added Veri::Session.in_tenant method to fetch sessions for a specific tenant

    Misc

    • ➕ Added support for Rails 8.1
  • 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_sessions table to support multi-tenancy
    • Renamed revert_to_true_identity session method to to_true_identity
    • Session method prune no longer accepts a user argument
    • Session method terminate_all no 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
  • v0.3.1 Changes

    August 10, 2025

    Misc

    • 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_user method