Releases: libfuse/pyfuse3
Releases · libfuse/pyfuse3
Release 3.4.0
Release 3.3.0
Release 3.2.3
Release 3.2.2
ChangeLog: https://github.com/libfuse/pyfuse3/blob/3.2.2/Changes.rst#release-322-2022-09-28
Note: the pypi / .tar.gz package was cythonized with Cython 0.29.30 (sadly not with the current 0.29.32 due to a missing step in the release process).
pyfuse 3.1.1
- No source changes. Regenerated Cython files with Cython 0.29.21 for Python 3.9 compatibility.
pyfuse 3.0.0
-
Changed
create
handler to return aFileInfo
struct to allow for modification of certain kernel file attributes, e.g.direct_io
.Note that this change breaks backwards compatibility, code that depends on the old behavior needs to be changed.