Skip to content

Releases: kkamkou/node-gelf-pro

1.3.2

15 Jul 15:56
3e429ac
Compare
Choose a tag to compare
  • TypeScript typings errors #53
  • lodash version up #54
  • updated travis ci versions of node.js

1.3.1

11 May 12:16
92fa1fb
Compare
Choose a tag to compare
  • Add typscript typings #51 (by joelharkes);
  • async version up;
  • Node.js v12 has been added to the travis configuration.

1.3.0

06 Nov 20:10
c749803
Compare
Choose a tag to compare
  • Added error handling for the UDP adapter, #46
  • DeprecationWarning: Buffer() is deprecated, #44
  • Removed TypeScript definitions (outdated), #30
  • Relative paths in the require sections
  • Node.js v11 is added to the travis configuration
  • Up minor versions of async and lodash
  • Documentation corrections

1.2.2

02 May 14:25
7cee3c7
Compare
Choose a tag to compare
  • node-coveralls security issue (dev. dep.), #43
  • Added node.js v10

1.2.1

03 Apr 09:38
c48bf9c
Compare
Choose a tag to compare
  • UDP adapter max chunks count is changed from 20 to 128, #38
  • Added node.js 9.10
  • async and lodash are upgraded to the latest version
  • Typo in the test suite

1.2.0

03 Nov 13:10
86360e6
Compare
Choose a tag to compare
  • Expand error stack if any, closes #34;
  • Clean null byte from the tcp message, closes #33;
  • Map aliases to default levels, closes #28;
  • Added node.js 9.0; added package-lock.json

1.1.2

15 Sep 10:26
94cbdb7
Compare
Choose a tag to compare
  • BUG: bytes can be at most 32766 in length; got 32767, #31
  • Node.js 8.5 has been added to the testing environment

1.1.1

04 Jul 09:36
Compare
Choose a tag to compare
  • UDP: Error handling of long messages causes Exception in async module #29 (holzig)
  • Dependencies are updated
  • Node.js 8.1 has been added to the testing environment

1.1.0

26 Feb 13:11
Compare
Choose a tag to compare
  • TCP TLS Support #26

1.0.0

20 Dec 22:32
Compare
Choose a tag to compare
  • TCP Timeout creates Exceptions, #25
  • Typescript definitions, #23 (@jucrouzet)
  • Code coverage is 100%
  • lodash is upgraded to the latest version