Skip to content

Releases: libfuse/pyfuse3

Release 3.4.0

28 Aug 21:28
3.4.0
c0ed664
Compare
Choose a tag to compare

Release 3.3.0

06 Aug 18:13
820f8d2
Compare
Choose a tag to compare

Release 3.2.3

09 May 18:59
3.2.3
542cc2b
Compare
Choose a tag to compare

Release 3.2.2

28 Sep 00:13
3.2.2
1014a6e
Compare
Choose a tag to compare

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

06 Oct 19:04
release-3.1.1
Compare
Choose a tag to compare
  • No source changes. Regenerated Cython files with Cython 0.29.21 for Python 3.9 compatibility.

pyfuse 3.0.0

08 May 18:33
release-3.0.0
Compare
Choose a tag to compare
  • Changed create handler to return a FileInfo 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.