activerecord-multi-tenant v0.7.0 Release Notes

Release Date: 2017-07-18 // almost 7 years ago
    • Switch back to Relation-based mechanism of hooking into ActiveRecord (this resolves issues for simple queries that didn't get rewritten)
    • Query rewriter improvements
      • Handle OUTER JOIN correctly
      • Correctly rewrite sub-selects
    • Model tenant method: Only return cached object if not loaded
    • 🛠 Fix support for inherited model classes that only have multi-tenant on a higher level object Aaron Severs #13
    • 👷 Sidekiq middleware: Don't automatically perform a find for the tenant object for every job Scott Mitchell #14
    • 🛠 Fix automatic inverse of on singular associations Kyle Bock #15
    • 🛠 Fix bug that prevents fast truncate from running Kyle Bock #17