Releases: aschey/stream-download-rs
Releases · aschey/stream-download-rs
v0.14.1
Bug Fixes
- HTTP range end value should be inclusive (#148) - (29ee4ee)
Dependencies
- (deps) Update rstest requirement from 0.23.0 to 0.24.0 (#146) - (54e3edb)
- (deps) Update axum requirement from 0.7.5 to 0.8.1 (#145) - (d4a89d0)
v0.14.0
Dependencies
- (deps) [breaking] Update opendal to 0.51 (#143) - (1901eee)
v0.13.2
Bug Fixes
- Ensure read and seek operations don't go past the end of the stream (#137) - (065e368)
Features
v0.13.1
Features
- Add registry for handling different source types (#135) - (b8384b6)
v0.13.0
Features
- [breaking] Revert default stream behavior to cancel on drop (#132) - (61cd6cc)
v0.12.0
Bug Fixes
- (examples) Create decoder and sink on the same thread (#123) - (5065e78)
- Fix race condition when reporting stream errors (#127) - (594d41d)
Dependencies
- (deps) Allow reqwest-middleware 0.3.-0.4 (#130) - (c0bc067)
Features
- Add setting to cancel stream on drop (#124) - (785d54e)
- Add stream handle (#125) - (6ae481b)
- [breaking] Add SourceStream implementation for AsyncRead (#126) - (bac8c64)
- [breaking] Add SourceStream implementation for processes (#128) - (91f562c)
- Add yt-dlp command wrappers (#129) - (4213bf7)
Refactor
v0.11.2
Dependencies
- (deps) Update rodio requirement from 0.19.0 to 0.20.1 (#118) - (2b27b77)
- (deps) Update thiserror requirement from 1.0.21 to 2.0.1 (#119) - (0741fcc)
v0.11.1
Features
- Add integration with reqwest-middleware (#116) - (a2acbb2)
v0.11.0
Features
- Return error when the stream is cancelled by the user (#111) - (d37e547)
- Allow cancelling the stream within a progress callback (#113) - (d74ac82)
- Add reconnect callback (#114) - (617d6e7)