lumberjack v2.1 Release Notes

Release Date: 2017-05-31 // almost 7 years ago
  • ๐Ÿ‘ Thanks to the hard work of the devs on Juju, lumberjack now supports compression of backup files.

    ๐ŸŒฒ The one very minor change in behavior is that if you call Rotate(), the rotation will occur in the background, where previously it would rotate on that thread. But since the rotation process now includes compression of log files, we didn't want all that time to be spent inside the mutex.


Previous changes from v1.0

  • Lumberjack is now production-ready!

    From now on, only backwards-compatible changes will be made in v1.x. If I need to change the API in any non-backwards compatible way, it will be done on a separate branch so that existing clients can continue to use 1.0 without breakage.

    ๐ŸŒฒ Happy logging!