Releases: bzikarsky/gelf-php
Releases · bzikarsky/gelf-php
gelf-php 2.0.1
gelf-php 2.0.0
Stabilize gelf 2.0.0
I have not encountered any issue in regards to the beta version from a few months ago, therefore I am stabilizing 1.0
Additional features
This release also contains addition support for the SSL option verify_peer_name
(thanks @inventor96)
gelf-php 2.0.0-beta.1
This release is a port of the existing library for psr/log=3
and php>=8
. Support for lower versions is dropped.
The library itself is mostly unchanged, with 2 small changes:
- No support for
gelf 1.0
anymore Transports
do not implement thePublisherInterface
anymore
If you come across bugs, let me know. Otherwise I will tag a stable 2.0 some time soon.
gelf-php 1.7.1
Allow psr/log 2
gelf-php 1.7.0
gelf-php 1.7.0
- Added new transport wrapper for retrys after errors, thanks @JustinDugas @xel1045
gelf-php 1.6.5
Maintenance release
- Fix falsy strings in log context (thanks @cseufert)
gelf-php 1.6.4
Maintenance release
- Fix a a depreaction notice with wrong argument order of implode (thanks @cwuensche)
gelf-php 1.6.3
Maintenance release
- Fix a bug with UDP chunks exceeding maximum chunksize (thanks @mathielen)
- Disallow compressed encoder for tcp-transport (it's not supported and broken)
- Drop HHVM from the build-matrix - We try to stay compatible, but will not test for it in CI as it's too much of a hassle
gelf-php 1.6.2
Maintenance release
- Fix Message toArray empty validation for zero int values (thanks @matthi4s)