From 60cac6f6115000ce6608ab4f3455d819977c527e Mon Sep 17 00:00:00 2001 From: Xuanwo Date: Sat, 1 Oct 2022 20:24:36 +0800 Subject: [PATCH] Bump to version 0.18.2 (#784) Signed-off-by: Xuanwo Signed-off-by: Xuanwo --- CHANGELOG.md | 16 ++++++++++++++++ Cargo.toml | 2 +- oay/Cargo.lock | 3 ++- oli/Cargo.lock | 3 ++- 4 files changed, 21 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 177528322368..bd12cee843d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,21 @@ 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.18.2] - 2022-10-01 + +### Added + +- feat: Enable retry layer by default (#781) + +### Changed + +- ci: Enable IPFS NoFecth to avoid networking timeout (#780) +- ci: Build all feature in release to prevent build failure under release profile (#783) + +### Fixed + +- fix: Fix build error under release profile (#782) + ## [v0.18.1] - 2022-10-01 ### Fixed @@ -795,6 +810,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/). Hello, OpenDAL! +[v0.18.2]: https://github.com/datafuselabs/opendal/compare/v0.18.1...v0.18.2 [v0.18.1]: https://github.com/datafuselabs/opendal/compare/v0.18.0...v0.18.1 [v0.18.0]: https://github.com/datafuselabs/opendal/compare/v0.17.4...v0.18.0 [v0.17.4]: https://github.com/datafuselabs/opendal/compare/v0.17.3...v0.17.4 diff --git a/Cargo.toml b/Cargo.toml index 60d25643200d..7fdc221febbe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ keywords = ["storage", "fs", "s3", "azblob", "gcs"] license = "Apache-2.0" name = "opendal" repository = "https://github.com/datafuselabs/opendal" -version = "0.18.1" +version = "0.18.2" [package.metadata.docs.rs] all-features = true diff --git a/oay/Cargo.lock b/oay/Cargo.lock index 3e9d0e6e2617..81536025dbb7 100644 --- a/oay/Cargo.lock +++ b/oay/Cargo.lock @@ -1064,11 +1064,12 @@ checksum = "e82dad04139b71a90c080c8463fe0dc7902db5192d939bd0950f074d014339e1" [[package]] name = "opendal" -version = "0.18.1" +version = "0.18.2" dependencies = [ "anyhow", "async-compat", "async-trait", + "backon", "base64", "bytes", "flagset", diff --git a/oli/Cargo.lock b/oli/Cargo.lock index bf7a249a8c4a..00219eff5bf7 100644 --- a/oli/Cargo.lock +++ b/oli/Cargo.lock @@ -807,11 +807,12 @@ checksum = "e82dad04139b71a90c080c8463fe0dc7902db5192d939bd0950f074d014339e1" [[package]] name = "opendal" -version = "0.18.1" +version = "0.18.2" dependencies = [ "anyhow", "async-compat", "async-trait", + "backon", "base64", "bytes", "flagset",