Skip to content

Releases: bolcom/libunftp

libunftp v0.20.1

20 Jun 18:35
Compare
Choose a tag to compare

Changes in this release:

  • Fixed a build issue on Windows
  • Upgraded dependencies
  • Fixed examples on FreeBSD

unftp-auth-rest v0.2.6

17 May 20:57
Compare
Choose a tag to compare

Changes:

  • Compiled against libunftp v0.20.0
  • Upgraded dependencies

unftp-auth-jsonfile v0.3.2

17 May 20:55
Compare
Choose a tag to compare

Changes:

  • Compiled against libunftp v0.20.0
  • Upgraded dependencies

unftp-sbe-gcs v0.2.6

16 May 22:06
Compare
Choose a tag to compare

Changes in this release:

  • Compiled against libunftp v0.20.0
  • Fix listing when root path is set (#509)
  • Upgraded dependencies

unftp-sbe-fs v0.2.5

16 May 22:18
Compare
Choose a tag to compare

Changes in this release:

  • Compiled against libunftp v0.20.0
  • Fixed the format of the LIST command
  • Upgraded dependencies

libunftp v0.20.0

16 May 21:44
Compare
Choose a tag to compare

Changes in this release:

  • Compile against Rust 1.78.0
  • Added support for Capsicum on FreeBSD (#481)
  • Fixed proxy protocol issue #494 when removing stale data channel
  • Upgraded dependencies
  • Code cleanup and documentation improvements
  • BREAKING: Introduced a new ServerBuilder struct to build the Server.

Release all crates

24 Dec 15:46
bb1c3a2
Compare
Choose a tag to compare

libunftp 0.19.1

  • Upgraded dependencies

unftp-auth-rest v0.2.4

  • #492 Added source IP parameter support
  • Upgraded dependencies

All other backends

  • unftp-sbe-fs v0.2.4
  • unftp-auth-gcs v0.2.5
  • unftp-auth-jsonfile v0.3.3
  • unftp-auth-pam v0.2.4

Changes:

  • Upgraded dependencies

Release all back-ends

17 Sep 15:36
Compare
Choose a tag to compare
  • unftp-sbe-fs v0.2.3
  • unftp-auth-gcs v0.2.4
  • unftp-auth-jsonfile v0.3.2
  • unftp-auth-rest v0.2.3
  • unftp-auth-pam v0.2.3

Changes:

  • Upgraded dependencies

libunftp v0.19.0

16 Sep 21:43
Compare
Choose a tag to compare

Changes in this release:

  • #471 Added unFTP documentation link to help command output
  • Include libunftp version in help command output
  • #470 Fixed issue with modified datetime formatting for Fileinfo where old
    dates didn't render correctly.
  • #482 Fixed RUSTSEC-2023-0052
  • Compile against Rust 1.72.0
  • BREAKING: Upgrade to latest bitflags dependency. Bitflags are exposed in the API
    for the TlsFlags option.
  • Improved tests
  • Upgraded dependencies

unftp-sbe-gcs v0.2.3

15 Jun 09:04
79ee071
Compare
Choose a tag to compare

Changes in this release:

  • #449 GCS Backend has had a cleanup (deduplication, modularization)
  • #461 Better GCS error mapping to FTP and convey the causing
  • #465 Handle paginated results for LIST fixing issue #464
  • #465 Fixed an (unreleased) issue regarding root directory affecting list and cwd
  • #467 Added more verbose error details for HTTP responses with error body
  • #468 Fixed CWD on / error when the directory was empty