Skip to content

Latest commit

 

History

History
131 lines (72 loc) · 3.73 KB

CHANGELOG.md

File metadata and controls

131 lines (72 loc) · 3.73 KB

Changelog

All notable changes to laravel-http-logger will be documented in this file.

1.11.0 - 2024-03-02

What's Changed

  • 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

1.10.2 - 2023-07-24

What's Changed

  • Add option to sanitize sensitive headers by @stfndamjanovic in #60

New Contributors

  • @stfndamjanovic made their first contribution in #60

Full Changelog: https://github.com/spatie/laravel-http-logger/compare/1.10.1...1.10.2

1.10.1 - 2023-01-24

What's Changed

  • 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

New Contributors

  • @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

1.10.0 - 2022-06-07

What's Changed

  • TestCase a little improvement by @kudashevs in #47
  • Add additional file test by @kudashevs in #49
  • customizable log level by @Henning256 in #50

New Contributors

  • @kudashevs made their first contribution in #47
  • @Henning256 made their first contribution in #50

Full Changelog: https://github.com/spatie/laravel-http-logger/compare/1.9.0...1.10.0

1.9.0 - 2022-02-08

Allow Laravel 9

1.8.0 - 2021-11-29

What's Changed

  • small typo by @dongido001 in #44
  • Configurable log channel by @SebastianSchoeps in #45

New Contributors

  • @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

1.7.0 - 2021-01-04

  • split up default writer (#39)

1.6.2 - 2020-12-02

  • Support PHP 8.0

1.6.1 - 2020-09-09

  • Support Laravel 9

1.6.0 - 2020-04-15

  • add Headers into DefaultLogWriter (#32)

1.5.0 - 2020-03-03

  • add support for Laravel 7

1.4.0 - 2019-11-16

  • add the support for arrays with files in a request (#29)

1.3.1 - 2019-09-16

  • Changed: Updated Laravel 6 compatibility for future versions

1.3.0 - 2019-09-04

  • Added: Laravel 6.0 compatibility

1.2.0 - 2019-02-27

  • drop support for L5.7 and below, PHP 7.1 and PHPUnit 7

1.1.4 - 2019-02-27

  • Added: Laravel 5.8 compatibility

1.1.3 - 2018-09-04

  • Added: Laravel 5.7 compatibility

1.1.2 - 2018-06-03

  • Fixed: bug when logging upload requests

1.1.1 - 2018-02-08

  • Added: Laravel 5.6 compatibility
  • Removed: Dropped support for older Laravel versions

1.0.0 - 2017-10-18

  • Initial release