Skip to content

Commit

Permalink
0.15.11 release
Browse files Browse the repository at this point in the history
  • Loading branch information
digizeph committed Jan 27, 2024
1 parent e7902a9 commit 32105d0
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

All notable changes to this project will be documented in this file.

## v0.15.11 - 2024-01-27

### Library changes

- switch to `rustls` as the default TLS backend
- add `oneio::download_with_retry` function to allow retrying download
- add `oneio::get_sha256_digest` function to library to calculate SHA256 digest of a file

### CLI changes

- add `oneio digest FILE` command to calculate file SHA256 digest

### Misc

- 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
- update README.md to reflect the recent changes

## v0.15.10 - 2024-01-26

### Hot fix
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "oneio"
version = "0.15.10"
version = "0.15.11"
authors = ["Mingwei Zhang <mingwei@bgpkit.com>"]
edition = "2021"
readme = "README.md"
Expand Down

0 comments on commit 32105d0

Please sign in to comment.