This is an automated email from the ASF dual-hosted git repository.
Xuanwo pushed a change to branch xuanwo/release-skill-rc-tag-commit
in repository https://gitbox.apache.org/repos/asf/opendal.git
from 5bd63ca92 docs: treat release candidates as tag-bound
add 54b8392b6 feat(bindings/python): add from_uri constructor for Operator
and AsyncOperator (#7869)
add 75da3c46e Merge branch 'main' into xuanwo/release-skill-rc-tag-commit
No new revisions were added by this update.
Summary of changes:
bindings/python/python/opendal/_opendal.pyi | 18 +++
bindings/python/python/opendal/operator.pyi | 74 +++++++++++-
bindings/python/src/lib.rs | 6 +
bindings/python/src/operator.rs | 179 ++++++++++++++++++++++++----
bindings/python/tests/test_from_uri.py | 138 +++++++++++++++++++++
5 files changed, 389 insertions(+), 26 deletions(-)
create mode 100644 bindings/python/tests/test_from_uri.py