Skip to content

unFTP v0.15.2

Latest

Choose a tag to compare

@hannesdejager hannesdejager released this 23 Dec 20:50
· 11 commits to master since this release

Changes in this release

  • Upgrade to libunftp 0.21.1
    • New command: MLST
    • New command: MLSD
    • New command: EPSV
    • Fix: Make passive port range inclusive
    • Implement 550 error code for RNFR command
  • Upgraded other dependencies
  • Compile against Rust 1.92.0
  • #210 Added new iso storage back-end gated behind the sbe_iso feature.
  • #211 Cleaned up the unFTP features:
    • Feature cloud_storage is now called sbe_gcs
    • Feature opendal is now called sbe_opendal
    • Feature azblob is now called sbe_azblob
    • Feature pam_auth is now called auth_pam
    • Feature rest_auth is now auth_rest
    • Feature jsonfile_auth is now auth_jsonfile
    • Fixed the issue where some of these features were not fully behind cfg conditionals.

New Contributors

Full Changelog: v0.15.1...v0.15.2