Skip to content

Releases: moov-io/go-sftp

v0.13.3

01 Feb 16:03
Compare
Choose a tag to compare

IMPROVEMENTS

  • fix: if conn.Stat returns no file Delete is successful

BUILD

  • fix(deps): update module github.com/moov-io/base to v0.48.5
  • fix(deps): update module github.com/prometheus/client_golang to v1.18.0
  • fix(deps): update module github.com/protonmail/go-crypto to v1
  • fix(deps): update module golang.org/x/crypto to v0.18.0

v0.13.2

19 Dec 16:50
Compare
Choose a tag to compare

BUILD

  • build: update moov-io/base and golang.org/x/crypto

v0.13.1

08 Nov 18:16
Compare
Choose a tag to compare

IMPROVEMENTS

  • test: verify larger files (~10MB) can be streamed and read fully

BUILD

  • fix(deps): update github.com/protonmail/go-crypto digest to afb1ddc
  • fix(deps): update module github.com/moov-io/base to v0.48.0
  • fix(deps): update module github.com/prometheus/client_golang to v1.17.0
  • fix(deps): update module golang.org/x/crypto to v0.14.0

v0.13.0

13 Sep 15:47
Compare
Choose a tag to compare

IMPROVEMENTS

  • feat: detect connection errors and force a reconnect
  • meta: stop writing warning to stdout

BUILD

  • fix(deps): update module golang.org/x/crypto to v0.13.0

v0.12.2

30 Aug 21:39
Compare
Choose a tag to compare

IMPROVEMENTS

  • fix: use the connection() helper to check for network errors

v0.12.1

28 Aug 19:04
Compare
Choose a tag to compare

IMPROVEMENTS

  • fix: check walker error before stat calls
  • fix: handle special case for listfiles

BUILD

  • fix(deps): update github.com/protonmail/go-crypto digest to 3c4c8a2
  • fix(deps): update module github.com/go-kit/kit to v0.13.0

v0.12.0

23 Aug 21:21
Compare
Choose a tag to compare

IMPROVEMENTS

  • fix(deps): update module github.com/moov-io/base to v0.46.0
  • fix: clarify ListFiles returns case intensive matches but returns server case
  • test: add "list and read" checks

v0.11.1

18 Aug 18:48
Compare
Choose a tag to compare

IMPROVEMENTS

  • fix: open files for writing when writing

v0.11.0

17 Aug 21:37
Compare
Choose a tag to compare

IMPROVEMENTS

  • feat: add an option to skip directory creation on upload
  • fix: sync files after writing to ensure storage, return .Close() error

v0.10.3

15 Aug 14:44
Compare
Choose a tag to compare

IMPROVEMENTS

  • test: verify full path is returned, Walk skips directories