Releases: C2FO/vfs
Releases · C2FO/vfs
[v6.26.0] - 2025-02-19
[6.25.1] - 2025-01-09
[6.25.0] - 2025-01-08
Added
- Added NewFile option for Content-Type.
- Windows support in the os backend.
Fixed
- Ability to run all unit tests on Windows.
- Deprecated delete.WithDeleteAllVersions in favor of delete.WithAllVersions.
Security
- Switched to new Azure SDK (from deprecated github.com/Azure/azure-storage-blob-go)
- Updated dependencies
[6.24.0] - 2024-12-16
Security
- updated dependencies
[6.23.0] - 2024-12-06
Security
- updated dependencies
[6.22.0] - 2024-11-06
What's Changed
- ensure readEOFSeen reset after reseting cursor with Seek by @dustin-schnee in #215
Full Changelog: v6.21.0...v6.22.0
[6.21.0] - 2024-11-04
Fixed
- Unit Test improvements: report underlying unit tests errors, always run test cases in a sub-test, always use test suite functions, use more specific assert functions where possible.
- General spelling and grammar corrections everywhere.
- Normalize whitespace: Removed trailing whitespace and superfluous new lines.
- Ensure all mocked types are included in mockery configuration and regenerate.
[6.20.0] - 2024-10-15
Added
- Add IncludeInsecureCiphers option to FTP backend. Fixes #204.
[6.19.0] - 2024-09-13
Added
- Add ability to set file permissions after writing an SFTP file. Resolves #202.
[6.18.0] - 2024-09-12
Added
- Updated mocks to use mockery Expecter. Resolves #200.