Skip to content

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

v1.1.3

14 Mar 15:51
52f27ed
Compare
Choose a tag to compare
  • Added GitHub Actions workflow, Improve test suite by @pascalbaljet in #4
  • Bumped saloonphp/laravel-http-sender dependency to support Laravel 11
  • Bumped Laravel 10 requirement to ^10.32 as it requires getGlobalMiddleware()
  • Removed unneeded guzzlehttp/guzzle dependency
  • Streamlined EventServiceProvider into ServiceProvider
  • Added tests for EventHelper, PendingRequestMixin and ServiceProvider
  • The added Guzzle middleware now has a name for easier debugging and testing

v1.1.2

16 Feb 15:08
880dec3
Compare
Choose a tag to compare
  • Feature | Support for trimming the response body by @pascalbaljet in #3
  • Laravel 11 support

v1.1.1

13 Nov 16:56
ac1ec4d
Compare
Choose a tag to compare
  • Feature | Handle Saloon events by @pascalbaljet in #2 – Can now also log Requests/Responses when using Saloon's MockClient by handling SendingSaloonRequest and SentSaloonRequest Saloon events.
  • Added common OAuth2 keys access_token,refresh_token,client_secret to default body obfuscation configuration.

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