Skip to content
This repository has been 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)

21 Jun 13:34
Compare
Choose a tag to compare

node v7 support for CI

28 Nov 10:18
Compare
Choose a tag to compare
1.7.0

Update package.json

fix for new winston release and logging error objects with winston

16 Nov 12:51
Compare
Choose a tag to compare

socket hang up bug fix and bunyan version updated

09 Nov 15:43
Compare
Choose a tag to compare

hot fix for multiple bunyan streams

30 Sep 10:59
Compare
Choose a tag to compare

this release fixes #133

added option to disable socket inactivity timeout

27 Sep 13:45
Compare
Choose a tag to compare

buffer drain event reliability fixes

09 Sep 13:19
Compare
Choose a tag to compare

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

30 Aug 15:23
Compare
Choose a tag to compare

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

deprecated connection drain event and introduced buffer drain event

24 Aug 14:48
Compare
Choose a tag to compare

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

12 Aug 09:54
Compare
Choose a tag to compare

Added RingBuffer implementation as the queueing system.