Skip to content

Releases: logzio/logzio-java-sender

V1.1.0

23 May 07:40
Compare
Choose a tag to compare

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

30 Apr 11:16
165832c
Compare
Choose a tag to compare

Bumping jetty-server version due to potential security vulnerabilities

V1.0.19

01 Apr 12:13
a1953e3
Compare
Choose a tag to compare

Upgrade jetty and guava dependencies due to security issues.

Support send byte array

04 Oct 08:34
287cab6
Compare
Choose a tag to compare

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

27 Sep 11:25
732c1d1
Compare
Choose a tag to compare

adding a log message count limit option to in-memory queue

Supporting in-memory buffer

14 Sep 14:44
4fc9123
Compare
Choose a tag to compare

Adding support for in-memory buffer instead of on disk one

Downgrading gson

22 Aug 16:21
e516770
Compare
Choose a tag to compare

Downgrading gson for jenkins plugin integration

Refactor http request

21 Aug 09:12
f8f017d
Compare
Choose a tag to compare

refactor HTTP request as a stand-alone class for Jennkins plugin use

Fix shaded dependency

23 Jul 13:38
0fa77cb
Compare
Choose a tag to compare
Merge pull request #22 from logzio/shaded

edit release notes

1.0.10: Merge pull request #19 from logzio/gzip

02 Jul 13:06
99d9baa
Compare
Choose a tag to compare