Skip to content

Releases: fclairamb/ftpserver

v0.14.0

29 May 00:09
0dfa683
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.13.0...v0.14.0

v0.13.0

11 Jan 17:14
3fba0c2
Compare
Choose a tag to compare

What's Changed

  • Add support for hashed passwords by @wanieru in #876
  • fix(deps): update module github.com/aws/aws-sdk-go to v1.44.177 by @renovate in #910
  • chore(deps): update goreleaser/goreleaser-action action to v4 by @renovate in #888

New Contributors

Full Changelog: v0.12.1...v0.13.0

v0.12.1

25 Sep 18:11
Compare
Choose a tag to compare

The default image was the alpine one, and the alpine was a scratch one. 😬

v0.12.0

23 Sep 23:34
85e8c54
Compare
Choose a tag to compare

What's Changed

Depdenncies update

  • ftpserverlib from v0.18.0 to v0.20.0
  • afero from v1.8.2 to v1.9.2

Full Changelog: v0.11.0...v0.12.0

v0.11.0 - Dependencies update

28 Apr 22:59
Compare
Choose a tag to compare

What's Changed

  • fix(deps): update module github.com/fclairamb/ftpserverlib to v0.18.0 by @renovate in #415
  • fix(deps): update module github.com/fclairamb/go-log to v0.3.0 by @renovate in #641
  • fix(deps): update module github.com/spf13/afero to v1.8.2 by @renovate in #609
  • feat: Adding base path support for Google Drive by @fclairamb in #543
  • chore(CI): Upgrading to Go 1.18 by @fclairamb in #644 & #650
  • Readme: Fixing it by @fclairamb in #466 & #646

Full Changelog: v0.10.0...v0.11.0

v0.10.0 - TLS and Sync & Delete support

27 Jul 22:53
e8da449
Compare
Choose a tag to compare
  • #376 - Added a docker-compose file
  • #392 - Allowing to define TLS certificate key pairs
  • #410 - Sync & Delete support: Files are copied to a temporary directory, synchronized and deleted to keep local network latencies to a minimum

v0.9.0 - Dropbox & Google Drive support

27 Feb 02:05
a2845e3
Compare
Choose a tag to compare

v0.8.0

01 Nov 23:05
027c1bf
Compare
Choose a tag to compare

First actual server

24 May 22:32
311fb8f
Compare
Choose a tag to compare

This used to be a lib, no it aims at being a fully-featured server.