mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 11:34:03 +00:00
4.2 KiB
4.2 KiB
Release Notes for 1.x
v1.7.0 (2019-08-17)
Added:
- DB storage driver - you don't have to use Redis to store tenants anymore. Relational databases are now supported as well. more info
tenancy:installwill do everything except DB/Redis connection creation for you. It will make changes to Http/Kernel.php, createroutes/tenant.php, publish config, and (optionally) publish the migration. more infotenants:runmore info- New documentation: https://stancl-tenancy.netlify.com
- Custom tenant DB names more info
- stancl/tenancy events more info
Fixed:
- #89 Command "tenants:migrate" cannot be found when used in app code
- #87 Unable to migrate multiple tenants at once when using MySQL
- #96 Issue w/ redis->scan() in getAllTenants logic.
v1.6.1 (2019-08-04)
Multiple phpunit.xml configs are now generated to run the tests with different configurations, such as different Redis drivers.
Fixed
tenancy()->all()with predis0dc8c80
Dropped
- Laravel 5.7 support
65b3882
v1.6.0 (2019-07-30)
Added
GlobalCachefacade #78
v1.5.1 (2019-07-25)
Fixed
- Database is reconnected after migrating/rolling back/seeding is done #71
- Fixed tenant()->delete() (it used to delete the record from the
tenantsnamespace but not thedomainsnamespace) #73
v1.5.0 (2019-07-13)
Added
Fixed
- Return type docblock for
TenantManager::all()#63
v1.4.0 (2019-07-03)
Added
- Predis support #59
v1.3.1 (2019-05-06)
Fixed
v1.3.0 (2019-02-27)
Added
- Add 5.8 support #33
v1.2.0 (2019-02-15)
Added
v1.1.3 (2019-02-13)
Fixed
v1.1.2 (2019-02-13)
Fixed
- Fix small bug in CacheManager
d4d4119
v1.1.1 (2019-02-11)
Fixed
- Fix "Associative arrays are stored as objects" #28
v1.1.0 (2019-02-10)
Added
- Add array support to the storage #27