Releases: cego/filebeat-logger-laravel
Releases · cego/filebeat-logger-laravel
APCU always for device detector cache to avoid laravel database default cache.
Use apcu instead of laravel cache (#32) * Use apcu instead of laravel cache * Cs fix
2.0.3
2.0.2
- Removed hack needed for logging in Octane without slowing down the application, as it is fixed in laravel/octane now.
2.0.1
- Do not use cf-connecting-ip, instead use the framework's supplied method.
2.0.0
What's Changed
- Add support for Laravel 11, drop support for 8+9+10 by @LauJosefsen in #27
- Major bump for laravel support. by @LauJosefsen in #28
- Update actions/checkout action to v4 by @renovate in #19
Full Changelog: 1.1.1...2.0.0
Fix config not being serializeable.
Fix for serializable config (#24) * Fix for serializable config * Fix for serializable config
Use PSR request object instead of $_SERVER
- Supports octane
- Better parsing of user agents, using matomo device detector.
1.0.3
- Add support for faster logging on Laravel Octane