Releases: microsoft/avml
Releases · microsoft/avml
v0.9.0
v0.8.0
v0.7.0
- add
--version
support toavml-convert
(#79) - update 1st and 3rd-party libraries (#80, #81, #82, #83, #84, #85, #86, #88, #89, #90, #91, #93, #94, #95, #96, #98, #101, #103, #104, #108, #111)
- fix typo for release process document (#99)
- add optional upload status indicators (#97)
- cleanup reading
/proc/kcore
blocks (#102)
v0.6.1
v0.6.0
v0.5.0
- Bump tokio from 1.15.0 to 1.16.1 (#49)
- add component governance to pipeline (#51)
- enable concurrent uploads of blob blocks to Azure Storage accounts (#50)
- add
BlobUploader
api to ease writing streams concurrently to blob storage (#52) - use minimum size from
PT_LOAD
or/proc/iomem
(#48) - migrate to
thiserror
(#53) - use a smaller
codegen-units
for more optimized binaries (#54) - remove needless Result for
iomem::split_ranges
(#55) - update snapshot docs (#56)
- Bump futures from 0.3.19 to 0.3.21 (#58)
- implement a Write counter instead of using Seek (#57)
- updates from nightly clippy (#59)
- move from ADO to GitHub Actions (#60)
v0.4.1
- add
avml-upload
(#15) - use
argh
for argument parsing (#27) - use
Path
instead ofstr
for arguments (#29) - use
azure-sdk-for-rust
crates (#30) (#44) - when writing to
/dev/stdout
without specifying a source, only copy from one source (#35) - update 3rd-party libraries (#36) (#39) (#40) (#41)
- skip 1MB blocks of nulls when running with --compress (#45)
- read 1MB blocks page by page (#46)