From c913415981aa0d05f4722a20c71f38dc51a4bf2f Mon Sep 17 00:00:00 2001 From: Xuanwo Date: Mon, 13 Feb 2023 16:07:18 +0800 Subject: [PATCH] Bump to version 0.27.1 (#1336) Signed-off-by: Xuanwo --- CHANGELOG.md | 19 +++++++++++++++++++ Cargo.toml | 2 +- binaries/oay/Cargo.lock | 2 +- binaries/oli/Cargo.lock | 2 +- 4 files changed, 22 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83458a8a1202..4a668d9d3093 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,25 @@ 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.27.1] - 2023-02-13 + +### Added + +- feat: Add username and password support for WebDAV (#1323) +- ci: Add test case for webdav with basic auth (#1327) +- feat(oli): support s3 uri without profile (#1328) +- feat: Add scan support for kv adapter (#1333) +- feat: Add scan support for sled (#1334) + +### Changed + +- chore(deps): update moka requirement from 0.9 to 0.10 (#1331) +- chore(deps): update rocksdb requirement from 0.19 to 0.20 (#1332) + +### Fixed + +- fix(services/oss,s3): Metadata should be marked as complete (#1335) + ## [v0.27.0] - 2023-02-11 ### Added diff --git a/Cargo.toml b/Cargo.toml index 9efe4ba440fa..92d7c92c8652 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.27.0" +version = "0.27.1" # MSRV of OpenDAL. Please update this field while bump. rust-version = "1.60" diff --git a/binaries/oay/Cargo.lock b/binaries/oay/Cargo.lock index 744b5e0b41d3..e94ec37ce05c 100644 --- a/binaries/oay/Cargo.lock +++ b/binaries/oay/Cargo.lock @@ -1105,7 +1105,7 @@ checksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66" [[package]] name = "opendal" -version = "0.27.0" +version = "0.27.1" dependencies = [ "anyhow", "async-compat", diff --git a/binaries/oli/Cargo.lock b/binaries/oli/Cargo.lock index 50cb9804dbac..89d2d99e74d8 100644 --- a/binaries/oli/Cargo.lock +++ b/binaries/oli/Cargo.lock @@ -812,7 +812,7 @@ checksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66" [[package]] name = "opendal" -version = "0.27.0" +version = "0.27.1" dependencies = [ "anyhow", "async-compat",