Skip to content

Releases: onlime/laravel-http-client-global-logger

v1.1.0

09 Nov 16:50
6d0ab5e
Compare
Choose a tag to compare
  • Feature | HTTP Request Middleware to log Requests after Global Middleware by @pascalbaljet in #1

v1.0.2

16 Jul 22:18
32d1493
Compare
Choose a tag to compare
  • Drop Laravel 9 support
  • PHP code style fixes by laravel/pint v1.10, now using more strict style rules (laravel preset).

v1.0.1

26 Feb 12:02
9469ba9
Compare
Choose a tag to compare
  • Drop Laravel 8 / PHP 8.0 support
  • Integrated laravel/pint as dev requirement for PHP style fixing
  • Support Laravel 10

v1.0.0

10 Feb 08:15
Compare
Choose a tag to compare
  • Support Laravel 9

v0.9.1

10 Feb 08:05
Compare
Choose a tag to compare
  • Introducing HTTP_CLIENT_GLOBAL_LOGGER_OBFUSCATE_HEADERS and HTTP_CLIENT_GLOBAL_LOGGER_OBFUSCATE_BODY_KEYS env vars for easier configuration of request header/body obfuscation.
  • Obfuscating request headers directly on PSR compliant request instance instead of applying regex replacements on formatted log message.

v0.9

12 Jul 11:20
Compare
Choose a tag to compare

Initial release