Skip to content
This repository was archived by the owner on May 17, 2026. It is now read-only.

Tags: digineo/afero

Tags

v1.14.0

Toggle v1.14.0's commit message

Verified

This tag was signed with the committer’s verified signature.
sagikazarmark Márk Sági-Kazár
Release 1.14.0

v1.13.0

Toggle v1.13.0's commit message

Verified

This tag was signed with the committer’s verified signature.
sagikazarmark Márk Sági-Kazár
Release 1.13.0

sftpfs/v1.14.0

Toggle sftpfs/v1.14.0's commit message

Verified

This tag was signed with the committer’s verified signature.
sagikazarmark Márk Sági-Kazár
Release sftpfs 1.14.0

gcsfs/v1.14.0

Toggle gcsfs/v1.14.0's commit message

Verified

This tag was signed with the committer’s verified signature.
sagikazarmark Márk Sági-Kazár
Release gcsfs 1.14.0

v1.12.0

Toggle v1.12.0's commit message

Verified

This tag was signed with the committer’s verified signature.
sagikazarmark Márk Sági-Kazár
Release 1.12.0

v1.11.0

Toggle v1.11.0's commit message
github: Bump GitHub actions versions

v1.10.0

Toggle v1.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix rename mem fs with descendants

Fixes  spf13#141

v1.9.5

Toggle v1.9.5's commit message
Fix failing tests on Windows with Go 1.20

v1.9.4

Toggle v1.9.4's commit message
all: Run gofumpt -l -w .

v1.9.3

Toggle v1.9.3's commit message
Fix concurrency issue in MemMapFs.Mkdir/MkdirAll

* The backing map is protected by a RWMutex
* This commit double checks for the existence of the directory inside the write lock to avoid potential data races when multiple goroutines tries to create
the same directory.

Fixes spf13#361
Fixes spf13#298