Skip to content

Releases: veeso/suppaftp

suppaftp 5.3.0

06 Jan 13:42
Compare
Choose a tag to compare

5.3.0

Released on 06/01/2024

  • Fix issue #64: added active mode listener timeout
  • Fix issue #66: abort can be called without passing ownership to data_stream

suppaftp 5.2.2

14 Nov 10:39
Compare
Choose a tag to compare

5.2.2

Released on 14/11/2023

  • Fix issue #61: Send + Sync trait to AsyncFtpStream/FtpStream
  • Fix issue #63: FEAT function hangs on async

suppaftp 5.2.1

16 Oct 09:26
Compare
Choose a tag to compare

5.2.1

Released on 16/10/2023

  • Add POSIX setgid/setuid/sticky bit support: PR59

Thanks to @rye

suppaftp 5.2.0

07 Sep 15:26
5bf40b4
Compare
Choose a tag to compare

5.2.0

Released on 07/09/2023

  • Implemented RFC 2389
    • Added FEAT command
    • Added OPTS command

suppaftp 5.1.2

14 Jun 13:58
Compare
Choose a tag to compare

5.1.2

Released on 14/06/2023

  • Added clock feature to chrono to overcome security issue with time #46

suppaftp 5.1.1

03 Apr 08:12
Compare
Choose a tag to compare

5.1.1

Released on 03/04/2023

  • ImplFtpStream and ImplAsyncFtpStream are now public

suppaftp 5.1.0

02 Mar 16:49
686e450
Compare
Choose a tag to compare

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

26 Feb 13:03
Compare
Choose a tag to compare

5.0.1

Released on 26/02/2023

  • Exposed publicly DataStream and AsyncDataStream

suppaftp 5.0.0

24 Feb 15:07
7b252ed
Compare
Choose a tag to compare

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 stream
      • NativeTlsFtpStream: ftp stream with TLS with native-tls
      • RustlsFtpStream: ftp stream with TLS with rustls
      • AsyncFtpStream: async no-tls stream
      • AsyncNativeTlsFtpStream: async ftp stream with TLS with async-native-tls
      • AsyncRustlsFtpStream: async ftp stream with TLS with async-rustls

suppaftp 4.7.0

01 Feb 14:28
Compare
Choose a tag to compare

4.7.0

Released on 01/02/2023

  • RFC 2428 implementation
  • Updated suppaftp-cli to suppaftp 4.7.0