Releases: bolcom/unFTP
Releases · bolcom/unFTP
unFTP v0.15.2
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
isostorage back-end gated behind thesbe_isofeature. - #211 Cleaned up the unFTP features:
- Feature
cloud_storageis now calledsbe_gcs - Feature
opendalis now calledsbe_opendal - Feature
azblobis now calledsbe_azblob - Feature
pam_authis now calledauth_pam - Feature
rest_authis nowauth_rest - Feature
jsonfile_authis nowauth_jsonfile - Fixed the issue where some of these features were not fully behind
cfgconditionals.
- Feature
New Contributors
- @AiyionPrime made their first contribution in #217
Full Changelog: v0.15.1...v0.15.2
unFTP v0.15.1
- Upgrade libunftp to 0.20.3 solving '425' errors for passive listening ports
unFTP v0.15.0
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
unFTP v0.14.6
- Upgraded to libunftp v0.20.0
- Upgraded other dependencies
- Compile with Rust 1.78.0
unFTP v0.14.5
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
unFTP version 0.14.03
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
Changes in this release:
- #151 Restart when receiving the HUP signal
- Fixed Windows build
- Upgraded dependencies including all crates from https://github.com/bolcom/libunftp
- Upgraded to Rust 1.70.0
unFTP v0.14.1
Changes in this release:
- Now supports caching of access tokens in the GCS backend
- Upgraded dependencies including all crates from https://github.com/bolcom/libunftp