Skip to content

v1.2.0

Compare
Choose a tag to compare
@nathanbabcock nathanbabcock released this 13 Oct 21:17
· 31 commits to main since this release
701b7df

Better download compatibility

by @VirtualPirate in #48

  • Eliminates the dependency on native curl command
  • Deprecates curl and curl_to_file functions; they will be removed in the next major version
  • The new reqwest dependency can be opted out of by disabling the download_ffmpeg feature
  • For more advanced download functionality like async streaming or progress updates, it's encouraged to opt out and roll your own
  • Future work: also replace the dependency on native tar command in the unpack_ffmpeg function (PRs welcome!)

Full Changelog: v1.1.2...v1.2.0