Skip to content

Releases: C2FO/vfs

[6.12.1] - 2024-02-23

23 Feb 22:16
cb9af63
Compare
Choose a tag to compare

Fixed

  • Fixed #170 - Fix bug where mem backend doesn't remove fs entries when location.DeleteFile is called

[6.12.0] - 2024-02-23

23 Feb 18:26
Compare
Choose a tag to compare

Added

  • Fixed #167 - Update CopyToFile to defer file close so cursor is reset.
  • Fixes #146 - Update S3 backend to comply with new io integration test suite. Update to no longer write to memory.
  • Fixes #156 - Update os backend to comply with new io integration test suite
  • Fixes #160 - Update mem backend to comply with new io integration test suite

Security

  • Fixes #165 - Update to latest go and dependencies
    • Update .gvmrc to 1.22.0.
    • Update go.mod min version to Go 1.22.
    • Update actions to test only supported Go versions (1.21, 1.22)
    • Updated dependencies (ie, Google Cloud, Azure, AWS sdks)

[6.12.0_rc2] - 2024-02-08

08 Feb 23:22
b99cfc7
Compare
Choose a tag to compare
Pre-release

Added

  • Fixes #160 - Update mem backend to comply with new io integration test suite. This enforces that no file is written until Close() is called and that calling Write first always replaces a file while calling either Read or Seek before a Write writes in in-place edit mode.

[6.12.0_rc] - 2024-02-02

02 Feb 23:00
Compare
Choose a tag to compare
Pre-release

Added

  • Fixes #156 - Update os backend to comply with new io integration test suite. This enforces that no file is written until Close() is called and that calling Write first always replaces a file while calling either Read or Seek before a Write writes in in-place edit mode.

[6.11.3] - 2024-02-02

02 Feb 20:29
02139cf
Compare
Choose a tag to compare

Fixed

  • Fixed #158 bug. Updated sftp backend to to fix issue where some servers return a generic error message when a file is opened for RW on Read().

[6.11.2] - 2024-01-30

31 Jan 00:11
d995180
Compare
Choose a tag to compare

Fixed

  • Fixed 154 bug. Updated sftp backend to overwrite except after read/seek.

[6.11.1] - 2024-01-22

22 Jan 19:15
0b59a4f
Compare
Choose a tag to compare

Fixed

  • Fixed #152 bug where s3 backend failed to read empty files

[6.11.0] - 2024-01-22

22 Jan 16:33
050a587
Compare
Choose a tag to compare

Added

  • Added support for hmac-sha1 and hmac-sha1-96 and removed hmac-ripemd160

[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