Skip to content

Releases: archtechx/tenancy

v2.3.1

30 Mar 20:08
5dc8047
Compare
Choose a tag to compare

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

17 Mar 18:14
30bab68
Compare
Choose a tag to compare

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

22 Feb 13:04
5bb743f
Compare
Choose a tag to compare

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

10 Feb 15:11
95ee295
Compare
Choose a tag to compare

Patch release.

Fixes

  • Fixed You cannot serialize or unserialize PDO instances error when queuing tenant creation on MySQL and PostgreSQL #273

v2.2.6

19 Jan 11:38
Compare
Choose a tag to compare

Patch release.

Fixes

  • $tenant->persisted is set to true before tenant.created is executed #271

v2.2.5

26 Dec 19:44
5ebb68e
Compare
Choose a tag to compare

Patch release.

Fixes

  • Fix issue related to closure middleware #256

v2.2.4

11 Dec 21:18
fed8c0f
Compare
Choose a tag to compare

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

06 Dec 21:35
609b6f1
Compare
Choose a tag to compare

Patch release.

Fixes

  • Remove typehints in tenant_route() for arguments passed to route() #241

v2.2.2

03 Dec 21:59
f99ecb7
Compare
Choose a tag to compare

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

v2.2.1

23 Nov 15:02
4e477b4
Compare
Choose a tag to compare

Fixes

  • Move facade/ignition-contracts dependency to require