Releases: fclairamb/ftpserver
Releases · fclairamb/ftpserver
v0.14.0
What's Changed
- Fixing enhances support ~ or $HOME by @fclairamb in #1163
- Telegram support by @slayer in #1190
- Updated the core FTP library from v0.20.0 to v0.24.0 by @renovate in #1288
- Ensure that a client can only keep one passive listener open at a time by @drakkan in fclairamb/ftpserverlib#412
- Handle APPE when file does not yet exist by @jovandeginste in fclairamb/ftpserverlib#380
- Check the TYPE parameter in a case-insensitive manner by @drakkan in fclairamb/ftpserverlib#386
- Allow specifying NON-PRINT format control by @siminn-arnorgj in fclairamb/ftpserverlib#391
Full Changelog: v0.13.0...v0.14.0
v0.13.0
v0.12.1
v0.12.0
What's Changed
- Config from code by @thallgren in #749
- chore(ci): Updating build workflows by @fclairamb in #803
- chore(ci): Binaries + Docker images build update by @fclairamb in #804
- chore(config): Documentation update by @fclairamb in #812
- feature(logging): Logging to a file by @fclairamb in #813
- chore(ci): Disabling docker image push on branch changes by @fclairamb in #814
- Switched from Go 1.16 to 1.19
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
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
v0.9.0 - Dropbox & Google Drive support
- Added Dropbox support (with afero-dropbox)
- Added Google Drive support (with afero-gdrive)
- Updated afero-s3 from
v1.1.0
tov0.3.0
which brings few features, most important one being the automaticContent-Type
support. - Updated ftpserverlib from
v0.9.0
tov0.13.0
which brings many features - Using Go 1.16
v0.8.0
First actual server
This used to be a lib, no it aims at being a fully-featured server.