Skip to content

Releases: malinkinsa/asyncgelf

1.2.0

06 Feb 19:02
e6b3375
Compare
Choose a tag to compare

1.1.0

25 Feb 20:57
466746b
Compare
Choose a tag to compare
  • Support for data in list format for TCP. This allows sending multiple messages as a list instead of opening a new socket for each individual message. This could potentially improve the efficiency of TCP by reducing the overhead associated with socket establishment and teardown for each message;
  • Support compression level;

1.0.3

26 Oct 15:20
f7eec5a
Compare
Choose a tag to compare

No changes in library code

  • Tested working with Python 3.11;
  • Updated setup.py classifier block;
  • Added badge with python version from pypi page;

1.0.2

06 Sep 12:43
ea06f8f
Compare
Choose a tag to compare
  • Fixed validation for additional fields

1.0.1

24 Apr 19:13
6a90e69
Compare
Choose a tag to compare

Added key for resolving bug with UDP handler

1.0.0

18 Apr 15:39
95744ac
Compare
Choose a tag to compare
  • Support compress to tcp handler;
  • Support additional field;

0.2.0

15 Apr 15:25
c203224
Compare
Choose a tag to compare

Added support for GELF UDP

0.1.3

12 Apr 14:24
189bf32
Compare
Choose a tag to compare

Support tls fot GELF TCP;
Error handling;

0.1.2

11 Apr 20:11
e610d4e
Compare
Choose a tag to compare

Nothing changed in code.
All changes on PyPI page.

0.1.1

11 Apr 16:00
d3f370a
Compare
Choose a tag to compare

Support tls with custom (self-signed) certificate for GELF Http input