0.2.2 (2020-04-26)
0.2.1 (2020-03-22)
0.2.0 (2020-03-01)
- Add a single point of logging configuration (#123) (3f4bba0)
- zfs: Ability to read filesystem dataset properties (#111) (1f89fc3)
- zfs: Ability to send snapshot (#119) (1ac0560)
- zfs: Ability to work with bookmarks (7721776)
- zfs: Add PathExt trait to make it easier to work with dataset names (#100) (ffdaf4d)
- zfs: Basic zfs create and destroy operations (#91) (fdb40c5)
- zfs: Check existence of dataset. (bc0b632)
- zfs: Listing filesystems and volumes (#94) (978645c)
- zfs: Pass errors from lzc snapshot call to the consumer. (#102) (f0bcbbd), closes #99
- zfs: Read properties of a bookmark (#114) (88ea5f0)
- zfs: Read properties of a snapshot (#112) (1348a0f)
- zfs: Read properties of a volume (#113) (4361251)
- zfs: Remove known unknowns from properties (#121) (2ba858c)
- Fuzzy testing target (#90) (8c300ff)
- Inception of ZFS module (#83) (ce626a0)
- remove unicode feature from regex crate (#93) (e175499)
0.1.2 (2019-08-12)
0.1.1 (2019-08-12)
- zpool: Add regex for another type of vdev reuse. Closes #49 (#69) (b7b0466)
- zpool: Add replace_disk. Closes #25 (#67) (c4cfc40)
- zpool: Add Zpool::add (#53) (2cbf197)
- zpool: Fix parser for logs and caches. Add add_zil and add_cache (#63) (ff2eda5), closes #62 #61
- zpool: Remove device from zpool (#60) (28c90ff), closes #59