Skip to content

Releases: logzio/logzio-java-sender

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

Fix deploy process

04 Mar 13:17
36ec008
Compare
Choose a tag to compare
1.0.9

use -version maven command for deploy (#17)

1.0.8: Fix sonatype server id (#15)

21 Feb 15:33
9565204
Compare
Choose a tag to compare