Releases: malinkinsa/asyncgelf
Releases · malinkinsa/asyncgelf
1.2.0
1.1.0
- 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
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
- Fixed validation for additional fields
1.0.1
Added key for resolving bug with UDP handler
1.0.0
- Support compress to tcp handler;
- Support additional field;
0.2.0
Added support for GELF UDP
0.1.3
Support tls fot GELF TCP;
Error handling;
0.1.2
Nothing changed in code.
All changes on PyPI page.
0.1.1
Support tls with custom (self-signed) certificate for GELF Http input