All Versions
110
Latest Version
Avg Release Cycle
22 days
Latest Release
-

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.
  • 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.
  • v1.8.3 Changes

    • ๐ŸŒฒ [issue #450] Fix log.info(null) crash that resulted from #426 in v1.8.2.
  • 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 like log.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.)
  • 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.)