Releases: logzio/logzio-java-sender
V1.1.0
The motivation is that there might be multiple senders with different tokens sending a log with the same type.
For example, consider a default account and a sub-account having different tokens.
One might like to send a log with the same exact type to both accounts.
Changes:
- Remove deprecated getOrCreateSenderByType function
- Change logzioSenderInstances Map key to holding an immutable pair of hashed token and log type
Jetty-server update
Bumping jetty-server version due to potential security vulnerabilities
V1.0.19
Support send byte array
Since this is a low-level library that is used primarily from our java appenders we will allow the send method to accept byte[] but the responsibility of the user is to supply byte array that is a representative of a valid json object and encoded in UTF8.
Log message count limit
adding a log message count limit option to in-memory queue
Supporting in-memory buffer
Adding support for in-memory buffer instead of on disk one
Downgrading gson
Downgrading gson for jenkins plugin integration
Refactor http request
refactor HTTP request as a stand-alone class for Jennkins plugin use
Fix shaded dependency
Merge pull request #22 from logzio/shaded edit release notes
1.0.10: Merge pull request #19 from logzio/gzip
adding gzip support