Skip to content

Releases: C2FO/vfs

[6.10.0] - 2023-12-28

28 Dec 16:02
Compare
Choose a tag to compare

Fixed

  • fixed #145 - Remove use of local temp file when reading/seeking from s3 files. This should improve performance by allowing streaming reads from s3 files.

Added

  • fixes #149 - Add overrideable default HostKeyAlgorithms, Ciphers, MACs, and KeyExchanges

[6.9.1] - 2023-11-21

21 Nov 19:15
70f09c4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.9.0...v6.9.1

[6.9.0] - 2023-09-27

27 Sep 20:16
6294f6d
Compare
Choose a tag to compare

Security

  • Update .gvmrc to 1.21.1. Fixes #143.
  • Update go.mod min version to Go 1.20.
  • Update actions to test only supported Go versions (1.20, 1.21)
  • Updated dependencies (ie, Google Cloud, Azure, AWS sdks)

[6.8.0] - 2023-07-29

29 Jun 16:25
Compare
Choose a tag to compare

Added

  • ftp backend to support connection via FTP, FTPS (implicit TLS), and FTPES (explicit TLS).

[6.7.0] - 2023-05-13

13 May 19:40
073899a
Compare
Choose a tag to compare

Security

  • Update go.mod min version to Go 1.18. Fixes #139.
  • Update actions to test only supported Go versions (1.19, 1.20)
  • Updated dependencies (ie, Google Cloud, Azure, AWS sdks)

[6.6.0] - 2022-10-25

25 Oct 17:50
Compare
Choose a tag to compare

Fixed

  • fixed #129(cdd4143) Resolve failing golangci-lint - elliotwutingfeng
  • fixed #133 Replaced usage of deprecated ioutil functions with os and io equivalents.

Security

  • Update go.mod min version to Go 1.18. Fixes #131.
  • Update actions to test only supported Go versions (1.18, 1.19)
  • Updated dependencies (ie, Google Cloud, Azure, AWS sdks)

v6.5.2

19 Aug 20:31
Compare
Choose a tag to compare

[6.5.2] - 2022-07-08

Fixed

  • fixed edge cases where in-memory files either weren't found when they should be, or didn't reset state on new writes

[6.5.1] - 2022-07-08

08 Jul 19:56
48d02b9
Compare
Choose a tag to compare

Fixed

  • Fixed the azure deleteAllVersions to fetch versions using file path instead of location path

[6.5.0] - 2022-07-08

08 Jul 15:18
Compare
Choose a tag to compare

Added

  • Add DeleteAllVersions option support for Azure to remove all versions of a file

Fixed

  • Fixed golangci-lint issues
  • Fixed #90 - integration were tests failing on move for mem-to-mem move and bad mutex unlock call when doing mem to non-mem move

[6.4.0] - 2022-06-27

28 Jun 04:39
Compare
Choose a tag to compare

Added

  • Add DeleteAllVersions option support for S3 to remove all versions of a file
  • Add DeleteAllVersions option support for GS to remove all versions of a file

Security

  • Update dependencies
  • Update .gvmrc