Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 1.84 KB

CHANGELOG.md

File metadata and controls

45 lines (32 loc) · 1.84 KB

Changelog

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.

Unreleased

[v11.1.0] - 2024-07-17

Changed

  • For Azure Entra ID SSO, a new token_verifier option has been added to facilitate multi-tenant configurations.

[v11.0.1] - 2024-03-19

Fixes

  • Fixed a bug when configuring EventHub webhooks using php artisan eventhub:webhook:configure.

[v11.0.0] - 2024-03-18

Changed

  • 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 the Illuminate\Foundation\Http\Middleware\ValidateCsrfToken class, since the new Laravel skeleton no longer ships with App\Http\Middleware\VerifyCsrfToken.

[v10.0.0] - 2024-02-06

Added

  • 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.

Changed

  • Support for PHP 7.4 and 8.0 has been dropped.

Fixes

  • 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.

[v9.1.1] - 2024-02-19

This is a backport release to support apps still using PHP 8.1.

Fixes

  • Fixed a bug when configuring EventHub webhooks using php artisan eventhub:webhook:configure.

[v9.1.0] - 2023-10-12

Added

  • Added a config parameter for Azure AD/Entra ID domain_hint, for better multi-tenant app registration support.