Skip to content

Latest commit

 

History

History
291 lines (157 loc) · 8.87 KB

CHANGELOG.md

File metadata and controls

291 lines (157 loc) · 8.87 KB

Changelog

All notable changes to laravel-multitenancy will be documented in this file

3.2.0 - 2024-03-12

What's Changed

  • Laravel 11.x Compatibility by @laravel-shift in #522

New Contributors

  • @laravel-shift made their first contribution in #522

Full Changelog: https://github.com/spatie/laravel-multitenancy/compare/3.1.1...3.2.0

3.1.1 - 2024-01-09

What's Changed

  • Update migration stub by @sevannerse in #495
  • Correct Typos by @jacobmllr95 in #501
  • Add new TenantNotFoundForRequestEvent by @jacobmllr95 in #502

New Contributors

  • @sevannerse made their first contribution in #495
  • @jacobmllr95 made their first contribution in #501

Full Changelog: https://github.com/spatie/laravel-multitenancy/compare/3.1.0...3.1.1

3.1.0 - 2023-09-27

What's Changed

  • Add support to queued closures by @masterix21 in #492

Full Changelog: https://github.com/spatie/laravel-multitenancy/compare/3.0.3...3.1.0

3.0.3 - 2023-06-30

What's Changed

  • [no ci] Fix typo in config comment by @inmanturbo in #454
  • [FIX] unmatched double quote (typo) by @inmanturbo in #459
  • [FIX] Bind or forget current tenant by @raymadrona in #471

New Contributors

  • @inmanturbo made their first contribution in #454
  • @raymadrona made their first contribution in #471

Full Changelog: https://github.com/spatie/laravel-multitenancy/compare/3.0.2...3.0.3

3.0.2 - 2023-02-09

What's Changed

  • Fresh Tenant on each job by @masterix21 in #438

Full Changelog: https://github.com/spatie/laravel-multitenancy/compare/3.0.1...3.0.2

3.0.1 - 2023-02-03

What's Changed

  • Correct doc url version for v3 by @l3aro in #412
  • docs: update composer command for install by @alexrififi in #413
  • Add PHP 8.2 Support by @patinthehat in #424
  • Update broken shield badge by @erikn69 in #437
  • Laravel 10.x Support by @erikn69 in #435

New Contributors

  • @l3aro made their first contribution in #412
  • @patinthehat made their first contribution in #424
  • @erikn69 made their first contribution in #437

Full Changelog: https://github.com/spatie/laravel-multitenancy/compare/3.0.0...3.0.1

3.0.0 - 2022-10-28

Breaking change

  • NotTenantAware jobs will now forget any current tenant that might have been set when starting processing.

2.3.9 - 2022-10-30

  • Fix an issue where the Illuminate\Cache\Repository was not being cleared from the container

Full Changelog: https://github.com/spatie/laravel-multitenancy/compare/2.3.8...2.3.9

2.3.8 - 2022-09-08

What's Changed

  • Replace id with getKey() so uuids could be used as primary keys by @lartisan in #392

New Contributors

  • @lartisan made their first contribution in #392

Full Changelog: https://github.com/spatie/laravel-multitenancy/compare/2.3.7...2.3.8

2.3.7 - 2022-07-01

What's Changed

  • Prefix Cache Task - Cache Store by @moisish in #374

New Contributors

  • @moisish made their first contribution in #374

Full Changelog: https://github.com/spatie/laravel-multitenancy/compare/2.3.6...2.3.7

2.3.6 - 2022-05-17

What's Changed

  • Docs: fix the link to the video introduction by @PovilasKorop in #361
  • Change return type hint for Tenant class from self to static by @ksassnowski in #365

New Contributors

  • @PovilasKorop made their first contribution in #361
  • @ksassnowski made their first contribution in #365

Full Changelog: https://github.com/spatie/laravel-multitenancy/compare/2.3.5...2.3.6

2.3.5 - 2022-04-08

What's Changed

  • Refresh connection resolver for models after switching database by @AlexVanderbist in #355
  • Fix cache prefixes not being updated by @AlexVanderbist in #355
  • Better compatibility with Octane

Full Changelog: https://github.com/spatie/laravel-multitenancy/compare/2.3.4...2.3.5

2.3.4 - 2022-03-30

What's Changed

  • Remove link to filesystem doc that doesn't exist by @skoontastic in #349
  • Fix migration tests by @masterix21 in #352
  • Improves the SwitchRouteCacheTask by @masterix21 in #351

New Contributors

  • @skoontastic made their first contribution in #349

Full Changelog: https://github.com/spatie/laravel-multitenancy/compare/2.3.3...2.4.0

2.3.3 - 2022-02-28

  • docs: change method visibility in example by @medvinator in #326
  • added ; in the php code by @MJunaidAhmad in #329
  • Removing typehint for compatibility by @telkins in #336

Full Changelog: https://github.com/spatie/laravel-multitenancy/compare/2.3.2...2.3.3

2.3.2 - 2022-01-19

  • add support for Laravel 9

2.3.1 - 2021-11-29

  • Reload Router instance when switching route cache on Laravel Octane by @AlexVanderbist in #309

Full Changelog: https://github.com/spatie/laravel-multitenancy/compare/2.3.0...2.3.1

2.3.0 - 2021-11-26

  • Add route cache path switcher by @AlexVanderbist in #308

Full Changelog: https://github.com/spatie/laravel-multitenancy/compare/2.2.0...2.3.0

2.2.0 - 2021-10-26

  • Handle JobRetryRequested queue event and fix (#259)
  • 🐛 tenants:artisan backslashes (#296)

2.1.1 - 2021-08-18

  • add filterCurrent and rejectCurrent to TenantCollection (#275)

2.1.0 - 2021-05-04

  • add Laravel Octane support

2.0.0 - 2021-03-12

  • drop support for PHP 7

1.6.11 - 2020-12-17

  • allow PHP 8

1.6.10 - 2020-12-03

  • NeedsTenant ability to return or redirect

1.6.9 - 2020-09-27

  • fix for BroadcastEvent (#142)

1.6.8 - 2020-09-24

  • add ability to dispatch events tenant aware

1.6.7 - 2020-09-07

  • add support for Laravel 8

1.6.6 - 2020-08-24

  • restored check isCurrent from makeCurrent

1.6.5 - 2020-08-21

  • 🐛 removed check isCurrent from makeCurrent

1.6.4 - 2020-08-11

  • forget current when making new tenant current

1.6.3 - 2020-08-07

  • removed $guarded from Tenant model

1.6.2 - 2020-08-07

  • TenantAware now uses the Tenant model from config

1.6.1 - 2020-08-06

  • TenantsArtisanCommand now uses TenantAware trait

1.6.0 - 2020-08-06

  • added TenantAware

1.5.1 - 2020-07-30

  • 🐛 properly handle queued mailables and notification (#78)

1.5.0 - 2020-07-23

  • database switch fails with misconfigured tenant (#92)

1.4.0 - 2020-07-02

  • added execute for the landlord

1.3.0 - 2020-06-25

  • added $tenant->execute($callable) to execute isolated tenant code (#60)

1.2.0 - 2020-06-21

  • tenant:artisan search field customizable using config (#52)

1.1.5 - 2020-06-21

  • allow mass assignment when creating a new tenant by default (#57)

1.1.4 - 2020-06-17

  • improve error handling of tenant aware jobs

1.1.3 - 2020-06-01

  • always register the tenants artisan command, so it may be called from web requests as well.

1.1.2 - 2020-05-24

  • remove unused import from config (#20)

1.1.1 - 2020-05-21

  • use the configured tenant model in artisan command (#17)

1.1.0 - 2020-05-18

  • fix published migration name
  • ask for artisan command if none is given

1.0.0 - 2020-05-16

  • initial release