Releases: bolcom/unFTP
Releases · bolcom/unFTP
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
unFTP v0.14.0
Changes in this release:
- The JSON authentication method (
--auth-json-path
) JSON user file (--usr-json-path
) now support gzipped or gzipped+base64-encoded gzip files - Upgraded to unftp-auth-jsonfile v0.3.0 to support the gzipped or gzipped+base64-encoded auth json
unFTP v0.13.4
Changes in this release:
- Fixes from libunftp v0.18.7
- Upgraded dependencies
- Upgraded to Rust 1.65.0