All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- For Azure Entra ID SSO, a new
token_verifier
option has been added to facilitate multi-tenant configurations.
- Fixed a bug when configuring EventHub webhooks using
php artisan eventhub:webhook:configure
.
-
Dropped support for PHP 8.1.
-
Support for Laravel 11 has been added
The route stub has been updated for the new Laravel 11 skeleton. When upgrading, the
withoutMiddleware()
call on the Azure AD callback route must be changed to exclude theIlluminate\Foundation\Http\Middleware\ValidateCsrfToken
class, since the new Laravel skeleton no longer ships withApp\Http\Middleware\VerifyCsrfToken
.
- The
eventhub:dlq:restore-messages
artisan command has been added. This is a tool to move messages from the DLQ back to the original queue for re-processing.
- Support for PHP 7.4 and 8.0 has been dropped.
NorthwesternAzureProvider::getAccessToken()
was not working. This has been corrected.- A number of issues with incorrect types have been corrected.
- The
eventhub:queue:status
artisan command was broken on current versions of Laravel. This has been corrected.
This is a backport release to support apps still using PHP 8.1.
- Fixed a bug when configuring EventHub webhooks using
php artisan eventhub:webhook:configure
.
- Added a config parameter for Azure AD/Entra ID
domain_hint
, for better multi-tenant app registration support.