Skip to content

Releases: moov-io/go-sftp

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

v0.10.2

14 Aug 13:48
Compare
Choose a tag to compare

BUILD

  • fix(deps): update module github.com/pkg/sftp to v1.13.6

v0.10.1

08 Aug 19:20
Compare
Choose a tag to compare

BUILD

  • build: use the latest stable Go release
  • build: update golang.org/x/crypto to v0.12.0
  • fix(deps): update github.com/protonmail/go-crypto digest to 5aa5874
  • fix(deps): update module github.com/moov-io/base to v0.45.

v0.10.0

15 Jun 15:58
Compare
Choose a tag to compare

IMPROVEMENTS

  • feat: make File comply with the fs.File interface

BUILD

  • build(deps): bump github.com/cloudflare/circl from 1.1.0 to 1.3.3
  • fix(deps): update module github.com/moov-io/base to v0.44.0
  • fix(deps): update module github.com/prometheus/client_golang to v1.16.0
  • fix(deps): update module github.com/stretchr/testify to v1.8.4
  • fix(deps): update module golang.org/x/crypto to v0.10.0

v0.9.1

17 Mar 17:07
Compare
Choose a tag to compare

IMPROVEMENTS

  • feat: wrap errors with %w so callers can unwrap them

BUILD

  • fix(deps): update github.com/protonmail/go-crypto digest to cb82d93
  • fix(deps): update module github.com/stretchr/testify to v1.8.2
  • fix(deps): update module golang.org/x/crypto to v0.7.0

v0.9.0

01 Feb 23:04
Compare
Choose a tag to compare

ADDITIONS

  • feat: add Reader() method to clients for streaming contents (#110)
  • feat: add Walk function for traversing a directory (#111)

BUILD

  • fix(deps): update github.com/protonmail/go-crypto digest to d1d05f4
  • fix(deps): update module github.com/moov-io/base to v0.39.0
  • fix(deps): update module github.com/prometheus/client_golang to v1.14.0
  • fix(deps): update module github.com/stretchr/testify to v1.8.1
  • fix(deps): update module golang.org/x/crypto to v0.5.0

v0.8.3

16 May 21:24
Compare
Choose a tag to compare

IMPROVEMENTS

  • fix: log names of files found in ListFiles instead of *FileInfo

BUILD

  • fix(deps): update golang.org/x/crypto digest to 403b017

v0.8.0

14 Apr 21:40
Compare
Choose a tag to compare

ADDITIONS

  • feat: new config flag to skip chmod after uploading a file