Skip to content

Releases: bzikarsky/gelf-php

gelf-php 2.0.1

23 May 14:46
Compare
Choose a tag to compare

gelf-php 2.0.1

gelf-php 2.0.0

13 Dec 08:01
Compare
Choose a tag to compare

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

06 Apr 07:19
Compare
Choose a tag to compare
gelf-php 2.0.0-beta.1 Pre-release
Pre-release

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 the PublisherInterface 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

20 Aug 09:39
Compare
Choose a tag to compare
Allow psr/log 2

gelf-php 1.7.0

04 Feb 09:08
Compare
Choose a tag to compare

gelf-php 1.7.0

gelf-php 1.6.5

24 Apr 05:40
Compare
Choose a tag to compare

Maintenance release

  • Fix falsy strings in log context (thanks @cseufert)

gelf-php 1.6.4

06 Feb 19:55
4502a39
Compare
Choose a tag to compare

Maintenance release

  • Fix a a depreaction notice with wrong argument order of implode (thanks @cwuensche)

gelf-php 1.6.3

29 Jul 18:16
Compare
Choose a tag to compare

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

17 Dec 07:49
Compare
Choose a tag to compare

Maintenance release

  • Fix Message toArray empty validation for zero int values (thanks @matthi4s)

gelf-php 1.6.1

13 Nov 17:45
2a1c3b8
Compare
Choose a tag to compare

Maintenance release