Releases: archtechx/tenancy
Releases · archtechx/tenancy
v3.5.2
What's Changed
- Fix .env loading in development by @erikgaal in #799
- Add drop of db views on migrate fresh command by @masiorama in #812
- [3.x] Compatibility with Laravel 9 by @erikgaal in #802
- Added
$forceRefresh
toQueueTenancyBootstrapper
in #790
New Contributors
- @erikgaal made their first contribution in #799
- @masiorama made their first contribution in #812
Full Changelog: v3.5.1...v3.5.2
v3.5.1
v3.5.0
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 thetenant
connection is created. Inject model ids instead and usefind()
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
queue:retry
is now supported #762
Fixed
New Contributors
Full Changelog: v3.4.6...v3.5.0
v3.4.6
Patch release.
What's Changed
- Use GitHub forms for issues template. by @abrardev99 in #755
- fixed typo in description by @CodeAdminDe in #766
- Use tenant key on console commands instead of id by @sort72 in #768
New Contributors
- @abrardev99 made their first contribution in #755
- @CodeAdminDe made their first contribution in #766
- @sort72 made their first contribution in #768
Full Changelog: v3.4.5...v3.4.6