Skip to content

0.99.0

Compare
Choose a tag to compare
@jqnatividad jqnatividad released this 10 Apr 11:57
· 5720 commits to master since this release

Added

  • added Snappy auto-compression/decompression support. The Snappy format was chosen primarily
    because it supported streaming compression/decompression and is designed for performance. #911
  • added snappy command. Although files ending with the ".sz" extension are automatically compressed/decompressed by qsv, the snappy command offers 4-5x faster multi-threaded compression. It can also be used to check if a file is Snappy-compressed or not, and can be used to compress/decompress ANY file. #911 and #916
  • diff command added to qsvlite and qsvdp binary variants #910
  • to: added stdin support #913

Changed

  • cargo update bump several indirect dependencies
  • pin Rust nightly to 2023-04-09

Full Changelog: 0.98.0...0.99.0