Skip to content

Releases: fclairamb/ftpserverlib

v0.24.1

02 Jun 19:41
d2b3c25
Compare
Choose a tag to compare

What's Changed

Updates

  • fix(deps): update module golang.org/x/sys to v0.20.0 by @renovate in #453

Chores

  • fix(ci): Codecov by @fclairamb in #458
  • chore(deps): update actions/setup-go action to v5.0.1 by @renovate in #452
  • chore(deps): update actions/checkout action to v4.1.6 by @renovate in #456
  • chore(deps): update dependency go to v1.22.3 by @renovate in #455
  • chore(deps): update golangci/golangci-lint-action action to v6 by @renovate in #454

Full Changelog: v0.24.0...v0.24.1

v0.24.0

10 Mar 21:28
20911c3
Compare
Choose a tag to compare

What's Changed

  • chore(lint): Increasing lint difficulty level by @fclairamb in #370
  • feat(deps): allowing support for log/slog logging, through the update of module github.com/fclairamb/go-log to v0.5.0 by @renovate in #443
  • Only keeping support for the last two releases of Go (v1.22 & v1.21)

Updates

  • fix(deps): update module golang.org/x/sys to v0.18.0 by @renovate in #441

Full Changelog: v0.23.0...v0.24.0

v0.23.0

02 Mar 18:34
365cb3f
Compare
Choose a tag to compare

What's Changed

  • Implementing all 4 typical "messages" as in proftpd and other commercial FTP servers by @syncplify in #435
  • client handler: allow to set/get application specific data by @drakkan in #416

Chores

Updates

  • chore(golangci-lint): Updating golangci-lint by @fclairamb in #438
  • chore(deps): update actions/checkout action to v4 by @renovate in #419
  • fix(deps): update module github.com/spf13/afero to v1.11.0 by @renovate in #425
  • chore(deps): update actions/setup-go action to v5 by @renovate in #427
  • fix(deps): update module golang.org/x/sys to v0.17.0 by @renovate in #431
  • chore(deps): update golangci/golangci-lint-action action to v4 by @renovate in #433
  • chore(deps): Upgrading Go to v1.22 by @fclairamb in #434
  • fix(deps): update module github.com/stretchr/testify to v1.9.0 by @renovate in #436

Full Changelog: v0.22.0...v0.23.0

v0.22.0

12 Aug 14:54
Compare
Choose a tag to compare

What's Changed

  • Ensure that a client can only keep one passive listener open at a time by @drakkan in #412

Chores

  • Add a test case for QUIT command with a transfer in progress by @drakkan in #410
  • chore(ci): Upgrading to go 1.20 by @fclairamb in #404

Dependency updates

  • build(deps): bump golang.org/x/text from 0.3.7 to 0.3.8 by @dependabot in #393
  • fix(deps): update module github.com/stretchr/testify to v1.8.2 by @renovate in #395
  • fix(deps): update module github.com/spf13/afero to v1.9.5 by @renovate in #397
  • chore(deps): update actions/setup-go action to v4.0.1 by @renovate in #403
  • fix(deps): update module github.com/stretchr/testify to v1.8.4 by @renovate in #402
  • chore(deps): update actions/checkout action to v3.5.3 by @renovate in #407
  • chore(deps): update golangci/golangci-lint-action action to v3.6.0 by @renovate in #408
  • fix(deps): update module golang.org/x/sys to v0.11.0 by @renovate in #413
  • chore(deps): update actions/setup-go action to v4.1.0 by @renovate in #414

Full Changelog: v0.21.0...v0.22.0

v0.21.0 - Tiny improvements

24 Jan 11:50
57c858f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.20.0...v0.20.1

v0.20.0 - NLST behavior fix

23 Sep 00:43
cde05dd
Compare
Choose a tag to compare

What's Changed

  • NLST: return paths relative to the working directory by @drakkan in #368

Full Changelog: v0.19.1...v0.20.0

v0.19.1 - MLST prefix

21 Aug 12:24
ba66bb2
Compare
Choose a tag to compare

What's Changed

New Contributors

Updates

Full Changelog: v0.19.0...v0.19.1

v0.19.0

29 Jul 23:34
ea3d820
Compare
Choose a tag to compare

What's Changed

  • Use fallback control for Solaris / Illumos. by @siepkes in #311
  • add support for TLS per-connection by @drakkan in #334, which was proposed to an alternative what @siepkes pushed in #311
  • micro-optimization: use int8 for enums by @drakkan in #338

General updates

  • fix(deps): update module github.com/go-kit/log to v0.2.1 by @renovate in #314

Full Changelog: v0.18.0...v0.19.0

v0.18.0

26 Apr 23:04
ba8e160
Compare
Choose a tag to compare

What's Changed

General upgrades

  • Upgrading to Go 1.18 by @fclairamb in #304
  • fix(deps): update module github.com/spf13/afero to v1.8.2 by @renovate in #291
  • fix(deps): update module github.com/fclairamb/go-log to v0.3.0 by @renovate in #306

Full Changelog: v0.17.0...v0.18.0

v0.17.0

28 Dec 23:25
29f1d95
Compare
Choose a tag to compare

What's Changed

  • Parse public host while loading settings by @drakkan in #256
  • Active mode data connection: fix bind: address already in use by @drakkan in #255
  • Updating Afero to v1.7.0 in #258
  • Switching to Go 1.17 in #259

Full Changelog: v0.16.0...v0.17.0