Closed suyanhanx closed 11 months ago
It's a breaking change, we should add in every binding's upgrade docs.
Hey @suyanhanx , I am a beginner to open-source and would love to contribute to this project. Please let me know if you need a hand.
Hey @suyanhanx , I am a beginner to open-source and would love to contribute to this project. Please let me know if you need a hand.
Thank you so much! Actually, I could really use your help with this issue.
To disable services-ftp
, we just need to remove services-ftp
from python
/java
/nodejs
bindings and update the upgrade.md
docs.
But due to https://github.com/async-rs/async-tls/issues/55,
services-ftp
is still blocked on old rustls. I think we can remove it from bindings (for java/nodejs/python) until it has been resolved.Originally posted by @Xuanwo in https://github.com/apache/incubator-opendal/issues/3632#issuecomment-1822252755
Tasks
Disable the
services/ftp
in released bindings.