Skip to content

Releases: aschey/stream-download-rs

v0.6.0

06 Jul 05:01
75bb6bb
Compare
Choose a tag to compare

Bug Fixes

  • Don't enable rustls for docs build (#64) - (f292373)

Dependencies

  • (deps) Update rstest requirement from 0.18.2 to 0.19.0 (#56) - (5c2a08e)
  • (deps) Update rstest requirement from 0.19.0 to 0.20.0 (#60) - (3a6666c)
  • (deps) Update rodio requirement from 0.17.3 to 0.18.1 (#59) - (b4d6399)
  • (deps) Update rodio requirement from 0.18.1 to 0.19.0 (#63) - (4650daf)
  • (deps) Update rstest requirement from 0.20.0 to 0.21.0 (#62) - (ceb197b)

Features

  • Add utility function for creating custom clients (#52) - (a305f7f)
  • Add stream progress callback (#65) - (8c81a1b)
  • Restart prefetch when seeking into a missing section (#66) - (cd11c47)

Miscellaneous Tasks

v0.5.2

04 Apr 18:43
d84de63
Compare
Choose a tag to compare

Bug Fixes

  • Handle error statuses from http requests (#50) - (a4ec987)

v0.5.1

31 Mar 00:23
e32b9d7
Compare
Choose a tag to compare

Bug Fixes

  • Only log appropriate seek errors (#49) - (b6a900c)

Features

Miscellaneous Tasks

v0.5.0

20 Mar 23:20
1f41951
Compare
Choose a tag to compare

Features

  • (storage) Make tempfile more configurable (#42) - (c71de8b)

Miscellaneous Tasks

  • Update dev-dependencies - (d42514e)

v0.4.2

10 Feb 17:10
bf5e1fa
Compare
Choose a tag to compare

Bug Fixes

  • Use proper buffer size with BoundedStorageProvider when content length is known (#37) - (66182d8)
  • Ensure content length fits within the requested buffer (#39) - (6a15e94)

v0.4.1

08 Feb 04:21
252fd71
Compare
Choose a tag to compare

Bug Fixes

v0.4.0

03 Dec 04:22
8b85282
Compare
Choose a tag to compare

Bug Fixes

  • Set correct msrv in package metadata - (5760cfe)

Miscellaneous Tasks

Refactor

  • Reader and writer creation now one method (#14) - (aca2585)
  • Refactor stream internals (#32) - (b4d84b5)

Testing

v0.3.0

05 Sep 03:16
Compare
Choose a tag to compare

Features

  • (storage) Make tempfile storage optional
  • (storage) [breaking] Make storage configurable

Miscellaneous Tasks

  • Scrape doc examples
  • Update toolchain
  • Simplify doc links and add feature labels

Refactor

  • (http) [breaking] Move reqwest module inside the http module

v0.2.0

17 Aug 02:14
Compare
Choose a tag to compare

Bug Fixes

  • (http) Return default error if one is not provided

Features

  • (http) [breaking] Expose stream content type and headers

Miscellaneous Tasks

  • Update git-cliff commit parsers
  • Check for github actions updates
  • Update ci triggers
  • Update git-cliff changelog format
  • Add dependabot config
  • Add additional rustfmt settings
  • Add conventional commit checks
  • Add git cliff configuration
  • Add release-plz