Skip to content

Commit

Permalink
Bump to version 0.19.8 (#923)
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <[email protected]>

Signed-off-by: Xuanwo <[email protected]>
  • Loading branch information
Xuanwo authored Nov 13, 2022
1 parent 6243656 commit a5dbb9b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,23 @@ 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.19.8] - 2022-11-13

## Added

- feat(services/moka): Use entry's bytes as capacity weigher (#914)
- feat: Implement rocksdb service (#913)

## Changed

- refactor: Reduce backend builder log level to debug (#907)
- refactor: Remove deprecated features (#920)
- refactor: use moka::sync::SegmentedCache (#921)

## Fixed

- fix(http): Check already read size before returning (#919)

## [v0.19.7] - 2022-10-31

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

Hello, OpenDAL!

[v0.19.8]: https://github.com/datafuselabs/opendal/compare/v0.19.7...v0.19.8
[v0.19.7]: https://github.com/datafuselabs/opendal/compare/v0.19.6...v0.19.7
[v0.19.6]: https://github.com/datafuselabs/opendal/compare/v0.19.5...v0.19.6
[v0.19.5]: https://github.com/datafuselabs/opendal/compare/v0.19.4...v0.19.5
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.19.7"
version = "0.19.8"

[package.metadata.docs.rs]
all-features = true
Expand Down

1 comment on commit a5dbb9b

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented on a5dbb9b Nov 13, 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-3ecafho98-databend.vercel.app
https://opendal-git-refstagsv0198.vercel.app

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

Please sign in to comment.