What's New
This release brings all community contributions from v3.3.0 to the Filament v5 branch.
Features
- Multi-Tenancy Support — Full multi-tenant support with automatic tenant scoping, configurable tenant model/column, and CLI/queue safety guards. Disabled by default for backward compatibility. (inspired by @danharper83 — #99)
- Configurable Database Connection — Use a dedicated database connection for job monitoring via
config('filament-jobs-monitor.connection'). Supports both explicit queries and implicit model queries. (inspired by @zerdotre — #95) - Laravel 13 Compatibility — Added
illuminate/contracts: ^13.0support. (thanks @laravel-shift — #98) - Enum NavigationGroup Support —
UnitEnumcan now be used for the navigation group, aligning with Filament's native PHP 8.1 enum support. (thanks @blackshadev — #96) - Complete German Translation — All 61 translation keys with idiomatic German terms. (thanks @Arne1303 — #97)
Version Compatibility
| Version | FilamentPHP | PHP |
|---|---|---|
| 1.* | 2.* | 8.1 |
| 2.* | 3.* | >= 8.1 |
| 3.* | 4.* | >= 8.1 |
| 4.* | 5.* | >= 8.2 |