All Versions
13
Latest Version
Avg Release Cycle
103 days
Latest Release
1365 days ago

Changelog History
Page 1

  • v1.0.0-alpha

    July 23, 2020
  • v0.13.0 Changes

    July 22, 2020

    ๐Ÿ†• New

    ๐Ÿ”„ Changed

    • โšก๏ธ Update serde-xml-rs to 0.4.
    • โšก๏ธ Update parking_lot to 0.11.

    ๐Ÿ›  Fixed

    • Fix bug where both pattern_encoder and json_encoder features need to be active to use either.
  • v0.12.0 Changes

    May 06, 2020

    ๐Ÿ†• New

    • ๐Ÿ‘ฏ Derived Clone for Handle.

    ๐Ÿ”„ Changed

    ๐Ÿ›  Fixed

    • ๐Ÿ— Build warnings
    • ๐Ÿ“„ Docs typo
  • v0.11.0 Changes

    March 11, 2020

    ๐ŸŽ 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.
  • v0.10.0 Changes

    January 31, 2020

    ๐Ÿš€ This is a big release as we're moving to rust 2018 edition!

    ๐Ÿ†• New

    • More badges in the readme.

    ๐Ÿ”„ Changed

    • ๐Ÿ‘‰ Use rust 2018 edition.
    • Minimum rust version is 1.38.0
    • โšก๏ธ Update arcswap, serde-value and serde-xml-rs.

    ๐Ÿ›  Fixed

    • ๐Ÿ—„ Deprecate len method on rolling_file.
    • ๐Ÿ Windows build issue after 2018 edition.
  • v0.9.0 Changes

    November 29, 2019

    ๐Ÿ†• New

    • Logger is now public.
    • PatternEncoder now has the pid.
    • ๐Ÿ‘ฏ Many config structs are now Clone and Debug for convenience.
    • JSON logger example added.
    • ๐ŸŒฒ File logging example added.

    ๐Ÿ›  Fixed

    • Hierarchical Changelog
    • No longer looking for maintainer.
  • v0.8.3 Changes

    April 02, 2019

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed Cargo.toml badge.
  • v0.8.2 Changes

    April 02, 2019

    ๐Ÿ”„ Changed

    • Switched from crossbeam's ArcCell to arc-swap's ArcSwap internally.
    • โฌ†๏ธ Upgraded toml to 0.5.
  • v0.8.1 Changes

    October 17, 2018

    ๐Ÿ†• New

    • ๐Ÿ‘Œ Support thread IDs in both JSON and pattern encoders.

    ๐Ÿ”„ Changed

    • โฌ†๏ธ Upgraded to serde_yaml 0.8.
  • v0.8.0 Changes

    December 25, 2017

    ๐Ÿ†• New

    • ๐Ÿ‘ XML-formatted config files are now supported.
    • โž• Added the Append::flush method.

    ๐Ÿ”„ Changed

    • โฌ†๏ธ Upgraded to log 0.4.