Releases: C2FO/vfs
Releases · C2FO/vfs
[6.23.0] - 2024-12-06
[v6.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.
[6.17.0] - 2024-09-10
Added
- Added additionally-supported HostKeyAlgorithms for SFTP backend. Resolves #198.
[6.16.0] - 2024-08-24
Security
- Fixes #196 - Update to latest go and dependencies
- Update .gvmrc to 1.23.0.
- Update go.mod min version to Go 1.23.
- Update actions to test only supported Go versions (1.22, 1.23).
- Updated dependencies.
- Update golangci-lint.yml for latest golang-ci-lint version.
[6.15.1] - 2024-06-18
Fixed
- Fixed #193 - Correct method signature for EncodeAuthority to not return an error.
Security
- Updated dependencies.
[6.15.0] - 2024-06-18
Added
- Fixed #191 - Add a util functions to encode authority strictly following RFC 3986.