Lumberjack Versions Save

lumberjack is a log rolling package for Go

v2.2.1

1 year ago

What's Changed

Full Changelog: https://github.com/natefinch/lumberjack/compare/v2.2.0...v2.2.1

v2.2.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/natefinch/lumberjack/compare/v2.1...v2.2.0

v2.1

6 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.

v2.0

6 years ago

This release is the same version that you've always gotten from go get gopkg.in/natefinch/lumberjack.v2.

I'm making this release mostly to differentiate between it and the new release which will include compression of backups.

v1.0

9 years ago

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!