Skip to content

Releases: asomers/py-libzfs

v2.0.1

29 Jun 18:01

Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.0.1

2.0.0

27 May 16:42

Choose a tag to compare

The first release since the fork from truenas to asomers. See CHANGELOG.md for the list of user-visible changes.

What's Changed

  • Don't fetch hidden properties by default by @Jsollvander in #1
  • Fix intermittent EINVAL in ZFSPool.sync by @asomers in #2
  • Merge the FreeBSD branch into master by @asomers in #3
  • Add build tests for FreeBSD to CI by @asomers in #4
  • Allow user to only look up properties they care about by @Jsollvander in #5
  • Run CI on pull requests, not just on pushes by @asomers in #8
  • Drop support for FreeBSD 12 and older by @asomers in #9
  • Note the ConnectWise py-libzfs fork in the README by @asomers in #11
  • Use get_children_recursive() everywhere by @Jsollvander in #12
  • Fix two of the backwards-compatibility properties by @asomers in #13
  • port: updates libzfs + zfs files to report trim status as originally intended by @tew42 in #14
  • Updates for Cython 3.x / OpenZFS 2.4.x / Debian 13.x / FreeBSD 13.5+ by @tew42 in #7
  • Add a CHANGELOG by @asomers in #15

New Contributors

Full Changelog: 9.10.1...v2.0.0