Skip to content

Releases: bilfeldt/laravel-request-logger

v3.3.0

07 May 20:37
33bd973
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.2.0...v3.3.0

v3.2.0

27 Feb 15:13
8f8418a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.0...v3.2.0

v3.1.0

07 Jan 21:42
2fe2f6e
Compare
Choose a tag to compare

Add PHP 8.3 compatibility

v3.0.0

29 Sep 07:48
95dfd9c
Compare
Choose a tag to compare

What's Changed

Upgrade guide

  • Because the package now supports both Correlation-ID and Request-ID then two new database columns needs to be inserted into the request_logs table. See the table migration stub for the required changes.
  • The function aggregate($request, $response, $date) has been removed from the RequestLog model. If you are using this function instead then use the bilfeldt/laravel-route-statistics package for aggregated statistical logging if needed.
  • The config log_context has been removed. If you are using this config to add Log context, then apply the LogContextMiddleware from the now required package bilfeldt/laravel-correlation-id package for the relevant routes.
  • The config header has been removed. If you are using this config to add the unique request id to the response in the Request-ID headerm then do so using your own middleware, or consider (recommended) to instead set the Correlation-ID header using the CorrelationIdMiddleware from the now required package bilfeldt/laravel-correlation-id package for the relevant routes.

Full Changelog: v2.2.0...v3.0.0

v2.2.0

29 Aug 11:24
dc99410
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...v2.2.0

v2.1.0

23 Jul 21:59
c5f1ade
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.0...v2.1.0

v2.0.0

01 May 19:51
f9fd23e
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @comes made their first contribution in #20

Full Changelog: v1.1.0...v2.0.0

v1.1.0

30 Jan 21:46
c6c2532
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.2...v1.1.0

v1.0.2

11 Jan 13:50
1747837
Compare
Choose a tag to compare

What's Changed

  • Exclude 'api_token' from logs per default by @bilfeldt in #17

Full Changelog: v1.0.1...v1.0.2

v1.0.1

15 Nov 11:04
68cc7c6
Compare
Choose a tag to compare
  • Fix issue when route is undefined: By @woenel in #15

New Contributors

Full Changelog: v1.0.0...v1.0.1