Skip to content

Commit 4c1d566

Browse files
authored
release: Bump to version 0.50.2 Round 1 (#5278)
1 parent c471b56 commit 4c1d566

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+695
-704
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,36 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
77

88
<!-- Release notes generated using configuration in .github/release.yml at main -->
99

10+
## [v0.50.2] - 2024-11-04
11+
12+
### Added
13+
* feat(services/ftp): List dir shows last modified timestamp by @erickguan in https://github.com/apache/opendal/pull/5213
14+
* feat(bindings/d): add D bindings support by @kassane in https://github.com/apache/opendal/pull/5181
15+
* feat(bindings/python): add sync `File.readline` by @TennyZhuang in https://github.com/apache/opendal/pull/5271
16+
* feat(core/services-azblob): support user defined metadata by @jorgehermo9 in https://github.com/apache/opendal/pull/5274
17+
* feat(core/services-s3): try load endpoint from config by @TennyZhuang in https://github.com/apache/opendal/pull/5279
18+
### Changed
19+
* refactor(bin/oli): use `clap_derive` to reduce boilerplate code by @koushiro in https://github.com/apache/opendal/pull/5233
20+
### Fixed
21+
* fix: add all-features flag for opendal_compat doc build by @XmchxUp in https://github.com/apache/opendal/pull/5234
22+
* fix(integrations/compat): Capability has different fields by @Xuanwo in https://github.com/apache/opendal/pull/5236
23+
* fix(integration/compat): Fix opendal 0.50 OpList has new field by @Xuanwo in https://github.com/apache/opendal/pull/5238
24+
* fix(integrations/compat): Fix dead loop happened during list by @Xuanwo in https://github.com/apache/opendal/pull/5240
25+
### Docs
26+
* docs: Move our release process to github discussions by @Xuanwo in https://github.com/apache/opendal/pull/5217
27+
* docs: change "Github" to "GitHub" by @MohammadLotfiA in https://github.com/apache/opendal/pull/5250
28+
### CI
29+
* ci(asf): Don't add `[DISCUSS]` prefix for discussion by @Xuanwo in https://github.com/apache/opendal/pull/5210
30+
* build: enable services-mysql for Java and Python bindings by @tisonkun in https://github.com/apache/opendal/pull/5222
31+
* build(binding/python): Support Python 3.13 by @Zheaoli in https://github.com/apache/opendal/pull/5248
32+
### Chore
33+
* chore(bin/*): remove useless deps by @koushiro in https://github.com/apache/opendal/pull/5212
34+
* chore: tidy up c binding build and docs by @tisonkun in https://github.com/apache/opendal/pull/5243
35+
* chore(core/layers): adjust await point to simplify combinator code by @koushiro in https://github.com/apache/opendal/pull/5255
36+
* chore(core/blocking_operator): deduplicate deprecated `is_exist` logic by @simonsan in https://github.com/apache/opendal/pull/5261
37+
* chore(deps): bump actions/cache from 3 to 4 by @dependabot in https://github.com/apache/opendal/pull/5262
38+
* chore: run object_store tests in CI by @jorgehermo9 in https://github.com/apache/opendal/pull/5268
39+
1040
## [v0.50.1] - 2024-10-20
1141

1242
### Added

bin/oay/Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bin/oay/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ homepage = "https://opendal.apache.org/"
2727
license = "Apache-2.0"
2828
repository = "https://github.com/apache/opendal"
2929
rust-version = "1.75"
30-
version = "0.41.12"
30+
version = "0.41.13"
3131

3232
[features]
3333
default = ["frontends-webdav", "frontends-s3"]

0 commit comments

Comments
 (0)