Skip to content

v0.16.0

Choose a tag to compare

@github-actions github-actions released this 29 Jan 15:19
· 165 commits to main since this release
d6a7e1f

Breaking changes

  • switch to rustls as the default TLS backend
  • cleaned up the feature flags
    • removed no-cache and vendored-openssl flags
    • removed openssl optional dependency
    • add digest feature flag to allow calculating SHA256 digest of a file, enabled by default

Library changes

  • add oneio::download_with_retry function to allow retrying download
  • add oneio::get_sha256_digest function to the library to calculate SHA256 digest of a file

CLI changes

  • add oneio digest FILE command to calculate file SHA256 digest