Releases: C2FO/vfs
Releases · C2FO/vfs
[6.13.0] - 2024-03-09
[6.11.4] - 2024-03-08
[6.12.1] - 2024-02-23
Fixed
- Fixed #170 - Fix bug where mem backend doesn't remove fs entries when location.DeleteFile is called
[6.12.0] - 2024-02-23
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
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
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
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
Fixed
- Fixed 154 bug. Updated sftp backend to overwrite except after read/seek.
[6.11.1] - 2024-01-22
Fixed
- Fixed #152 bug where s3 backend failed to read empty files
[6.11.0] - 2024-01-22
Added
- Added support for hmac-sha1 and hmac-sha1-96 and removed hmac-ripemd160