Skip to content

Commit

Permalink
Bump to version 0.25.2 (#1255)
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <[email protected]>
  • Loading branch information
Xuanwo authored Jan 30, 2023
1 parent 69894d1 commit c1f2599
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 3 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,30 @@ 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.25.2] - 2023-01-30

### Added

- feat: Add basic object_store support (#1243)
- feat: Implement webdav support (#1246)
- feat: Allow passing content_type to OSS presign (#1252)
- feat: Make sure short functions have been inlined (#1253)

### Changed

- refacor(services/fs): Make normalized path check optional (#1242)

### Docs

- docs(http): remove out-dated comments (#1240)
- docs: Add bindings in README (#1244)
- docs: Add docs for webdav and http services (#1248)
- docs: Add webdav in lib docs (#1249)

### Fixed

- fix(services/ghac): Fix log message for ghac_upload in write (#1239)

## [v0.25.1] - 2023-01-27

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

Hello, OpenDAL!

[v0.25.2]: https://github.com/datafuselabs/opendal/compare/v0.25.1...v0.25.2
[v0.25.1]: https://github.com/datafuselabs/opendal/compare/v0.25.0...v0.25.1
[v0.25.0]: https://github.com/datafuselabs/opendal/compare/v0.24.6...v0.25.0
[v0.24.6]: https://github.com/datafuselabs/opendal/compare/v0.24.5...v0.24.6
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ keywords = ["storage", "fs", "s3", "azblob", "gcs"]
license = "Apache-2.0"
name = "opendal"
repository = "https://github.com/datafuselabs/opendal"
version = "0.25.1"
version = "0.25.2"
# MSRV of OpenDAL. Please update this field while bump.
rust-version = "1.60"

Expand Down
2 changes: 1 addition & 1 deletion binaries/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 binaries/oli/Cargo.lock

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

2 comments on commit c1f2599

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented on c1f2599 Jan 30, 2023

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-9og089l5e-databend.vercel.app
https://opendal-git-refstagsv0252.vercel.app

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

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

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

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'Rust Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: c1f2599 Previous: 69894d1 Ratio
service_memory_read_full/256 KiB 30290 ns/iter (± 979) 13122 ns/iter (± 56) 2.31
service_fs_write_once/4.00 KiB 518498 ns/iter (± 144978) 225601 ns/iter (± 63313) 2.30
service_memory_write_once/256 KiB 94661 ns/iter (± 4652) 42512 ns/iter (± 234) 2.23

This comment was automatically generated by workflow using github-action-benchmark.

CC: @Xuanwo

Please sign in to comment.