Releases: onlime/laravel-http-client-global-logger
Releases · onlime/laravel-http-client-global-logger
v1.2.1
v1.2.0
v1.1.3
- 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 requiresgetGlobalMiddleware()
- Removed unneeded
guzzlehttp/guzzle
dependency - Streamlined
EventServiceProvider
intoServiceProvider
- Added tests for
EventHelper
,PendingRequestMixin
andServiceProvider
- The added Guzzle middleware now has a name for easier debugging and testing
v1.1.2
v1.1.1
- Feature | Handle Saloon events by @pascalbaljet in #2 – Can now also log Requests/Responses when using Saloon's
MockClient
by handlingSendingSaloonRequest
andSentSaloonRequest
Saloon events. - Added common OAuth2 keys
access_token,refresh_token,client_secret
to default body obfuscation configuration.
v1.1.0
v1.0.2
v1.0.1
v1.0.0
v0.9.1
- Introducing
HTTP_CLIENT_GLOBAL_LOGGER_OBFUSCATE_HEADERS
andHTTP_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.