Releases: kkamkou/node-gelf-pro
Releases · kkamkou/node-gelf-pro
0.6.1
- UTF8 encoding is longer than the max length 32766, #9
0.6.0
- It is not possible to send a date object as extra, #8
This change has a potential impact on compatibility. See the README.md for more details.
0.5.1
- UDP adapter is covered by 100%
- Added coveralls badge
0.5.0
- Add filtering functionality, #3
- Functionality to broadcast messages, #5
0.4.0
- Add console like aliases, #4
- More node versions in travis
0.3.0
- Allow to pass an Error object to the message field, #2
- async, lodash upgraded
0.2.0
- TCP adapter added.
- Fixed issue with invalid detection of the name of a nested extra field.
- Docker image added (for testing).
- Tests are improved.