Skip to content
This repository was archived by the owner on May 10, 2023. It is now read-only.

Releases: rapid7/le_node

new feature: prepend hostnames to log lines (optional)

Choose a tag to compare

@stopal-r7 stopal-r7 released this 21 Jun 13:34
1.7.1

Update package.json

node v7 support for CI

Choose a tag to compare

@stopal-r7 stopal-r7 released this 28 Nov 10:18
1.7.0

Update package.json

fix for new winston release and logging error objects with winston

Choose a tag to compare

@stopal-r7 stopal-r7 released this 16 Nov 12:51

see pr in detail: #142

socket hang up bug fix and bunyan version updated

Choose a tag to compare

@stopal-r7 stopal-r7 released this 09 Nov 15:43
1.6.8

Update package.json

hot fix for multiple bunyan streams

Choose a tag to compare

@stopal-r7 stopal-r7 released this 30 Sep 10:59

this release fixes #133

added option to disable socket inactivity timeout

Choose a tag to compare

@stopal-r7 stopal-r7 released this 27 Sep 13:45
1.6.6

Update package.json

buffer drain event reliability fixes

Choose a tag to compare

@stopal-r7 stopal-r7 released this 09 Sep 13:19

Now we make sure that buffer drain event is emitted when Socket.write callback is called for the last item in the RingBuffer.

Improvements on graceful exit

Choose a tag to compare

@stopal-r7 stopal-r7 released this 30 Aug 15:23

overriding end() method of writable was removed. documentation updated with regards to graceful exit.

deprecated connection drain event and introduced buffer drain event

Choose a tag to compare

@StephenHynes7 StephenHynes7 released this 24 Aug 14:48

deprecated connection drain event and introduced buffer drain event instead. this will make sure that all the events will be pushed to tcp socket before the buffer drain event is emitted.

moved the 'buffer shift' event logic to ringbuffer module

Add RingBuffer implementation

Choose a tag to compare

@StephenHynes7 StephenHynes7 released this 12 Aug 09:54

Added RingBuffer implementation as the queueing system.