Releases: fluent/fluent-logger-forward-node
Release v0.0.8
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
Fixes a bug with millisecond resolution timestamp handling
Release v0.0.6
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
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
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
Fixes timeout handling and doesn't require an error handler to avoid crashing.
Release v0.0.2
Initial release