All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog
7.2.0 - 2020-11-29
- Minimum supported Rust version bumped to 1.44 (due to
nom 6
) crossbeam-channel
dependency was bumped to 0.5nom
dependency was bumped to 6.0.1base64
dependency was bumped to 0.13
7.1.0 - 2020-05-21
- Minimal rust version was increased to 1.37.0
base64
dependency was bumped to 0.12
7.0.0 - 2019-12-20
std::error:Error
implementation for internal Error types:CreationError
,AdditionError
,SubtractionError
,RecordError
,UsizeTypeTooSmall
,DeserializeError
,IntervalLogWriterError
,V2DeflateSerializeError
,V2SerializeError
- Changelog
DeserializeError
andV2DeflateSerializeError
lost derived traits:PartialEq
,Eq
,Clone
,Copy
- Inner error type from
std::io::ErrorKind
tostd::io::Error
in types:DeserializeError
,V2DeflateSerializeError
,V2SerializeError
,IntervalLogWriterError
to supportDisplay
.