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

feat: disable ftp for python and java binding #3659

Merged
merged 11 commits into from
Nov 23, 2023
2 changes: 1 addition & 1 deletion bindings/java/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ services-all = [
"services-etcd",
# FIXME this requires a preinstalled fdb library
# "services-foundationdb",
"services-ftp",
# "services-ftp",
"services-gdrive",
# FIXME how to support HDFS services in bindings?
# "services-hdfs",
Expand Down
7 changes: 7 additions & 0 deletions bindings/java/upgrade.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# Unreleased

## Breaking change

Because of [a TLS lib issue](https://github.com/apache/incubator-opendal/issues/3650), we temporarily disable the `services-ftp` feature.


# Upgrade to v0.41

## Breaking change for constructing operators
Expand Down
2 changes: 1 addition & 1 deletion bindings/nodejs/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

## Breaking change

Because of [a TLS lib issue](https://github.com/apache/incubator-opendal/issues/3650), we temporarily disable the `services-ftp`.
Because of [a TLS lib issue](https://github.com/apache/incubator-opendal/issues/3650), we temporarily disable the `services-ftp` feature.
2 changes: 1 addition & 1 deletion bindings/python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ services-all = [
"services-etcd",
# FIXME this requires a preinstalled fdb library
# "services-foundationdb",
"services-ftp",
# "services-ftp",
"services-gdrive",
# FIXME how to support HDFS services in bindings?
# "services-hdfs",
Expand Down
9 changes: 8 additions & 1 deletion bindings/python/upgrade.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# Unreleased

## Breaking change

Because of [a TLS lib issue](https://github.com/apache/incubator-opendal/issues/3650), we temporarily disable the `services-ftp` feature.


# Upgrade to v0.42

## Breaking change for layers
Expand Down Expand Up @@ -45,4 +52,4 @@ We remove the old error classes and provide a couple of Exception based class fo
11. `opendal.exceptions.ConditionNotMatch` is added.
12. `opendal.exceptions.ContentTruncated` is added.
13. `opendal.exceptions.ContentIncomplete` is added.
14. `opendal.exceptions.InvalidInput` is added.
14. `opendal.exceptions.InvalidInput` is added.