Skip to content

Commit 7f0c9a1

Browse files
authored
Bump version to v0.51.0-rc.3 (#5434)
* bump nodejs/haskell/java binding version Signed-off-by: Manjusaka <[email protected]> * Update release note Signed-off-by: Manjusaka <[email protected]> --------- Signed-off-by: Manjusaka <[email protected]>
1 parent f8221a3 commit 7f0c9a1

File tree

11 files changed

+14
-10
lines changed

11 files changed

+14
-10
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
3333
* feat(core): Add `content_encoding` to `MetaData` by @Frank-III in https://github.com/apache/opendal/pull/5400
3434
* feat:(core): add `content encoding` to `Opwrite` by @Frank-III in https://github.com/apache/opendal/pull/5390
3535
* feat(services/obs): support user defined metadata by @Frank-III in https://github.com/apache/opendal/pull/5405
36+
* feat: impl configurable OperatorOutputStream maxBytes by @tisonkun in https://github.com/apache/opendal/pull/5422
3637
### Changed
3738
* refactor (bindings/zig): Improvements by @kassane in https://github.com/apache/opendal/pull/5247
3839
* refactor: Remove metakey concept by @Xuanwo in https://github.com/apache/opendal/pull/5319
@@ -52,12 +53,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
5253
* fix: oli clippy and CI file by @waynexia in https://github.com/apache/opendal/pull/5389
5354
* fix(services/obs): support huawei.com by @FayeSpica in https://github.com/apache/opendal/pull/5399
5455
* fix(integrations/cloud_filter): use explicit `stat` instead of `Entry::metadata` in `fetch_placeholders` by @ho-229 in https://github.com/apache/opendal/pull/5416
56+
* fix(core): S3 multipart uploads does not set file metadata by @catcatmu in https://github.com/apache/opendal/pull/5430
57+
* fix: always contains path label if configured by @waynexia in https://github.com/apache/opendal/pull/5433
5558
### Docs
5659
* docs: Enable force_orphan to reduce clone size by @Xuanwo in https://github.com/apache/opendal/pull/5289
5760
* docs: Establish VISION for "One Layer, All Storage" by @Xuanwo in https://github.com/apache/opendal/pull/5309
5861
* docs: Polish docs for write with if not exists by @Xuanwo in https://github.com/apache/opendal/pull/5320
5962
* docs(core): add the description of version parameter for operator by @meteorgan in https://github.com/apache/opendal/pull/5144
6063
* docs(core): Add upgrade to v0.51 by @Xuanwo in https://github.com/apache/opendal/pull/5406
64+
* docs: Update release.md by @tisonkun in https://github.com/apache/opendal/pull/5431
6165
### CI
6266
* ci: Remove the token of codspeed by @Xuanwo in https://github.com/apache/opendal/pull/5283
6367
* ci: Allow force push for `gh-pages` by @Xuanwo in https://github.com/apache/opendal/pull/5290

bindings/haskell/opendal.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ cabal-version: 3.0
1717
-- under the License.
1818

1919
name: opendal
20-
version: 0.44.11.0
20+
version: 0.44.14.0
2121
license: Apache-2.0
2222
synopsis: Apache OpenDAL™ Haskell Binding
2323
description:

bindings/java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
<groupId>org.apache.opendal</groupId>
3434
<artifactId>opendal</artifactId>
35-
<version>0.47.4</version>
35+
<version>0.47.6</version>
3636

3737
<name>Apache OpenDAL™</name>
3838
<description>

bindings/nodejs/npm/darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@opendal/lib-darwin-arm64",
33
"repository": "[email protected]/apache/opendal.git",
4-
"version": "0.47.7",
4+
"version": "0.47.8",
55
"os": [
66
"darwin"
77
],

bindings/nodejs/npm/darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opendal/lib-darwin-x64",
3-
"version": "0.47.7",
3+
"version": "0.47.8",
44
"repository": "[email protected]/apache/opendal.git",
55
"os": [
66
"darwin"

bindings/nodejs/npm/linux-arm64-gnu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opendal/lib-linux-arm64-gnu",
3-
"version": "0.47.7",
3+
"version": "0.47.8",
44
"repository": "[email protected]/apache/opendal.git",
55
"os": [
66
"linux"

bindings/nodejs/npm/linux-arm64-musl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opendal/lib-linux-arm64-musl",
3-
"version": "0.47.7",
3+
"version": "0.47.8",
44
"repository": "[email protected]/apache/opendal.git",
55
"os": [
66
"linux"

bindings/nodejs/npm/linux-x64-gnu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opendal/lib-linux-x64-gnu",
3-
"version": "0.47.7",
3+
"version": "0.47.8",
44
"repository": "[email protected]/apache/opendal.git",
55
"os": [
66
"linux"

bindings/nodejs/npm/win32-arm64-msvc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opendal/lib-win32-arm64-msvc",
3-
"version": "0.47.7",
3+
"version": "0.47.8",
44
"repository": "[email protected]/apache/opendal.git",
55
"os": [
66
"win32"

bindings/nodejs/npm/win32-x64-msvc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opendal/lib-win32-x64-msvc",
3-
"version": "0.47.7",
3+
"version": "0.47.8",
44
"repository": "[email protected]/apache/opendal.git",
55
"os": [
66
"win32"

bindings/nodejs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "opendal",
33
"author": "Apache OpenDAL <[email protected]>",
4-
"version": "0.47.7",
4+
"version": "0.47.8",
55
"license": "Apache-2.0",
66
"main": "index.js",
77
"types": "index.d.ts",

0 commit comments

Comments
 (0)