Skip to content

Releases: fluent/fluent-logger-forward-node

Release v0.0.8

24 Jun 13:59
d4e3311

Choose a tag to compare

This fixes the event retrier losing track of events on shutdown. Now, when you call disconnect() on the client, all pending events will be in the send queue, and therefore closed with a QueueShutdownError on shutdown.

Release v0.0.7

23 Jun 14:35
1315260

Choose a tag to compare

Fixes a bug with millisecond resolution timestamp handling

Release v0.0.6

23 Jun 13:41
8cc5b51

Choose a tag to compare

v0.0.5 had a bug which caused it to end up in a non automatically flushable state when the socket timed out between setting up the flush interval and the interval actually completing. This release contains a fix for that bug

Release v0.0.5

23 Jun 12:48

Choose a tag to compare

Improves documentation more,

Adds a new sendQueueNotFlushableLimit to limit the queue when it can't be written out

Changes other sendQueue* limits to a single shared API.

Release v0.0.4

23 Jun 10:42

Choose a tag to compare

Adds lots of documentation.

Exports required types for configuration options, and exports error types, so they can be used by external code.

sendQueueMaxSize no longer defaults to 2 * sendQueueFlushSize.

Release v0.0.3

22 Jun 20:17
106c357

Choose a tag to compare

Fixes timeout handling and doesn't require an error handler to avoid crashing.

Release v0.0.2

22 Jun 14:53

Choose a tag to compare

Initial release