Releases: archtechx/tenancy
Releases · archtechx/tenancy
v2.3.2
Patch release.
Fixes
- Package middleware now returns the return values of
onFail()
callbacks #340
v2.3.1
Patch release.
Fixes
- TenantAwareCommands now return proper exit codes #333 #336
- Support
ramsey/uuid
v4
- Allow overriding
config('tenancy.seeder_params')
using CLI params when running tenants:seed
#329
- Disable "DB exists" check when creating tenants without DBs #324
v2.3.0
Feature release.
Added
- Laravel 7 support #304
- Cached tenant lookup #316
- More identification middleware #323
- Separating tenants by schemas instead of databases in PostgreSQL #235 #237
- Optional database creation #296 #299
- Improved documentation (added guide on integrating with Passport and other improvements)
Fixed
tenants:seed
now respects seeder parameters from tenancy config #317 #307
v2.2.8
Patch release.
Added
- Added support for multiple migration paths #268
Fixed
- Reinitialize tenancy for queued jobs if tenant id has changed #276
Per semver, this technically should have been 2.3.0 due to the added feature, but I'm keeping the MINOR version for releases with a lot of features
v2.2.7
Patch release.
Fixes
- Fixed
You cannot serialize or unserialize PDO instances
error when queuing tenant creation on MySQL and PostgreSQL #273
v2.2.6
Patch release.
Fixes
$tenant->persisted
is set to true before tenant.created
is executed #271
v2.2.5
Patch release.
Fixes
- Fix issue related to closure middleware #256
v2.2.4
Added
- Added support for custom migration parameters #243
Fixed
- Tenant-specific DB connection is now respected when creating tenant databases #244
Per semver, this technically should have been 2.3.0 due to the added feature, but I'm keeping the MINOR version for releases with a lot of features
v2.2.3
Patch release.
Fixes
- Remove typehints in
tenant_route()
for arguments passed to route()
#241
v2.2.2
Added
tenant_route()
helper to generate routes for a specific domain. Useful for testing. #229
Fixed
stancl.tenancy.asset
route's path
parameter is now correctly marked as optional #240
Per semver, this technically should have been 2.3.0 due to the added feature, but I'm keeping the MINOR version for releases with a lot of features