Skip to content

Releases: php-http/logger-plugin

1.4.0

31 Oct 14:53
@dbu dbu
1.4.0
Compare
Choose a tag to compare
  • 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

01 Sep 06:52
@dbu dbu
1.3.1
Compare
Choose a tag to compare
  • Removed the last place where we forgot the request in the log context.

1.3.0

11 Feb 13:21
@dbu dbu
1.3.0
Compare
Choose a tag to compare
  • 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

26 Jul 14:16
@dbu dbu
1.2.2
Compare
Choose a tag to compare
  • Allow installation with psr/log version 2 and 3

1.2.1

27 Nov 10:40
@dbu dbu
1.2.1
Compare
Choose a tag to compare
  • Allow installation with PHP 8.0

1.2.0

14 Jul 08:04
@dbu dbu
1.2.0
fbf0c3e
Compare
Choose a tag to compare
  • Use hrtime to avoid clock movement bugs
  • Support only PHP 7.1-8.0

Release 1.1.0

30 Jan 11:49
Compare
Choose a tag to compare

See change log for changes.

Initial release

04 May 22:38
v1.0.0
d6c2ac7
Compare
Choose a tag to compare

Plugin separated from the main plugins repo