Skip to content

Latest commit

 

History

History
71 lines (38 loc) · 1.41 KB

CHANGELOG.md

File metadata and controls

71 lines (38 loc) · 1.41 KB

Changelog

This changelog references the relevant changes (bug and security fixes) done to orchestra/tenanti.

3.5.2

Released: 2018-11-07

Changes

  • Disconnect database after preparing migrations table for each tenant.

3.5.1

Released: 2018-01-08

Added

  • Added Orchestra\Tenanti\Tenantor.
  • Added Orchestra\Tenanti\Eloquent\Tenantee trait.

Fixes

  • Fixes Orchestra\Tenanti\Contracts\Factory contracts.

3.5.0

Released: 2017-11-13

Changes

  • Update support for Laravel Framework v5.5.
  • Utilize fetching instance of model collection via cursor().

Fixes

  • Tenant creation and deletion job should attempt to use given model instead of querying the database again.
  • Reset database connection after migration if possible.

3.4.2

Released: 2017-11-13

Fixes

  • Tenant creation and deletion job should attempt to use given model instead of querying the database again.
  • Reset database connection after migration if possible.

3.4.1

Released: 2017-09-17

Added

  • Allow to load dynamic migration path via Orchestra\Tenanti\Migrator\Factory::loadMigrationsFrom(). (#44)

Changes

  • Re-enable to use php artisan tenanti:queue with --queue name option.

Deprecated

  • Deprecate --force option on php artisan tenanti:queue.

3.4.0

Released: 2017-03-29

Changes

  • Update support for Laravel Framework v5.4.