This repository has been archived by the owner on May 10, 2023. It is now read-only.
Releases: rapid7/le_node
Releases · rapid7/le_node
new feature: prepend hostnames to log lines (optional)
node v7 support for CI
1.7.0 Update package.json
fix for new winston release and logging error objects with winston
see pr in detail: #142
socket hang up bug fix and bunyan version updated
1.6.8 Update package.json
hot fix for multiple bunyan streams
this release fixes #133
added option to disable socket inactivity timeout
1.6.6 Update package.json
buffer drain event reliability fixes
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
overriding end() method of writable was removed. documentation updated with regards to graceful exit.
deprecated connection drain event and introduced buffer drain event
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
Added RingBuffer implementation as the queueing system.