Skip to content

Releases: fluent/fluent-logger-forward-node

Release v1.0.0

06 Aug 10:12
378744e
Compare
Choose a tag to compare

First release after transferring to @fluent-org/logger. This is the same code as fluentd-node@0.0.17, but with updated doc links and etc.

This project now follows semantic versioning, and can be considered production ready.

Release v0.0.17

19 Jul 10:55
6da61c4
Compare
Choose a tag to compare

Bugfix release, fixes uncaught rejection issues during socket reconnections.

Release v0.0.16

06 Jul 13:07
26a1d80
Compare
Choose a tag to compare

Adds a notWritableWhenDraining handler to control when the socket is writable. This can improve performance. Also exposes more socket events through the underlying event emitter.

Release v0.0.15

02 Jul 11:24
4eb83fe
Compare
Choose a tag to compare

This adds a waitForPending handler, which can be used to block disconnects until everything has successfully flushed.

Release v0.0.14

01 Jul 08:10
075c9dd
Compare
Choose a tag to compare

This adds options to do a synchronous flush, and cleans up previously added limiting options.

Release v0.0.13

30 Jun 22:44
9217eae
Compare
Choose a tag to compare

This adds queueLength and writable getters to the client, so external users can inspect its state.

Release v0.0.12

29 Jun 22:02
08ff2b0
Compare
Choose a tag to compare

Adds a state which is set on socket destroy events, so we should hopefully log less errors.

Release v0.0.11

29 Jun 19:52
5675e79
Compare
Choose a tag to compare

Adds disableAutoconnect, changes signature of FluentSocket.connect to always throw on connection error, permitting the client to control handling irregardless of reconnection.

Release v0.0.10

29 Jun 13:09
28c0f1e
Compare
Choose a tag to compare

This adds new options to socket disconnection, to potentially reduce the number of lost events during shutdown.

Release v0.0.9

25 Jun 10:22
0b9de84
Compare
Choose a tag to compare

Fixes some issues with a call stack size exceeded error, and adds a new sendQueueNotWritableLimitDelay option to prevent dropping events during short outage events.