All Versions
27
Latest Version
Avg Release Cycle
90 days
Latest Release
526 days ago

Changelog History
Page 3

  • v0.3.4 Changes

    February 22, 2017
    • ๐Ÿ”’ Expand with_lock workaround to cover lock! as well
    • โ†ช Enable trigger workaround on Rails 5 as well, otherwise it fails silently
    • โœ… Tests: Switch to database cleaner truncation strategy to avoid multi-shard transactions
  • v0.3.3 Changes

    February 21, 2017
    • โš  Avoid warning about multi-column primary keys with Rails 5 #2
    • Fix odd bind errors for has_one/has_many through
    • Add MultiTenant.current_tenant_id= helper method
  • v0.3.2 Changes

    February 16, 2017
    • ๐Ÿ‘Œ Support blocks passed into the unscoped method (this fixes reload, amongst other issues)
    • โšก๏ธ Make with_lock work by adding workaround for Citus #1236 (SELECT ... FOR UPDATE is not router-plannable)
  • v0.3.1 Changes

    February 13, 2017
    • ๐Ÿš… Rails 5 API controller support @mstahl #4
    • Citus 6.1 compatibility
  • v0.3.0 Changes

    December 30, 2016
    • Remove dependency on acts_as_tenant - instead copy the code thats necessary
    • ๐Ÿ›  Fix issue with callbacks having TenantIdWrapper instead of the actual object
  • v0.2.1 Changes

    December 29, 2016
    • ๐Ÿ›  Fix bug in CopyFromClient helper
  • v0.2.0 Changes

    December 27, 2016
    • ๐ŸŽ‰ Initial release