Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

Latest commit

 

History

History
64 lines (34 loc) · 5.05 KB

CHANGELOG.md

File metadata and controls

64 lines (34 loc) · 5.05 KB

0.2.2 (2020-04-26)

Bug Fixes

0.2.1 (2020-03-22)

Features

  • zfs: Fix dataset name parser for ZFS (#127) (db90fc7)

0.2.0 (2020-03-01)

Bug Fixes

  • zpool: Integer overflow in zpool parser (dd0da1b), closes #88

Features

  • 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)

Features