1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 11:34:03 +00:00
tenancy/CHANGELOG-1.x.md
Samuel Štancl 7f02ccf295
v1.7.0
2019-08-17 15:40:59 +02:00

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:install will do everything except DB/Redis connection creation for you. It will make changes to Http/Kernel.php, create routes/tenant.php, publish config, and (optionally) publish the migration. more info
  • tenants:run more 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 predis 0dc8c80

Dropped

v1.6.0 (2019-07-30)

Added

  • GlobalCache facade #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 tenants namespace but not the domains namespace) #73

v1.5.0 (2019-07-13)

Added

  • PostgreSQL DB manager #52
  • tenancy()->end() #68

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

  • Fix jobs #38
  • Fix tests for 5.8 #41

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

  • Fix CacheManager (it merged tags incorrectly), write tests for CacheManager #31 a2d68b1

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