Releases: aschey/stream-download-rs
Releases · aschey/stream-download-rs
v0.6.0
Bug Fixes
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
v0.5.1
v0.5.0
v0.4.2
v0.4.1
v0.4.0
Bug Fixes
- Set correct msrv in package metadata - (5760cfe)
Miscellaneous Tasks
- Fix msrv check - (9f7e632)
- Update git cliff config - (4feca94)
- Relax committed lints (#16) - (d4884df)
- Run clippy on examples (#22) - (3501cd1)
- Bump actions/checkout from 3 to 4 (#28) - (68a8b3d)
- Only package rust files - (613861f)
Refactor
- Reader and writer creation now one method (#14) - (aca2585)
- Refactor stream internals (#32) - (b4d84b5)
Testing
v0.3.0
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
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