tag:github.com,2008:https://github.com/tenancy/db-driver-sqlite/releasesTags from db-driver-sqlite2022-06-15T07:28:33Ztag:github.com,2008:Repository/141286547/v2.4.22022-06-15T07:28:33Zv2.4.2: [2.x] upgrade to Laravel 9.x and PHP 8.0+ (#252)<p>[2.x] upgrade to Laravel 9.x and PHP 8.0+ (#252)</p>
<p>* Upgraded tenancy package to php 8.1, added support for laravel 9, replaced swift mailer with symfonymailer</p>
<p>* Upgraded phpunit, updaed naming for mailer</p>
<p>* fix additional providers type hint</p>
<p>* reduce test matrix to cover laravel version compatibility</p>
<p>* remove php 7.4 from tests</p>
<p>* mismatching signature on hookresolver::handle</p>
<p>* increase mockery lower stability to improve compatibility with php 8</p>
<p>* declare a default to tenant property to prevent non initialized status</p>
<p>* fix: database mutation driver is assigned during execution not instantiation</p>
<p>* fix: refactor pdo exception to new namespace</p>
<p>* fix: nullable properties need a default null for tenant in job</p>
<p>* fix: set default values for nullable properties</p>
<p>* clean up processing event and resolve tenant related properties simpler</p>
<p>* type hint tenant key according to interface</p>
<p>* chore: add null defaults 🤦</p>
<p>* fix: processing event can potentially process both regular and tenant job</p>
<p>* remove log in to docker which fails</p>
<p>* remove experimental in the matrix</p>
<p>* docker log in used for test images, but 8.1 does not exist yet</p>
<p>* fix: processing seems a haywire of code, needs cleaning</p>
<p>* fix: resolve typehinting on getter method</p>
<p>* fix: resolve attempted use of ::class on string classes</p>
<p>* disable nonsensical test of tenant key value which isnt set yet</p>
<p>* remove useless test for now</p>
<p>* upgrade mockery</p>
<p>* Fix the last few tests</p>
<p>* Only load additional providers if they exist</p>
<p>* Make sure better versions are used for coverage</p>
<p>* Adjust Style and remove JetBrains related typehing</p>
<p>Co-authored-by: Menno van Hout <info@mennovanhout.nl>
<br />Co-authored-by: ArlonAntonius <37894143+ArlonAntonius@users.noreply.github.com></p>luceostag:github.com,2008:Repository/141286547/v2.4.12022-06-15T07:28:33Zv2.4.1: [2.x] upgrade to Laravel 9.x and PHP 8.0+ (#252)<p>[2.x] upgrade to Laravel 9.x and PHP 8.0+ (#252)</p>
<p>* Upgraded tenancy package to php 8.1, added support for laravel 9, replaced swift mailer with symfonymailer</p>
<p>* Upgraded phpunit, updaed naming for mailer</p>
<p>* fix additional providers type hint</p>
<p>* reduce test matrix to cover laravel version compatibility</p>
<p>* remove php 7.4 from tests</p>
<p>* mismatching signature on hookresolver::handle</p>
<p>* increase mockery lower stability to improve compatibility with php 8</p>
<p>* declare a default to tenant property to prevent non initialized status</p>
<p>* fix: database mutation driver is assigned during execution not instantiation</p>
<p>* fix: refactor pdo exception to new namespace</p>
<p>* fix: nullable properties need a default null for tenant in job</p>
<p>* fix: set default values for nullable properties</p>
<p>* clean up processing event and resolve tenant related properties simpler</p>
<p>* type hint tenant key according to interface</p>
<p>* chore: add null defaults 🤦</p>
<p>* fix: processing event can potentially process both regular and tenant job</p>
<p>* remove log in to docker which fails</p>
<p>* remove experimental in the matrix</p>
<p>* docker log in used for test images, but 8.1 does not exist yet</p>
<p>* fix: processing seems a haywire of code, needs cleaning</p>
<p>* fix: resolve typehinting on getter method</p>
<p>* fix: resolve attempted use of ::class on string classes</p>
<p>* disable nonsensical test of tenant key value which isnt set yet</p>
<p>* remove useless test for now</p>
<p>* upgrade mockery</p>
<p>* Fix the last few tests</p>
<p>* Only load additional providers if they exist</p>
<p>* Make sure better versions are used for coverage</p>
<p>* Adjust Style and remove JetBrains related typehing</p>
<p>Co-authored-by: Menno van Hout <info@mennovanhout.nl>
<br />Co-authored-by: ArlonAntonius <37894143+ArlonAntonius@users.noreply.github.com></p>luceostag:github.com,2008:Repository/141286547/v2.4.02022-06-15T07:28:33Zv2.4.0: [2.x] upgrade to Laravel 9.x and PHP 8.0+ (#252)<p>[2.x] upgrade to Laravel 9.x and PHP 8.0+ (#252)</p>
<p>* Upgraded tenancy package to php 8.1, added support for laravel 9, replaced swift mailer with symfonymailer</p>
<p>* Upgraded phpunit, updaed naming for mailer</p>
<p>* fix additional providers type hint</p>
<p>* reduce test matrix to cover laravel version compatibility</p>
<p>* remove php 7.4 from tests</p>
<p>* mismatching signature on hookresolver::handle</p>
<p>* increase mockery lower stability to improve compatibility with php 8</p>
<p>* declare a default to tenant property to prevent non initialized status</p>
<p>* fix: database mutation driver is assigned during execution not instantiation</p>
<p>* fix: refactor pdo exception to new namespace</p>
<p>* fix: nullable properties need a default null for tenant in job</p>
<p>* fix: set default values for nullable properties</p>
<p>* clean up processing event and resolve tenant related properties simpler</p>
<p>* type hint tenant key according to interface</p>
<p>* chore: add null defaults 🤦</p>
<p>* fix: processing event can potentially process both regular and tenant job</p>
<p>* remove log in to docker which fails</p>
<p>* remove experimental in the matrix</p>
<p>* docker log in used for test images, but 8.1 does not exist yet</p>
<p>* fix: processing seems a haywire of code, needs cleaning</p>
<p>* fix: resolve typehinting on getter method</p>
<p>* fix: resolve attempted use of ::class on string classes</p>
<p>* disable nonsensical test of tenant key value which isnt set yet</p>
<p>* remove useless test for now</p>
<p>* upgrade mockery</p>
<p>* Fix the last few tests</p>
<p>* Only load additional providers if they exist</p>
<p>* Make sure better versions are used for coverage</p>
<p>* Adjust Style and remove JetBrains related typehing</p>
<p>Co-authored-by: Menno van Hout <info@mennovanhout.nl>
<br />Co-authored-by: ArlonAntonius <37894143+ArlonAntonius@users.noreply.github.com></p>luceostag:github.com,2008:Repository/141286547/v2.3.12022-06-15T07:28:33Zv2.3.1: [2.x] upgrade to Laravel 9.x and PHP 8.0+ (#252)<p>[2.x] upgrade to Laravel 9.x and PHP 8.0+ (#252)</p>
<p>* Upgraded tenancy package to php 8.1, added support for laravel 9, replaced swift mailer with symfonymailer</p>
<p>* Upgraded phpunit, updaed naming for mailer</p>
<p>* fix additional providers type hint</p>
<p>* reduce test matrix to cover laravel version compatibility</p>
<p>* remove php 7.4 from tests</p>
<p>* mismatching signature on hookresolver::handle</p>
<p>* increase mockery lower stability to improve compatibility with php 8</p>
<p>* declare a default to tenant property to prevent non initialized status</p>
<p>* fix: database mutation driver is assigned during execution not instantiation</p>
<p>* fix: refactor pdo exception to new namespace</p>
<p>* fix: nullable properties need a default null for tenant in job</p>
<p>* fix: set default values for nullable properties</p>
<p>* clean up processing event and resolve tenant related properties simpler</p>
<p>* type hint tenant key according to interface</p>
<p>* chore: add null defaults 🤦</p>
<p>* fix: processing event can potentially process both regular and tenant job</p>
<p>* remove log in to docker which fails</p>
<p>* remove experimental in the matrix</p>
<p>* docker log in used for test images, but 8.1 does not exist yet</p>
<p>* fix: processing seems a haywire of code, needs cleaning</p>
<p>* fix: resolve typehinting on getter method</p>
<p>* fix: resolve attempted use of ::class on string classes</p>
<p>* disable nonsensical test of tenant key value which isnt set yet</p>
<p>* remove useless test for now</p>
<p>* upgrade mockery</p>
<p>* Fix the last few tests</p>
<p>* Only load additional providers if they exist</p>
<p>* Make sure better versions are used for coverage</p>
<p>* Adjust Style and remove JetBrains related typehing</p>
<p>Co-authored-by: Menno van Hout <info@mennovanhout.nl>
<br />Co-authored-by: ArlonAntonius <37894143+ArlonAntonius@users.noreply.github.com></p>luceostag:github.com,2008:Repository/141286547/v2.3.02022-06-15T07:28:33Zv2.3.0: [2.x] upgrade to Laravel 9.x and PHP 8.0+ (#252)<p>[2.x] upgrade to Laravel 9.x and PHP 8.0+ (#252)</p>
<p>* Upgraded tenancy package to php 8.1, added support for laravel 9, replaced swift mailer with symfonymailer</p>
<p>* Upgraded phpunit, updaed naming for mailer</p>
<p>* fix additional providers type hint</p>
<p>* reduce test matrix to cover laravel version compatibility</p>
<p>* remove php 7.4 from tests</p>
<p>* mismatching signature on hookresolver::handle</p>
<p>* increase mockery lower stability to improve compatibility with php 8</p>
<p>* declare a default to tenant property to prevent non initialized status</p>
<p>* fix: database mutation driver is assigned during execution not instantiation</p>
<p>* fix: refactor pdo exception to new namespace</p>
<p>* fix: nullable properties need a default null for tenant in job</p>
<p>* fix: set default values for nullable properties</p>
<p>* clean up processing event and resolve tenant related properties simpler</p>
<p>* type hint tenant key according to interface</p>
<p>* chore: add null defaults 🤦</p>
<p>* fix: processing event can potentially process both regular and tenant job</p>
<p>* remove log in to docker which fails</p>
<p>* remove experimental in the matrix</p>
<p>* docker log in used for test images, but 8.1 does not exist yet</p>
<p>* fix: processing seems a haywire of code, needs cleaning</p>
<p>* fix: resolve typehinting on getter method</p>
<p>* fix: resolve attempted use of ::class on string classes</p>
<p>* disable nonsensical test of tenant key value which isnt set yet</p>
<p>* remove useless test for now</p>
<p>* upgrade mockery</p>
<p>* Fix the last few tests</p>
<p>* Only load additional providers if they exist</p>
<p>* Make sure better versions are used for coverage</p>
<p>* Adjust Style and remove JetBrains related typehing</p>
<p>Co-authored-by: Menno van Hout <info@mennovanhout.nl>
<br />Co-authored-by: ArlonAntonius <37894143+ArlonAntonius@users.noreply.github.com></p>luceostag:github.com,2008:Repository/141286547/v2.3.0-beta32022-06-15T07:28:33Zv2.3.0-beta3: [2.x] upgrade to Laravel 9.x and PHP 8.0+ (#252)<p>[2.x] upgrade to Laravel 9.x and PHP 8.0+ (#252)</p>
<p>* Upgraded tenancy package to php 8.1, added support for laravel 9, replaced swift mailer with symfonymailer</p>
<p>* Upgraded phpunit, updaed naming for mailer</p>
<p>* fix additional providers type hint</p>
<p>* reduce test matrix to cover laravel version compatibility</p>
<p>* remove php 7.4 from tests</p>
<p>* mismatching signature on hookresolver::handle</p>
<p>* increase mockery lower stability to improve compatibility with php 8</p>
<p>* declare a default to tenant property to prevent non initialized status</p>
<p>* fix: database mutation driver is assigned during execution not instantiation</p>
<p>* fix: refactor pdo exception to new namespace</p>
<p>* fix: nullable properties need a default null for tenant in job</p>
<p>* fix: set default values for nullable properties</p>
<p>* clean up processing event and resolve tenant related properties simpler</p>
<p>* type hint tenant key according to interface</p>
<p>* chore: add null defaults 🤦</p>
<p>* fix: processing event can potentially process both regular and tenant job</p>
<p>* remove log in to docker which fails</p>
<p>* remove experimental in the matrix</p>
<p>* docker log in used for test images, but 8.1 does not exist yet</p>
<p>* fix: processing seems a haywire of code, needs cleaning</p>
<p>* fix: resolve typehinting on getter method</p>
<p>* fix: resolve attempted use of ::class on string classes</p>
<p>* disable nonsensical test of tenant key value which isnt set yet</p>
<p>* remove useless test for now</p>
<p>* upgrade mockery</p>
<p>* Fix the last few tests</p>
<p>* Only load additional providers if they exist</p>
<p>* Make sure better versions are used for coverage</p>
<p>* Adjust Style and remove JetBrains related typehing</p>
<p>Co-authored-by: Menno van Hout <info@mennovanhout.nl>
<br />Co-authored-by: ArlonAntonius <37894143+ArlonAntonius@users.noreply.github.com></p>luceostag:github.com,2008:Repository/141286547/v2.3.0-beta22022-06-15T07:28:33Zv2.3.0-beta2: [2.x] upgrade to Laravel 9.x and PHP 8.0+ (#252)<p>[2.x] upgrade to Laravel 9.x and PHP 8.0+ (#252)</p>
<p>* Upgraded tenancy package to php 8.1, added support for laravel 9, replaced swift mailer with symfonymailer</p>
<p>* Upgraded phpunit, updaed naming for mailer</p>
<p>* fix additional providers type hint</p>
<p>* reduce test matrix to cover laravel version compatibility</p>
<p>* remove php 7.4 from tests</p>
<p>* mismatching signature on hookresolver::handle</p>
<p>* increase mockery lower stability to improve compatibility with php 8</p>
<p>* declare a default to tenant property to prevent non initialized status</p>
<p>* fix: database mutation driver is assigned during execution not instantiation</p>
<p>* fix: refactor pdo exception to new namespace</p>
<p>* fix: nullable properties need a default null for tenant in job</p>
<p>* fix: set default values for nullable properties</p>
<p>* clean up processing event and resolve tenant related properties simpler</p>
<p>* type hint tenant key according to interface</p>
<p>* chore: add null defaults 🤦</p>
<p>* fix: processing event can potentially process both regular and tenant job</p>
<p>* remove log in to docker which fails</p>
<p>* remove experimental in the matrix</p>
<p>* docker log in used for test images, but 8.1 does not exist yet</p>
<p>* fix: processing seems a haywire of code, needs cleaning</p>
<p>* fix: resolve typehinting on getter method</p>
<p>* fix: resolve attempted use of ::class on string classes</p>
<p>* disable nonsensical test of tenant key value which isnt set yet</p>
<p>* remove useless test for now</p>
<p>* upgrade mockery</p>
<p>* Fix the last few tests</p>
<p>* Only load additional providers if they exist</p>
<p>* Make sure better versions are used for coverage</p>
<p>* Adjust Style and remove JetBrains related typehing</p>
<p>Co-authored-by: Menno van Hout <info@mennovanhout.nl>
<br />Co-authored-by: ArlonAntonius <37894143+ArlonAntonius@users.noreply.github.com></p>luceostag:github.com,2008:Repository/141286547/v2.2.02022-06-15T07:28:33Zv2.2.0: [2.x] upgrade to Laravel 9.x and PHP 8.0+ (#252)<p>[2.x] upgrade to Laravel 9.x and PHP 8.0+ (#252)</p>
<p>* Upgraded tenancy package to php 8.1, added support for laravel 9, replaced swift mailer with symfonymailer</p>
<p>* Upgraded phpunit, updaed naming for mailer</p>
<p>* fix additional providers type hint</p>
<p>* reduce test matrix to cover laravel version compatibility</p>
<p>* remove php 7.4 from tests</p>
<p>* mismatching signature on hookresolver::handle</p>
<p>* increase mockery lower stability to improve compatibility with php 8</p>
<p>* declare a default to tenant property to prevent non initialized status</p>
<p>* fix: database mutation driver is assigned during execution not instantiation</p>
<p>* fix: refactor pdo exception to new namespace</p>
<p>* fix: nullable properties need a default null for tenant in job</p>
<p>* fix: set default values for nullable properties</p>
<p>* clean up processing event and resolve tenant related properties simpler</p>
<p>* type hint tenant key according to interface</p>
<p>* chore: add null defaults 🤦</p>
<p>* fix: processing event can potentially process both regular and tenant job</p>
<p>* remove log in to docker which fails</p>
<p>* remove experimental in the matrix</p>
<p>* docker log in used for test images, but 8.1 does not exist yet</p>
<p>* fix: processing seems a haywire of code, needs cleaning</p>
<p>* fix: resolve typehinting on getter method</p>
<p>* fix: resolve attempted use of ::class on string classes</p>
<p>* disable nonsensical test of tenant key value which isnt set yet</p>
<p>* remove useless test for now</p>
<p>* upgrade mockery</p>
<p>* Fix the last few tests</p>
<p>* Only load additional providers if they exist</p>
<p>* Make sure better versions are used for coverage</p>
<p>* Adjust Style and remove JetBrains related typehing</p>
<p>Co-authored-by: Menno van Hout <info@mennovanhout.nl>
<br />Co-authored-by: ArlonAntonius <37894143+ArlonAntonius@users.noreply.github.com></p>luceostag:github.com,2008:Repository/141286547/v2.2.0-beta22022-06-15T07:28:33Zv2.2.0-beta2: [2.x] upgrade to Laravel 9.x and PHP 8.0+ (#252)<p>[2.x] upgrade to Laravel 9.x and PHP 8.0+ (#252)</p>
<p>* Upgraded tenancy package to php 8.1, added support for laravel 9, replaced swift mailer with symfonymailer</p>
<p>* Upgraded phpunit, updaed naming for mailer</p>
<p>* fix additional providers type hint</p>
<p>* reduce test matrix to cover laravel version compatibility</p>
<p>* remove php 7.4 from tests</p>
<p>* mismatching signature on hookresolver::handle</p>
<p>* increase mockery lower stability to improve compatibility with php 8</p>
<p>* declare a default to tenant property to prevent non initialized status</p>
<p>* fix: database mutation driver is assigned during execution not instantiation</p>
<p>* fix: refactor pdo exception to new namespace</p>
<p>* fix: nullable properties need a default null for tenant in job</p>
<p>* fix: set default values for nullable properties</p>
<p>* clean up processing event and resolve tenant related properties simpler</p>
<p>* type hint tenant key according to interface</p>
<p>* chore: add null defaults 🤦</p>
<p>* fix: processing event can potentially process both regular and tenant job</p>
<p>* remove log in to docker which fails</p>
<p>* remove experimental in the matrix</p>
<p>* docker log in used for test images, but 8.1 does not exist yet</p>
<p>* fix: processing seems a haywire of code, needs cleaning</p>
<p>* fix: resolve typehinting on getter method</p>
<p>* fix: resolve attempted use of ::class on string classes</p>
<p>* disable nonsensical test of tenant key value which isnt set yet</p>
<p>* remove useless test for now</p>
<p>* upgrade mockery</p>
<p>* Fix the last few tests</p>
<p>* Only load additional providers if they exist</p>
<p>* Make sure better versions are used for coverage</p>
<p>* Adjust Style and remove JetBrains related typehing</p>
<p>Co-authored-by: Menno van Hout <info@mennovanhout.nl>
<br />Co-authored-by: ArlonAntonius <37894143+ArlonAntonius@users.noreply.github.com></p>luceostag:github.com,2008:Repository/141286547/v2.2.0-beta2022-06-15T07:28:33Zv2.2.0-beta: [2.x] upgrade to Laravel 9.x and PHP 8.0+ (#252)<p>[2.x] upgrade to Laravel 9.x and PHP 8.0+ (#252)</p>
<p>* Upgraded tenancy package to php 8.1, added support for laravel 9, replaced swift mailer with symfonymailer</p>
<p>* Upgraded phpunit, updaed naming for mailer</p>
<p>* fix additional providers type hint</p>
<p>* reduce test matrix to cover laravel version compatibility</p>
<p>* remove php 7.4 from tests</p>
<p>* mismatching signature on hookresolver::handle</p>
<p>* increase mockery lower stability to improve compatibility with php 8</p>
<p>* declare a default to tenant property to prevent non initialized status</p>
<p>* fix: database mutation driver is assigned during execution not instantiation</p>
<p>* fix: refactor pdo exception to new namespace</p>
<p>* fix: nullable properties need a default null for tenant in job</p>
<p>* fix: set default values for nullable properties</p>
<p>* clean up processing event and resolve tenant related properties simpler</p>
<p>* type hint tenant key according to interface</p>
<p>* chore: add null defaults 🤦</p>
<p>* fix: processing event can potentially process both regular and tenant job</p>
<p>* remove log in to docker which fails</p>
<p>* remove experimental in the matrix</p>
<p>* docker log in used for test images, but 8.1 does not exist yet</p>
<p>* fix: processing seems a haywire of code, needs cleaning</p>
<p>* fix: resolve typehinting on getter method</p>
<p>* fix: resolve attempted use of ::class on string classes</p>
<p>* disable nonsensical test of tenant key value which isnt set yet</p>
<p>* remove useless test for now</p>
<p>* upgrade mockery</p>
<p>* Fix the last few tests</p>
<p>* Only load additional providers if they exist</p>
<p>* Make sure better versions are used for coverage</p>
<p>* Adjust Style and remove JetBrains related typehing</p>
<p>Co-authored-by: Menno van Hout <info@mennovanhout.nl>
<br />Co-authored-by: ArlonAntonius <37894143+ArlonAntonius@users.noreply.github.com></p>luceos