Skip to content

v0.11.0

Compare
Choose a tag to compare
@estk estk released this 11 Mar 17:34
d05c18b

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.