Releases: veeso/suppaftp
Releases · veeso/suppaftp
suppaftp 5.3.0
suppaftp 5.2.2
suppaftp 5.2.1
suppaftp 5.2.0
suppaftp 5.1.2
suppaftp 5.1.1
5.1.1
Released on 03/04/2023
ImplFtpStream
andImplAsyncFtpStream
are now public
suppaftp 5.1.0
5.1.0
Released on 02/03/2023
- Implemented new connection method
connect_timeout
with the possibility to specify a timeout on connect
suppaftp 5.0.1
5.0.1
Released on 26/02/2023
- Exposed publicly DataStream and AsyncDataStream
suppaftp 5.0.0
5.0.0
Released on 24/02/2023
- Issue 33
‼️ BREAKING CHANGES‼️ - Features are now additive. This means that you can successfully build suppaftp with all the features enabled at the same time.
- Ftp stream has now been split into different types:
FtpStream
: sync no-tls streamNativeTlsFtpStream
: ftp stream with TLS with native-tlsRustlsFtpStream
: ftp stream with TLS with rustlsAsyncFtpStream
: async no-tls streamAsyncNativeTlsFtpStream
: async ftp stream with TLS with async-native-tlsAsyncRustlsFtpStream
: async ftp stream with TLS with async-rustls