Skip to content

suppaftp 4.1.1

Compare
Choose a tag to compare
@veeso veeso released this 22 Aug 18:34
· 147 commits to main since this release

4.1.1

Released on 22/08/2021

  • Fixed missing cli/ directory on Cargo registry.
  • Added Response struct, which will be returned in case of InvalidResponse error.
    • This adds the possibility to get the exact error code and the message
  • Added async support
  • API changes
    • renamed simple_retr to retr_as_buffer
    • renamed get to retr_as_stream
    • renamed finalize_get_stream to finalize_retr_stream
  • LIST command output parser
  • Optimized code to reuse stream functions as much as possible
  • size() and mdtm() methods will return an option no more.
  • Improved code with linter
  • Added CI tests