v2.1 - Introducing compression of rotated files
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.