Skip to content

Releases: archtechx/tenancy

v3.3.0

15 Nov 15:28
126afcd
Compare
Choose a tag to compare

Feature release.

Added

  • tenancy()->central() helper to execute a callback in the central context from anywhere #487
  • You may specify multiple JobPipelines to listen to a certain event, and terminate them halfway. #527

Fixed

  • tenants:list when not using domains #504
  • Inject the contract for Application instead of the concrete class
  • Databases don't get migrated if they aren't created. #514 #527

v3.2.1

16 Sep 13:06
218a34c
Compare
Choose a tag to compare

Patch release.

Fixes

  • Only bind UUID generator if one is specified in config #493

v3.2.0

08 Sep 19:26
5fe79fe
Compare
Choose a tag to compare

Feature release.

Adds

Fixes

  • Initializing tenants using string #488

v3.1.7

18 Aug 14:10
1ff82fb
Compare
Choose a tag to compare

Patch release.

Fixes

  • Reverse middleware order before prepend #479

v3.1.6

13 Aug 11:56
Compare
Choose a tag to compare

Patch release

  • Allows tenants to be initalized with their IDs #473 #474

v3.1.5

01 Aug 13:08
Compare
Choose a tag to compare

Patch release.

Fixes

  • Subdomain identification middleware now works with universal routes

v3.1.4

27 Jul 13:13
520fa96
Compare
Choose a tag to compare

Patch release

  • Qualify tenant_id column #467

v2.3.12

16 Jul 08:22
375af1d
Compare
Choose a tag to compare

Use correct branch.

v2.3.11

15 Jul 15:52
683bb5a
Compare
Choose a tag to compare

Patch release.

Fixes

  • Cast $value to string before instantiating exception

v2.3.10

14 Jul 17:52
51cdf55
Compare
Choose a tag to compare

Patch release.

Fixes

  • Set config() root too in FilesystemTenancyBootstrapper