Tenancy for Laravel Versions Save

Automatic multi-tenancy for Laravel. No code changes needed.

v3.5.9

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/archtechx/tenancy/compare/v3.5.8...v3.5.9

v3.5.8

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/archtechx/tenancy/compare/v3.5.7...v3.5.8

v3.5.7

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/archtechx/tenancy/compare/v3.5.6...v3.5.7

v3.5.6

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/archtechx/tenancy/compare/v3.5.5...v3.5.6

v3.5.5

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/archtechx/tenancy/compare/v3.5.4...v3.5.5

v3.5.4

2 years ago

What's Changed

Full Changelog: https://github.com/archtechx/tenancy/compare/v3.5.3...v3.5.4

v3.5.3

2 years ago

Full Changelog: https://github.com/archtechx/tenancy/compare/v3.5.2...v3.5.3

Fixes

  • PHP < 7.4 support #827

v3.5.2

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/archtechx/tenancy/compare/v3.5.1...v3.5.2

v3.5.1

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/archtechx/tenancy/compare/v3.5.0...v3.5.1

v3.5.0

2 years ago

Feature release.

Queue tenancy

This release should fix the issue outlined in our docs:

Note: You cannot inject model instances with the SerializesModels trait, because it tries to hydrate the models before the tenant connection is created. Inject model ids instead and use find() in the handle method.

I rewrote most of the logic of the QueueTenancyBootstrapper and added several new queue tenancy-related tests. The bootstrapper should now support injecting entire models in jobs. On top of that, queues should be easy to test (using calls like $this->artisan('queue:work')) since the bootstrapper has additional logic to improve testing DX.

Added

Fixed

New Contributors

Full Changelog: https://github.com/archtechx/tenancy/compare/v3.4.6...v3.5.0