Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 1005 Bytes

UPGRADE.md

File metadata and controls

19 lines (12 loc) · 1005 Bytes

Upgrade from v0.11 to v0.12

BREAKING: Require glesys/butler-audit v0.4

  1. Use Butler\Audit\Bus\WithCorrelationId instead of Butler\Service\Bus\WithCorrelationId.

BREAKING: Use glesys/butler-health

  1. Move your health checks (if any) from butler.service.health.checks to butler.health.checks.
  2. Remove butler.service.health from your configuration.
  3. Use Butler\Health\Repository instead of Butler\Service\Repositories\HealthRepository.

Upgrade from v0.10 to v0.11

BREAKING: Replace laravel/sanctum with glesys/butler-auth

  1. Rename table personal_access_tokens to access_tokens.
  2. Use Butler\Auth\ButlerAuth instead of Laravel\Sanctum\Sanctum.
  3. If you have custom auth configuration, make sure to change the driver of your guard from sanctum to butler.