Skip to content

Releases: mjfryc/mjaron-tinyloki-java

v0.3.11

06 Dec 19:13
Compare
Choose a tag to compare

What's Changed

  • fix typo in readme and accessibility of StreamBuilder.build() by @azplanlos in #22

New Contributors

Full Changelog: v0.3.10...v0.3.11

v0.3.10

22 Aug 09:43
068843b
Compare
Choose a tag to compare

Fix of #14:

v0.3.3

10 Jun 22:15
81b701d
Compare
Choose a tag to compare
  • StreamBuilder class introduced for easier stream initialization.

v0.3.1

04 Jun 22:59
Compare
Choose a tag to compare
  • HttpLogSender bug fix: checking if connection.getErrorStream() returns null.

v0.3.0

04 Jun 14:59
Compare
Choose a tag to compare

Changes:

  • Fix #5
  • Fix #2
  • API has been modified - Library initialization is more flexible now, easy to pass additional parameters.

v0.2.2

08 Nov 19:30
Compare
Choose a tag to compare
  • Labels: implementation of clone() and equals(), some helper methods added.

v0.2.1

05 Nov 12:22
Compare
Choose a tag to compare

Updates

  • Labels: short functions to set stream log level.

Details

Creating labels for stream

Instead:

TinyLoki.l(Labels.LEVEL, Labels.INFO)

Shorter version:

TinyLoki.info()

v0.2.0

04 Nov 22:29
Compare
Choose a tag to compare
  • Deadlock fixed.
  • Labels - correcting labels to be compliant with Grafana Loki.
  • LogController - possibility to send logs before stop.
  • LogController - possibility to interrupt worker thread.
  • LogSenderSettings - possibility to set connection timeout.
  • LogMonitor - on worker thread exit event added.
  • Documentation updated.

v0.1.22

02 Nov 19:28
ef1bb5a
Compare
Choose a tag to compare

There is synchronization bug. Please use newer version.