Skip to content

Releases: php-http/logger-plugin

1.5.0

Choose a tag to compare

@dbu dbu released this 05 Jan 09:40
1.5.0
  • Added request uri to log context

1.4.0

Choose a tag to compare

@dbu dbu released this 31 Oct 14:53
1.4.0
  • Support PHP 8.3 and 8.4
  • Remove support for EOL PHP versions < 8.2

CI:

  • Rewrote testing with phpunit instead of phpspec.
  • Removed unused scrutinizer from build

1.3.1

Choose a tag to compare

@dbu dbu released this 01 Sep 06:52
1.3.1
  • Removed the last place where we forgot the request in the log context.

1.3.0

Choose a tag to compare

@dbu dbu released this 11 Feb 13:21
1.3.0
  • Do not log request when loggin response again, but use UID to identify request
    that belongs to response.
    If you use a logger that does not log info severity and want the request
    logged when an error happened, use a Fingerscrossed log handler to also log
    info if any error is logged.
  • Removed the request and response from the log context. They did not get
    printed because they don't implement __toString.
  • Supporting the newly introduced message formatter method
    formatResponseForRequest that allows more flexibility in the formatter.
    See php-http/message#146

1.2.2

Choose a tag to compare

@dbu dbu released this 26 Jul 14:16
1.2.2
  • Allow installation with psr/log version 2 and 3

1.2.1

Choose a tag to compare

@dbu dbu released this 27 Nov 10:40
1.2.1
  • Allow installation with PHP 8.0

1.2.0

Choose a tag to compare

@dbu dbu released this 14 Jul 08:04
1.2.0
fbf0c3e
  • Use hrtime to avoid clock movement bugs
  • Support only PHP 7.1-8.0

Release 1.1.0

Choose a tag to compare

@Nyholm Nyholm released this 30 Jan 11:49

See change log for changes.

Initial release

Choose a tag to compare

@sagikazarmark sagikazarmark released this 04 May 22:38
v1.0.0
d6c2ac7

Plugin separated from the main plugins repo