Releases: d-k-bo/mediathekviewweb-rs
Releases · d-k-bo/mediathekviewweb-rs
v0.4.0
v0.3.1
Added
v0.3.0
Changed
- BREAKING: Update
reqwest
to v0.12.x which is based onhyper
,http
andhttp-body
v1
v0.2.0
Changed
- BREAKING: use
i64
for timestamps - Make timestamp parsing more resilient by accepting both strings and integers
- BREAKING: Deserialize maybe-empty strings as
Option<String>
v0.1.2
Fixed
- Replace
Error::cause
withError::source
- Change
QueryInfo
deserialization to adapt to upstream changes
v0.1.1
Fixed
- Make QueryResult fields public
v0.1.0
Added
- Initial release