Skip to content

Releases: mjfryc/mjaron-tinyloki-java

v1.1.8

Choose a tag to compare

@mjfryc mjfryc released this 12 May 11:59
  • JUL: Implementation of changing log level.
  • JUL: uninstall() method added.
  • Verbose logging added to ILogMonitor.

v1.1.7

Choose a tag to compare

@mjfryc mjfryc released this 12 May 11:16
  • JUL: Implementation of changing log level.
  • Verbose logging added to ILogMonitor.

v1.1.6

Choose a tag to compare

@mjfryc mjfryc released this 25 Mar 11:46

Full Changelog: v1.1.5...v1.1.6

  • java.util.logging Handler implementation.
  • Minor improvements & documentation update.

v1.1.5

Choose a tag to compare

@mjfryc mjfryc released this 24 Mar 13:44
  • TinyLoki (v1.x.x) class used instead of LogManager (v0.3.11).
  • Methods start() and build() has been unified to open() function names.
  • Issue #26: Structured metadata support.
  • Logs buffering support added, so the time between sending the buffered logs may be customized.
  • Executor extracted from the log manager.
  • Settings extracted to separated class.
  • Sync (no thread) executor implementation.
  • Fix for JSON encoding, unit tests.
  • Issue #30: Solution for duplicated dropped logs.
  • StreamSet support - StreamSet contains all log level streams.
  • Label values may be created from any primitive type.
  • Issue #25: Buffer size limited - The buffer size may be restricted to avoid Grafana Loki server message rejection.

v1.1.4

Choose a tag to compare

@mjfryc mjfryc released this 21 Mar 20:31
  • TinyLoki (v1.x.x) class used instead of LogManager (v0.3.11).
  • Methods start() and build() has been unified to open() function names.
  • Issue #26: Structured metadata support.
  • Logs buffering support added, so the time between sending the buffered logs may be customized.
  • Executor extracted from the log manager.
  • Settings extracted to separated class.
  • Sync (no thread) executor implementation.
  • Fix for JSON encoding, unit tests.
  • Issue #30: Solution for duplicated dropped logs.
  • StreamSet support - StreamSet contains all log level streams.
  • Label values may be created from any primitive type.
  • Issue #25: Buffer size limited - The buffer size may be restricted to avoid Grafana Loki server message rejection.

v1.1.3

Choose a tag to compare

@mjfryc mjfryc released this 21 Mar 14:02
33ec42a
  • TinyLoki (v1.x.x) class used instead of LogManager (v0.3.11).
  • Methods start() and build() has been unified to open() function names.
  • Issue #26: Structured metadata support.
  • Logs buffering support added, so the time between sending the buffered logs may be customized.
  • Executor extracted from the log manager.
  • Settings extracted to separated class.
  • Sync (no thread) executor implementation.
  • Fix for JSON encoding, unit tests.
  • Issue #30: Solution for duplicated dropped logs.
  • StreamSet support - StreamSet contains all log level streams.
  • Label values may be created from any primitive type.
  • Issue #25: Buffer size limited - The buffer size may be restricted to avoid Grafana Loki server message rejection.

v1.0.0

Choose a tag to compare

@mjfryc mjfryc released this 18 Mar 19:57

Full Changelog: v0.3.11...v1.0.0

  • Logs buffering support added, so the time between sending the buffered logs may be customized.
  • Executor extracted from the log manager.
  • TinyLoki (v1.0.0) class used instead of LogManager (v0.3.11).
  • Settings extracted to separated file.
  • Sync (no thread) executor implementation.
  • Fix for JSON encoding.

v0.3.11

Choose a tag to compare

@mjfryc mjfryc released this 06 Dec 19:13

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

Choose a tag to compare

@mjfryc mjfryc released this 22 Aug 09:43
068843b

Fix of #14:

v0.3.3

Choose a tag to compare

@mjfryc mjfryc released this 10 Jun 22:15
81b701d
  • StreamBuilder class introduced for easier stream initialization.