Skip to content

Releases: Inner-Heaven/libzetta-rs

v0.5.0

13 May 00:53
Compare
Choose a tag to compare

[0.5.0] - 2023-05-13

Features

  • zpool: [breaking] Change ZpoolEngine::{status,status_all,all} functions (#196)

v0.4.3

12 May 20:57
Compare
Choose a tag to compare

[0.4.3] - 2023-05-12

Bug Fixes

  • Accidentally used Deref from reexport instead of std. (#186)
  • Include colon in valid path param (#189)

Features

  • zpool: Add status_all(...) fn to query zpool status with some parameters (#190)

v0.4.2

12 May 20:57
Compare
Choose a tag to compare

[0.4.2] - 2023-04-01

Bug Fixes

  • Fix solaris build by using forked zfs-core-sys (#185)

v0.4.0

12 May 20:58
a6cdc8a
Compare
Choose a tag to compare

[0.4.0] - 2023-04-01

Bug Fixes

  • zfs: Allow snapshotting of entire pool (#173)
  • zpool: Handling of in-use spares

Documentation

  • README: Bring it more closer to reality. (#171)

v0.3.1

17 Apr 22:01
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.3.1

v0.3.0

16 Apr 19:00
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.3...v0.3.0

v0.2.3

16 Apr 19:00
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.2...v0.2.3

0.2.2

26 Apr 21:43
v0.2.2
ef55519
Compare
Choose a tag to compare

0.2.2 (2020-04-26)

Bug Fixes

0.2.1

22 Mar 04:20
v0.2.1
f956918
Compare
Choose a tag to compare
0.2.1 Pre-release
Pre-release

0.2.1 (2020-03-22)

Bug Fixes

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

v0.2.0

01 Mar 02:53
v0.2.0
d34b4a4
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

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)