Skip to content

Commit

Permalink
Bump to version 0.22 (#1041)
Browse files Browse the repository at this point in the history
* Bump to version 0.22

Signed-off-by: Xuanwo <[email protected]>

* Fix build

Signed-off-by: Xuanwo <[email protected]>

Signed-off-by: Xuanwo <[email protected]>
  • Loading branch information
Xuanwo authored Dec 4, 2022
1 parent 92babec commit 8905807
Show file tree
Hide file tree
Showing 6 changed files with 51 additions and 11 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.22.0] - 2022-12-05

### Added

- feat: improve temp file organization when enable atomic write in fs (#1017)
- feat: Allow configure LoggingLayer's level (#1021)
- feat: Enable users to specify the cache policy (#1024)
- feat: Implement presign for oss (#1035)

### Changed

- refactor: Polish error handling of different services (#1018)
- refactor: Merge metadata and content cache together (#1020)
- refactor(layer/cache): Allow users implement cache by themselves (#1040)

### Fixed

- fix(services/fs): Make sure writing file is truncated (#1036)

## [v0.21.2] - 2022-11-27

### Added
Expand Down Expand Up @@ -1034,6 +1053,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/).

Hello, OpenDAL!

[v0.22.0]: https://github.com/datafuselabs/opendal/compare/v0.21.2...v0.22.0
[v0.21.2]: https://github.com/datafuselabs/opendal/compare/v0.21.1...v0.21.2
[v0.21.1]: https://github.com/datafuselabs/opendal/compare/v0.21.0...v0.21.1
[v0.21.0]: https://github.com/datafuselabs/opendal/compare/v0.20.1...v0.21.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ keywords = ["storage", "fs", "s3", "azblob", "gcs"]
license = "Apache-2.0"
name = "opendal"
repository = "https://github.com/datafuselabs/opendal"
version = "0.21.2"
version = "0.22.0"

[package.metadata.docs.rs]
all-features = true
Expand Down
18 changes: 14 additions & 4 deletions oay/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion oay/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ clap = { version = "4", features = ["cargo"] }
env_logger = "0.9"
futures = "0.3"
log = "0.4"
opendal = { version = "0.21", path = "../" }
opendal = { version = "0.22", path = "../" }
percent-encoding = "2"
sluice = "0.5"
tokio = { version = "1.20", features = ["rt-multi-thread", "macros"] }
18 changes: 14 additions & 4 deletions oli/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion oli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ anyhow = "1"
clap = { version = "4", features = ["cargo", "string"] }
env_logger = "0.9"
log = "0.4"
opendal = { version = "0.21", path = "../" }
opendal = { version = "0.22", path = "../" }
tokio = { version = "1.20", features = ["fs", "macros", "rt-multi-thread"] }

[dev-dependencies]
Expand Down

1 comment on commit 8905807

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented on 8905807 Dec 4, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for opendal ready!

✅ Preview
https://opendal-awp362g1n-databend.vercel.app

Built with commit 8905807.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.