All Versions
110
Latest Version
Avg Release Cycle
22 days
Latest Release
-
Changelog History
Page 2
Changelog History
Page 2
-
v1.8.8 Changes
March 03, 2017- ๐ Fix breakage due to a silly last minute "fix 'make check'".
-
v1.8.7 Changes
March 03, 2017๐ Note: Bad release. Use 1.8.8 or later.
- ๐ [issue #484] Fix breakage due to #474 in previous release.
-
v1.8.6 Changes
March 03, 2017๐ Note: Bad release. Use 1.8.7 or later.
- ๐ฒ [issue #474] Bunyan's
safeCycles
is too slow when logging large objects.
- ๐ฒ [issue #474] Bunyan's
-
v1.8.5 Changes
- ๐ [issue #401] Improved performance when using disabled log levels.
-
v1.8.4 Changes
- [issue #454] Fix
src
usage with node v7.
- [issue #454] Fix
-
v1.8.3 Changes
- ๐ฒ [issue #450] Fix
log.info(null)
crash that resulted from #426 in v1.8.2.
- ๐ฒ [issue #450] Fix
-
v1.8.2 Changes
- ๐ [issue #449] Bump dtrace-provider dep to 0.7.0 to help avoid deprecation warnings with node v6 in some cases.
- ๐ฒ [issue #426] Ensure
log.info({err: err})
results in a "msg" value, just likelog.info(err)
.
-
v1.8.1 Changes
- [pull #386] Fix bad bug in rotation that could cause a crash with error message "cannot start a rotation when already rotating" (by Frankie O'Rourke). The bug was introduced in 1.8.0.
-
v1.8.0 Changes
๐ Note: Bad release. An addition in this release broke 'rotating-file' usage. ๐ Use 1.8.1 or later.
- [issue #370] Fix
bunyan -p ...
(i.e. DTrace integration) on node 4.x and 5.x. - โก๏ธ [issue #329, pull #330] Update the 'rotating-file' stream to do a file rotation on initialization if the mtime on the file path indicates the last rotation time was missed -- i.e. if the app wasn't running at the time. (by Paul Milham.)
- [issue #370] Fix
-
v1.7.1 Changes
[issue #332, pull #355] Ensure stream for type='stream' stream is a writable stream. (By Michael Nisi.)
๐ง [issue #344] Fix "rotating-file" Bunyan streams to not miss rotations when configured for a period greater than approximately 25 days. Before this there was an issue where periods greater than node.js's maximum
setTimeout
length would fail to rotate. (By Martijn Schrage.)[issue #234, pull #345] Improve
bunyan
CLI rendering of "res" field HTTP responses to not show two blank lines for an empty body. (By Michael Nisi.)