Skip to content

Releases: bolcom/unFTP

unFTP v0.15.2

23 Dec 20:50

Choose a tag to compare

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

unFTP v0.15.1

17 Dec 15:59
9510b50

Choose a tag to compare

  • Upgrade libunftp to 0.20.3 solving '425' errors for passive listening ports

unFTP v0.15.0

15 Dec 20:44
168f0f4

Choose a tag to compare

Changes in this release:

  • Upgraded to new auth and storage backend releases
  • Upgraded dependencies including all crates from https://github.com/bolcom/libunftp
  • Upgraded to Rust 1.83.0
  • #196 Breaking --auth-type is now mandatory to prevent security risks from omission or typos that could leave the FTP server open
  • #184 Support for Azure blob storage with OpenDAL
  • #185 Support for shipping logs to Google Logging
  • #191 Allow https for user detail
  • #199 Removed istio (scuttle) image build in favor of using proxy.istio.io/config: '{ "holdApplicationUntilProxyStarts": true }'

unFTP v0.14.7

20 Jun 20:56

Choose a tag to compare

Changes in this release:

  • Upgraded to libunftp v0.20.1
  • Fixed builds on Windows
  • Compile with Rust 1.79.0
  • #171 Ability to obtain User info over HTTP with --usr-http-url
  • #175 Guard against configuration mistakes leading to security issues

unFTP v0.14.6

18 May 20:50

Choose a tag to compare

  • Upgraded to libunftp v0.20.0
  • Upgraded other dependencies
  • Compile with Rust 1.78.0

unFTP v0.14.5

24 Dec 19:04
a79f96c

Choose a tag to compare

In this release

  • Upgraded to latest version of libunftp
  • Upgraded other dependencies
  • Added support for source IP in REST auth call

unFTP v0.14.4

17 Sep 19:43

Choose a tag to compare

In this release

  • Upgraded to latest version of libunftp
  • Upgraded other dependencies
  • Fixed RUSTSEC-2020-0071
  • Moved the rooter virtual file system to its own crate.
  • Moved the restricting virtual file system to its own crate.

unFTP version 0.14.03

16 Jun 17:59

Choose a tag to compare

Changes in this release:

  • Upgraded to latest version of the GCS back-end which fixes a couple of issues.
  • Upgraded other dependencies.

unFTP v0.14.2

02 Jun 20:58

Choose a tag to compare

Changes in this release:

unFTP v0.14.1

01 Feb 16:23
ff57fc5

Choose a tag to compare

Changes in this release: