Skip to content

Releases: aschey/stream-download-rs

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