Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Bump package versions #4989

Merged
merged 1 commit into from
Aug 9, 2024
Merged

chore: Bump package versions #4989

merged 1 commit into from
Aug 9, 2024

Conversation

Xuanwo
Copy link
Member

@Xuanwo Xuanwo commented Aug 9, 2024

Which issue does this PR close?

Part of #4982.

Rationale for this change

This PR will bump packages as the following:

Name Version Next
core 0.48.0 0.49.0
integrations/dav-server 0.0.6 0.0.7
integrations/fuse3 0.0.3 0.0.4
integrations/object_store 0.45.0 0.46.0
integrations/parquet 0.0.1 0.1.0
integrations/unftp-sbe 0.0.3 0.0.4
bin/oay 0.41.7 0.41.8
bin/ofs 0.0.8 0.0.9
bin/oli 0.41.7 0.41.8
bindings/c 0.44.9 0.44.10
bindings/cpp 0.45.7 0.45.8
bindings/dotnet 0.1.5 0.1.6
bindings/go 0.0.0 0.1.0
bindings/haskell 0.44.7 0.44.8
bindings/java 0.46.4 0.47.0
bindings/lua 0.1.5 0.1.6
bindings/nodejs 0.47.1 0.47.2
bindings/php 0.1.5 0.1.6
bindings/python 0.45.7 0.45.8
bindings/ruby 0.1.5 0.1.6

What changes are included in this PR?

Are there any user-facing changes?

@Xuanwo Xuanwo merged commit 914776c into main Aug 9, 2024
250 of 253 checks passed
@Xuanwo Xuanwo deleted the bump-version branch August 9, 2024 15:26
Bicheka added a commit to Bicheka/opendal that referenced this pull request Aug 11, 2024
This commit addresses the issue raised in the pull request apache#4989, where the `read()` operation did not always return the expected content length.

Changes include:
- Implementing a loop to gather all content chunks until EOF.
- Performing the assertion after the entire content has been read.

This ensures that the test passes stably by correctly handling cases where `read()` may not return the full content in one go.
Xuanwo pushed a commit that referenced this pull request Aug 15, 2024
* Fix #4990 guarantees read until EOF

* Address code review feedback for solving issue #4990

* Fix: Ensure full content is read before performing assertions

This commit addresses the issue raised in the pull request #4989, where the `read()` operation did not always return the expected content length.

Changes include:
- Implementing a loop to gather all content chunks until EOF.
- Performing the assertion after the entire content has been read.

This ensures that the test passes stably by correctly handling cases where `read()` may not return the full content in one go.

* address pr code review comment

* addressed pr code review by deleting requested code in my pr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants