Releases: ErwinM/acts_as_tenant
v1.0.0
What's Changed
- Test against Ruby 3.2 by @excid3 in #305
- Refactor test dependencies by @excid3 in #315
- Sidekiq autoload by @nunommc in #314
- Honor the scope passed to associations when performing validations by @adrian-gomez in #282
- Update README.md with small dev console QoL suggestion by @tvongaza in #322
- Replace RequestStore dependency with CurrentAttributes by @excid3 in #313
- Disable legacy_connection_handling by @HashNotAdam in #308
- Preserve current tenant through active job by @tvongaza in #319
New Contributors
- @nunommc made their first contribution in #314
- @adrian-gomez made their first contribution in #282
- @tvongaza made their first contribution in #322
- @HashNotAdam made their first contribution in #308
Full Changelog: v0.6.1...v1.0.0
v0.6.0
v0.5.3
What's Changed
- Support Sidekiq 7 middleware by @excid3 in #300
- Fix global record validations with existing scope by @mikecmpbll in #294
Full Changelog: v0.5.2...v0.5.3
v0.5.2
What's Changed
- Update blog_post.md by @axcdnt in #268
- Update README.md by @basicfeatures in #269
- Removes duplicated error class by @TildeWill in #272
- Update logic to incorporate changes in ActiveModel::Dirty in Rails 5.2 by @murugan-r in #273
- Allow lambda for
require_tenant
by @cmer in #274 - Add support for acts_as_tenant :through by @scarhand in #275
- Make test_tenant implementation specific to thread by @mikecmpbll in #279
- Changed
require_tenant
doc by @cmer in #286 - Remove unused TravisCI config by @olleolleolle in #288
- Set test tenant to nil in ActsAsTenant.without_tenant block by @hakimaryan in #290
New Contributors
- @axcdnt made their first contribution in #268
- @basicfeatures made their first contribution in #269
- @TildeWill made their first contribution in #272
- @murugan-r made their first contribution in #273
- @cmer made their first contribution in #274
- @scarhand made their first contribution in #275
- @hakimaryan made their first contribution in #290
Full Changelog: v0.5.1...v0.5.2
v0.5.1
What's Changed
- add belongs_to explanation to readme by @yshmarov in #240
- Fixes cache in CI by @artplan1 in #244
- Remove sqlite installation step by @artplan1 in #245
- Refactor validates_uniqueness_to_tenant by @artplan1 in #242
- Cleanup CI by @excid3 in #252
- Mimemagic 0.3.5 was yanked from rubygems by @mylesboone in #263
- Remove supporting code for ActiveRecord < 4 by @mylesboone in #262
- Refactor model extensions to use klass instead of constantize by @Bramjetten in #267
New Contributors
- @yshmarov made their first contribution in #240
- @artplan1 made their first contribution in #244
- @excid3 made their first contribution in #252
- @mylesboone made their first contribution in #263
- @Bramjetten made their first contribution in #267
Full Changelog: v0.5.0...v0.5.1
v0.5.0
Drop support for Rails 5.1 or earlier
Add tests for Rails 5.2, 6.0, and Rails master
Use standardrb - @excid3
Refactor controller extensions into modules - @excid3
Add subdomain_lookup option to change which subdomain is used - @excid3
Unsaved tenant records will now return no records. #227 - @excid3
Refactor test suite and use dummy Rails app - @excid3
Remove tenant getter override. Fixes caching issues with association. - @bernardeli
v0.4.2 - Release to sync versions up
Github was somehow missing some tags, leading to some confusion. This releases ensures sync between RubyGems with Github. No code changes between this version and the previous 0.4.1 version published on Rubygems.
version 0.3.7
v0.3.7 Version bump for release. Update changelog.