All Versions
13
Latest Version
Avg Release Cycle
103 days
Latest Release
2150 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.0.0-alpha
July 23, 2020 -
v0.13.0 Changes
July 22, 2020๐ New
๐ Changed
- โก๏ธ Update
serde-xml-rsto0.4. - โก๏ธ Update
parking_lotto0.11.
๐ Fixed
- Fix bug where both
pattern_encoderandjson_encoderfeatures need to be active to use either.
- โก๏ธ Update
-
v0.12.0 Changes
May 06, 2020๐ New
- ๐ฏ Derived
CloneforHandle.
๐ Changed
๐ Fixed
- ๐ Build warnings
- ๐ Docs typo
- ๐ฏ Derived
-
v0.11.0 Changes
March 11, 2020๐ A performance issue was discovered with gzip and rolling logs, the
background_rotationfeature 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_rotationfeature 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_lotimplementations.
- ๐ฒ
-
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-valueandserde-xml-rs.
๐ Fixed
- ๐ Deprecate len method on rolling_file.
- ๐ Windows build issue after 2018 edition.
-
v0.9.0 Changes
November 29, 2019๐ New
Loggeris now public.PatternEncodernow has the pid.- ๐ฏ Many config structs are now
CloneandDebugfor 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
ArcCellto arc-swap'sArcSwapinternally. - โฌ๏ธ Upgraded toml to 0.5.
- Switched from crossbeam's
-
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::flushmethod.
๐ Changed
- โฌ๏ธ Upgraded to log 0.4.