Releases: bwester/consulfs
Releases · bwester/consulfs
v0.2.1: Dependency changes
Minor changes to dependencies:
- Start tracking dependencies with Go modules
- Update logrus to v1.2.0, changing the import path case from
Sirupsen
tosirupsen
v0.2.0
New features:
- Cancel Consul operations when the FS operation is canceled
- Read a file's "session" xattr to get its locked session
- Configurable timeouts
- Mount a key prefix
- Access control options
Breaking changes:
- [library]: Renamed a few identifiers
- [binary]: Changed the binary's path to github.com/bwester/consulfs/cmd/consulfs
v0.1.1
Disallow metadata via mount options Adds NoAppleDouble and NoAppleXattr to the default mount options. AppleDouble is the technique of storing extended attributes in regular files (._*). NoAppleXattr prevents Finder from looking for "com.apple.*" xattrs. Neither of these options prevent the "session" xattr from being read.