Releases: aschey/stream-download-rs
Releases · aschey/stream-download-rs
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