Skip to content

Tags: C2FO/vfs

Tags

v7.10.0

Toggle v7.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update Go version and fix lint issues

Updated Go version and fixed lint issues.

contrib/vfsevents/v1.1.0

Toggle contrib/vfsevents/v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update Go version and fix lint issues

Updated Go version and fixed lint issues.

contrib/lockfile/v1.1.0

Toggle contrib/lockfile/v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update Go version and fix lint issues

Updated Go version and fixed lint issues.

v7.9.0

Toggle v7.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added ConnectionTimout option (default 30s) to sftp backend configura… (

#292)

* Added ConnectionTimout option (default 30s) to sftp backend configurable via WithOption or WithConnectionTimeout. Fixes #291

* Update CHANGELOG.md

Co-authored-by: Copilot <[email protected]>

* fix options name in doc

---------

Co-authored-by: Copilot <[email protected]>

v7.8.3

Toggle v7.8.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixes #289. Inverted logic in SFTP connTimerStart causing premature c…

…onnection closes (#290)

v7.8.2

Toggle v7.8.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update CHANGELOG for version 7.8.2

Added release notes for version 7.8.2 with fixes.

contrib/vfsevents/v1.0.2

Toggle contrib/vfsevents/v1.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update CHANGELOG for version 7.8.2

Added release notes for version 7.8.2 with fixes.

contrib/lockfile/v1.0.1

Toggle contrib/lockfile/v1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update CHANGELOG for version 7.8.2

Added release notes for version 7.8.2 with fixes.

v7.8.1

Toggle v7.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed typed nil pointer bug in sftp backend. Fixes #274. (#275)

* Fixed typed nil pointer bug in sftp backend.  Fixes #274.

* fix version in changelog

* Update backend/sftp/fileSystem.go

Co-authored-by: Copilot <[email protected]>

---------

Co-authored-by: Copilot <[email protected]>

v7.8.0

Toggle v7.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
updated github actions workflows to support multi-modules. (#273)

* updated github actions workflows to support multi-modules.

* forgot to add module-ci.

* fix lint issues for vfsevents

* fix timing issues with cross-platform vfsevents tests

* try fix again

* add debug messages

* add debouncing for fsnoitfy

* fix more tests

* linter action fix

* linter action fix, simplfication

* linter action fix, fix runs-on

* linter action fix, make dynamic

* linter action fix, fix json handling

* update changelog