Skip to content

Releases: JaniAnttonen/winston-loki

Bug fixes, package updates

07 Oct 15:15
0eb49ec
Compare
Choose a tag to compare

Package updates + bug fixes by @niekcandaele and @vira-khdr.

Fix issue with protobuf batch preparation

26 May 12:05
80bb0f6
Compare
Choose a tag to compare

Thanks to @davidsierradz for pointing the bug out and providing a patch: #64

Add timeout option to batching to prevent hoarding of memory

08 Mar 09:34
91fe992
Compare
Choose a tag to compare

Thanks to @johakr for the contribution! As there seems to be less bugs reported as of late, I decided that this could be the first proper v6.0.0 release.

Fix protobuf timestamps

11 Nov 22:18
a9fdc72
Compare
Choose a tag to compare

Fixes a bug with Protobuf use where millisecond timestamps like the one created by Date.now() got translated to microseconds instead of nanoseconds like defined in the Loki Protobuf API. Thanks @teolag!

Send logs as an UTF8 buffer

09 Nov 10:20
4115d77
Compare
Choose a tag to compare

Thanks to @jasyes for pointing this bug out! 200 commits strong 👍

Fix shutdown behavior

31 Oct 22:19
7dd5b19
Compare
Choose a tag to compare

Added fix from #51 which makes sure the batcher loop closes correctly on exit.

Hotfix to circuit breaker

28 Oct 10:32
Compare
Choose a tag to compare

Related to issue #48

Remove debug console logs, fix bug with batching delay

27 Oct 23:09
8c97a5e
Compare
Choose a tag to compare

Add type definitions for options

16 Oct 13:02
fda379c
Compare
Choose a tag to compare
Merge pull request #46 from mpetrunic/mpetrunic/types

Add typescript type definition

6.0.0 Release candidate 3

01 Sep 20:44
Compare
Choose a tag to compare

Includes a fix to the basic auth functionality. Thanks to @yaron-idan for pointing it out and fixing the issue. :)