forked from egorFiNE/node-graylog
-
Notifications
You must be signed in to change notification settings - Fork 1
/
CHANGELOG
39 lines (30 loc) · 817 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
0.0.12: March 12, 2012
* Dummy version bump in order to push to npm
0.0.11: March 12, 2012
* Removed dependency on node-compress-buffer
* Code cleanup
* Contributors mentioned
0.0.10: November 6, 2011
* Support node 0.6.0+
0.0.9: September 19, 2011
* Work around node 0.5.x crashes
* Added 0.5.x notes
* Added an important requirement of compress-buffer >= 0.4.0
* Added sayHello.js
0.0.8: July 12, 2011
* Minor console log output issue
0.0.7: June 23, 2011
* So much better console output
0.0.6: June 23, 2011
* GLOBAL.graylogSequence
0.0.5: May 14, 2011
* GLOBAL.graylogFacility
* Limit message size to 8k
* Misc typo fixes
0.0.2, 0.0.3, 0.0.4: May 12, 2011
* Exceptions in case the graylog2 is not running
* GLOBAL.graylogToConsole added
* CHANGELOG added
* Bugfixes
0.0.1: May 11, 2011
* initial release