From 7dad75ebd206716e33f01f095a213e8bb98622ff Mon Sep 17 00:00:00 2001 From: Xuanwo Date: Mon, 22 Aug 2022 08:46:40 +0800 Subject: [PATCH] Bump to version 0.13.1 (#551) Signed-off-by: Xuanwo Signed-off-by: Xuanwo --- CHANGELOG.md | 14 ++++++++++++++ Cargo.toml | 2 +- oay/Cargo.lock | 9 +++++---- oay/Cargo.toml | 4 ++-- oli/Cargo.lock | 20 ++++++++++++++++---- oli/Cargo.toml | 4 ++-- 6 files changed, 40 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89c19b3fc1b..075b7fa1f7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/) and this project adheres to [Semantic Versioning](https://semver.org/). +## [v0.13.1] - 2022-08-22 + +### Added + +- feat: Add walk for BatchOperator (#543) +- feat: Mark Scheme non_exhaustive and extendable (#544) +- feat: Try to limit the max_connections for http client (#545) +- feat: Implement huaweicloud obs service read support (#540) + +### Docs + +- docs: Fix gcs is missing from index (#546) + ## [v0.13.0] - 2022-08-17 ### Added @@ -569,6 +582,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/). Hello, OpenDAL! +[v0.13.1]: https://github.com/datafuselabs/opendal/compare/v0.13.0...v0.13.1 [v0.13.0]: https://github.com/datafuselabs/opendal/compare/v0.12.0...v0.13.0 [v0.12.0]: https://github.com/datafuselabs/opendal/compare/v0.11.4...v0.12.0 [v0.11.4]: https://github.com/datafuselabs/opendal/compare/v0.11.3...v0.11.4 diff --git a/Cargo.toml b/Cargo.toml index 4b030df1096..179d85c6f5c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ keywords = ["storage", "data", "s3", "azblob", "gcs"] license = "Apache-2.0" name = "opendal" repository = "https://github.com/datafuselabs/opendal" -version = "0.13.0" +version = "0.13.1" [package.metadata.docs.rs] all-features = true diff --git a/oay/Cargo.lock b/oay/Cargo.lock index 42d1434e78c..78254b5b97a 100644 --- a/oay/Cargo.lock +++ b/oay/Cargo.lock @@ -1128,7 +1128,7 @@ dependencies = [ [[package]] name = "oay" -version = "0.13.0" +version = "0.13.1" dependencies = [ "actix-web", "anyhow", @@ -1148,7 +1148,7 @@ checksum = "18a6dbe30758c9f83eb00cbea4ac95966305f5a7772f3f42ebfc7fc7eddbd8e1" [[package]] name = "opendal" -version = "0.13.0" +version = "0.13.1" dependencies = [ "anyhow", "async-compat", @@ -1413,9 +1413,9 @@ checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244" [[package]] name = "reqsign" -version = "0.3.0" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e8cdb1fd992664b9ec136dc07ea1d4b6e9debc099a1ad691c2eaad1b1efdb08" +checksum = "089ba78fc07022b47d4cde6cebafbf2e756609ec3e83198c238529dcc59c4d17" dependencies = [ "anyhow", "backon", @@ -1435,6 +1435,7 @@ dependencies = [ "rust-ini", "serde", "serde_json", + "sha1", "sha2", "time", ] diff --git a/oay/Cargo.toml b/oay/Cargo.toml index a329fb5467d..e48c9e03723 100644 --- a/oay/Cargo.toml +++ b/oay/Cargo.toml @@ -8,7 +8,7 @@ keywords = ["storage", "data", "s3", "fs", "azblob"] license = "Apache-2.0" name = "oay" repository = "https://github.com/datafuselabs/opendal" -version = "0.13.0" +version = "0.13.1" [dependencies] actix-web = "4.1" @@ -17,7 +17,7 @@ clap = { version = "3.2", features = ["cargo"] } env_logger = "0.9" futures = "0.3" log = "0.4" -opendal = "0.13.0" +opendal = "0.13.1" tokio = { version = "1.20", features = ["rt-multi-thread", "macros"] } # Please comment the following patch while releasing. diff --git a/oli/Cargo.lock b/oli/Cargo.lock index f8aa2eeb1cf..9f585f4325c 100644 --- a/oli/Cargo.lock +++ b/oli/Cargo.lock @@ -745,7 +745,7 @@ dependencies = [ [[package]] name = "oli" -version = "0.13.0" +version = "0.13.1" dependencies = [ "anyhow", "clap", @@ -762,7 +762,7 @@ checksum = "18a6dbe30758c9f83eb00cbea4ac95966305f5a7772f3f42ebfc7fc7eddbd8e1" [[package]] name = "opendal" -version = "0.13.0" +version = "0.13.1" dependencies = [ "anyhow", "async-compat", @@ -1021,9 +1021,9 @@ checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244" [[package]] name = "reqsign" -version = "0.3.0" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e8cdb1fd992664b9ec136dc07ea1d4b6e9debc099a1ad691c2eaad1b1efdb08" +checksum = "089ba78fc07022b47d4cde6cebafbf2e756609ec3e83198c238529dcc59c4d17" dependencies = [ "anyhow", "backon", @@ -1043,6 +1043,7 @@ dependencies = [ "rust-ini", "serde", "serde_json", + "sha1", "sha2", "time", ] @@ -1125,6 +1126,17 @@ dependencies = [ "serde", ] +[[package]] +name = "sha1" +version = "0.10.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c77f4e7f65455545c2153c1253d25056825e77ee2533f0e41deb65a93a34852f" +dependencies = [ + "cfg-if", + "cpufeatures", + "digest", +] + [[package]] name = "sha2" version = "0.10.2" diff --git a/oli/Cargo.toml b/oli/Cargo.toml index 413c8a49818..41ee38bf296 100644 --- a/oli/Cargo.toml +++ b/oli/Cargo.toml @@ -8,14 +8,14 @@ keywords = ["storage", "data", "s3", "fs", "azblob"] license = "Apache-2.0" name = "oli" repository = "https://github.com/datafuselabs/opendal" -version = "0.13.0" +version = "0.13.1" [dependencies] anyhow = "1.0" clap = { version = "3.2", features = ["cargo"] } env_logger = "0.9" log = "0.4" -opendal = "0.13.0" +opendal = "0.13.1" # Please comment the following patch while releasing. [patch.crates-io]