Skip to content

Releases: kkamkou/node-gelf-pro

1.3.12

27 Jun 10:35
a6e835b
Compare
Choose a tag to compare
  • Added Node.js 22 to the tests env.
  • Readme updated

Full Changelog: 1.3.11...1.3.12

1.3.11

12 Jan 16:47
f321254
Compare
Choose a tag to compare
  • Test failing with Uncaught AssertionError on node 21, #90

Full Changelog: 1.3.10...1.3.11

1.3.10

27 Nov 15:50
8105001
Compare
Choose a tag to compare
  • 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.9

13 Oct 19:52
029909d
Compare
Choose a tag to compare

1.3.8

08 Jun 20:49
2bbe87a
Compare
Choose a tag to compare

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

08 May 16:37
de08fe4
Compare
Choose a tag to compare
  • Removed async from the dependencies
  • Added node.js 18 to the CI

1.3.6

29 Oct 12:13
f1cd37f
Compare
Choose a tag to compare
  • Updated readme file to reflect custom adapter enforcement.
  • Moved to github ci from travis (goodbye old friend)

1.3.5

06 Apr 11:49
046b727
Compare
Choose a tag to compare
  • Migration to travis.com (added more node.js versions)
  • Lodash has been upgraded

1.3.4

25 Aug 17:44
Compare
Choose a tag to compare
  • 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.

1.3.3

17 Jul 14:20
36921fe
Compare
Choose a tag to compare
  • Add return value types to all functions #55