Releases: kkamkou/node-gelf-pro
Releases · kkamkou/node-gelf-pro
1.4.0
- [UDP Adapter] Chunked Message Sending Failure on Network Exceptions, closes #97
- Update gihub actions
1.3.12
- Added Node.js 22 to the tests env.
- Readme updated
Full Changelog: 1.3.11...1.3.12
1.3.10
- Unstable sending of chunked messages, #80
- Minor readme polishing
- Added node.js 19 to the tests
Full Changelog: 1.3.9...1.3.10
1.3.8
UDP adapter corrections:
- ERR_SOCKET_DGRAM_NOT_RUNNING error when chunking request body, #78
- Normalize the output for the second parameter (
bytesSent
). It returns actual number (in case of an error is 0
zero).
1.3.7
- Removed
async
from the dependencies
- Added node.js 18 to the CI
1.3.6
- Updated readme file to reflect custom adapter enforcement.
- Moved to github ci from travis (goodbye old friend)
1.3.5
- Migration to travis.com (added more node.js versions)
- Lodash has been upgraded
1.3.4
- Added milliseconds to the timestamp, #62;
- Adds the correct Typescript typings for function returns and optional params, #57 (by @snoretrain);
- Lodash and Async have been upgraded to
~4.17.20
and ~2.6.3
.