Skip to content

Releases: bolcom/unFTP

unFTP v0.14.7

20 Jun 20:56
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Changes in this release:

unFTP v0.14.1

01 Feb 16:23
ff57fc5
Compare
Choose a tag to compare

Changes in this release:

unFTP v0.14.0

08 Dec 10:09
e821b92
Compare
Choose a tag to compare

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

19 Nov 21:02
Compare
Choose a tag to compare

Changes in this release:

unFTP v0.13.3

25 Sep 08:07
Compare
Choose a tag to compare

Changes in this release:

  • #126 Now support Elliptic Curve Private keys
  • #130 Fixed an issue where SITE MD5 was always disabled
  • #127 Removed unneeded tokio features
  • Upgraded to Rust 1.64.0
  • Upgraded dependencies