Skip to content

Releases: kkamkou/node-gelf-pro

1.4.0

Choose a tag to compare

@kkamkou kkamkou released this 02 Jan 19:36
45872e7
  • [UDP Adapter] Chunked Message Sending Failure on Network Exceptions, closes #97
  • Update gihub actions

1.3.12

Choose a tag to compare

@kkamkou kkamkou released this 27 Jun 10:35
a6e835b
  • Added Node.js 22 to the tests env.
  • Readme updated

Full Changelog: 1.3.11...1.3.12

1.3.11

Choose a tag to compare

@kkamkou kkamkou released this 12 Jan 16:47
f321254
  • Test failing with Uncaught AssertionError on node 21, #90

Full Changelog: 1.3.10...1.3.11

1.3.10

Choose a tag to compare

@kkamkou kkamkou released this 27 Nov 15:50
8105001
  • 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

Choose a tag to compare

@kkamkou kkamkou released this 13 Oct 19:52
029909d

1.3.8

Choose a tag to compare

@kkamkou kkamkou released this 08 Jun 20:49
2bbe87a

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

Choose a tag to compare

@kkamkou kkamkou released this 08 May 16:37
de08fe4
  • Removed async from the dependencies
  • Added node.js 18 to the CI

1.3.6

Choose a tag to compare

@kkamkou kkamkou released this 29 Oct 12:13
f1cd37f
  • Updated readme file to reflect custom adapter enforcement.
  • Moved to github ci from travis (goodbye old friend)

1.3.5

Choose a tag to compare

@kkamkou kkamkou released this 06 Apr 11:49
046b727
  • Migration to travis.com (added more node.js versions)
  • Lodash has been upgraded

1.3.4

Choose a tag to compare

@kkamkou kkamkou released this 25 Aug 17:44
  • 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.