All notable changes to laravel-http-logger
will be documented in this file.
- Laravel 11.x Compatibility by @laravel-shift in #62
Full Changelog: https://github.com/spatie/laravel-http-logger/compare/1.10.2...1.11.0
- Add option to sanitize sensitive headers by @stfndamjanovic in #60
- @stfndamjanovic made their first contribution in #60
Full Changelog: https://github.com/spatie/laravel-http-logger/compare/1.10.1...1.10.2
- Update .gitattributes by @angeljqv in #54
- Refactor tests to pest by @AyoobMH in #55
- Add PHP 8.2 Support by @patinthehat in #56
- Laravel 10.x Compatibility by @laravel-shift in #57
- @angeljqv made their first contribution in #54
- @AyoobMH made their first contribution in #55
- @patinthehat made their first contribution in #56
- @laravel-shift made their first contribution in #57
Full Changelog: https://github.com/spatie/laravel-http-logger/compare/1.10.0...1.10.1
- TestCase a little improvement by @kudashevs in #47
- Add additional file test by @kudashevs in #49
- customizable log level by @Henning256 in #50
Full Changelog: https://github.com/spatie/laravel-http-logger/compare/1.9.0...1.10.0
Allow Laravel 9
- @dongido001 made their first contribution in #44
- @SebastianSchoeps made their first contribution in #45
Full Changelog: https://github.com/spatie/laravel-http-logger/compare/1.7.0...1.8.0
- split up default writer (#39)
- Support PHP 8.0
- Support Laravel 9
- add Headers into
DefaultLogWriter
(#32)
- add support for Laravel 7
- add the support for arrays with files in a request (#29)
- Changed: Updated Laravel 6 compatibility for future versions
- Added: Laravel 6.0 compatibility
- drop support for L5.7 and below, PHP 7.1 and PHPUnit 7
- Added: Laravel 5.8 compatibility
- Added: Laravel 5.7 compatibility
- Fixed: bug when logging upload requests
- Added: Laravel 5.6 compatibility
- Removed: Dropped support for older Laravel versions
- Initial release