Releases: dotswan/filament-laravel-pulse
Releases · dotswan/filament-laravel-pulse
2.0.2
2.0.1
2.0.0
Release v2.0.0 - Filament 4.x Support
🎉 Major Release: Filament 4.x Compatibility
This release adds full support for Filament 4.x while maintaining backward compatibility documentation for Filament 3.x users.
✨ What's New
Filament 4.x Support
- Full compatibility with Filament v4.2.4
- Support for Laravel 11.28+ and Laravel 12
- Updated all dependencies to work seamlessly with the latest Filament ecosystem
Version Compatibility Guide
- Filament 3.x → Use package version
^1.1.7 - Filament 4.x → Use package version
^2.0
🔄 Changes
Dependencies Updated
filament/filament: v3.2.130 → v4.2.4laravel/framework: v10.48.25 → v11.47.0laravel/pulse: v1.3.1 → v1.4.4orchestra/testbench: v8.30.0 → v9.15.0- All testing frameworks updated to latest versions
Build System
- Migrated to PostCSS CLI for better compatibility
- Added proper CSS build pipeline
- Fixed all Tailwind CSS configuration issues
🐛 Bug Fixes
- Fixed Tailwind CSS build errors
- Resolved dependency conflicts
- Fixed build scripts for production environments
🔒 Security
- Fixed all npm package vulnerabilities
- Updated all dependencies to secure versions
📝 Migration Guide
For Filament 3.x Users
Continue using version 1.1.7:
composer require dotswan/filament-laravel-pulse:^1.1.7For Filament 4.x Users
Upgrade to version 2.0:
composer require dotswan/filament-laravel-pulse:^2.01.1.7
1.1.6
1.1.5
Release Notes: Version 1.1.5 🎉
This patch release includes several important fixes and updates:
- Updated JS and CSS for date formatting: Synchronized with the latest changes from
laravel/pulsev1.x. - PulseSlowOutGoingRequests fix: Resolved a config mismatch issue to ensure proper responsiveness.
- PulseSlowJobs widget improvement: Fixed an exception caused by a missing property by setting a default value, inspired by the PulseUsage widget.
A huge thank you to @SanderMuller for the outstanding contributions to this release! 🚀
1.1.2
-
Dependencies:
-
Updated project dependencies to the latest versions for enhanced performance, security, and compatibility.
-
CSS Improvements:
- Refined and improved global CSS styles for better UI consistency and responsiveness.
- Fixed minor styling issues across multiple components to ensure a polished user experience.
1.1.1
1.1.0
- Added SlowJobsFeature and update installation instructions by @Sirajunnasihin
1.0.0
Release v1.0.0
We are excited to announce the first official release of Filament Laravel Pulse, version 1.0.0! This initial release brings a robust set of features to enhance your Filament dashboard with powerful monitoring capabilities.
Features
- Server Monitoring: Track and display server performance metrics.
- Cache Usage: Monitor cache usage and performance.
- Exception Tracking: View and manage application exceptions.
- Queue Management: Monitor job queues and processing times.
- Performance Analytics: Gain insights into slow outgoing requests, slow queries, and overall application usage patterns.