Skip to content

v0.3.0

Compare
Choose a tag to compare
@anden3 anden3 released this 14 Nov 14:35
· 21 commits to main since this release

New Features

  • replace several Into impls with From

New Features (BREAKING)

  • replace reqwest with ureq
    To bring down the dependency count and complexity, the HTTP client has
    been replaced by a simpler sync one.
  • add sso feature and change id traits
    Add an opt-out feature to store VideoId and ChannelId in a smartstring type.
    Remove From impls for IDs, and impl TryFrom instead, to force the use of valid IDs.

Commit Statistics

  • 15 commits contributed to the release over the course of 23 calendar days.
  • 15 commits where understood as conventional.
  • 0 issues like '(#ID)' where seen in commit messages

Commit Details

view details
  • Uncategorized
    • re-enable disabled test (4ff2966)
    • remove missed itertools usage (8dbcc1a)
    • remove unneeded regex perf feature (f3ff4a2)
    • replace reqwest with ureq (d8245fd)
    • replace futures with futures-core (264f199)
    • remove dependency on async-stream proc macros (d3ba2a4)
    • replace thiserror and miette with quick_error (0689e30)
    • remove mostly unused tracing dependency (c0fc601)
    • remove dependency on serde-enum-str (fab6091)
    • remove dependency on strum (f200104)
    • remove itertools dependency (cfe3878)
    • remove dependency on serde_with proc-macros (c28ff91)
    • add sso feature and change id traits (fd20388)
    • replace several Into impls with From (632b886)
    • add logging to Client streaming (8ea9341)