Skip to content

Latest commit

 

History

History
62 lines (37 loc) · 1.83 KB

CHANGELOG.md

File metadata and controls

62 lines (37 loc) · 1.83 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.4.0 - 2024-07-22

Changed

  • BREAKING: change duration from Duration to Option<Duration> because some entries (e.g. livestreams) don't have a duration

0.3.1 - 2024-05-23

Added

0.3.0 - 2024-03-27

Changed

  • BREAKING: Update reqwest to v0.12.x which is based on hyper, http and http-body v1

0.2.0 - 2023-10-14

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>

0.1.2 - 2023-10-06

Fixed

  • Replace Error::cause with Error::source
  • Change QueryInfo deserialization to adapt to upstream changes

0.1.1 - 2023-10-04

Fixed

  • Make QueryResult fields public

0.1.0 - 2023-10-03

Added

  • Initial release