log4rs v0.11.0 Release Notes

Release Date: 2020-03-11 // about 4 years ago
  • ๐ŸŽ A performance issue was discovered with gzip and rolling logs, the background_rotation feature was
    โž• added to mitigate this by spawning a background thread to perform the rotation in. Shout out to @yakov-bakhmatov
    for the PR!

    ๐Ÿ†• New

    • ๐ŸŒฒ background_rotation feature which rotates and compresses log archives in a background thread.

    ๐Ÿ”„ Changed

    • ๐Ÿ—„ Deprecate xml feature in preparation for removal.
    • ๐Ÿ“„ Simplify and increase visibility of docs.
    • ๐Ÿ”€ Swap some synchronization primitives to use parking_lot implementations.