Releases: Inner-Heaven/libzetta-rs
Releases · Inner-Heaven/libzetta-rs
v0.5.0
v0.4.3
v0.4.2
v0.4.0
v0.3.1
v0.3.0
What's Changed
- In CreateDatasetRequest, inherit most things if not explicitly set by @unrelentingtech in #155
- Add support for running channel programs by @unrelentingtech in #156
- Various fixes by @unrelentingtech in #154
- ci(azure): Bump builders to 20.04 by @andoriyu in #158
- chore(deps): update strum requirement from 0.22.0 to 0.23.0 by @dependabot in #160
- chore(deps): update strum_macros requirement from 0.22.0 to 0.23.0 by @dependabot in #162
- fix(zfs): filesystem_limit/snapshot_limit/filesystem_count/snapshot_count can now be 'none' by @unrelentingtech in #163
- chore(deps): update strum_macros requirement from 0.23.0 to 0.24.0 by @dependabot in #165
- chore(deps): update strum requirement from 0.23.0 to 0.24.0 by @dependabot in #164
- chore(deps): update derive_builder requirement from 0.10 to 0.11 by @dependabot in #167
- fix:(zpool): "see" line in status is not parsed correctly by @s-burris in #168
New Contributors
Full Changelog: v0.2.3...v0.3.0
v0.2.3
What's Changed
- chore(deps): update derive_builder requirement from 0.9 to 0.10 by @dependabot-preview in #141
- feat(ci): Create Dependabot config file by @dependabot-preview in #142
- chore(deps): update rand requirement from 0.7 to 0.8 by @dependabot in #143
- chore(deps): update strum_macros requirement from 0.18.0 to 0.21.0 by @dependabot in #145
- chore(deps): update strum requirement from 0.18.0 to 0.21.0 by @dependabot in #144
- fix(zfs): Fixed 'Failed to parse value: VariantNotFound' on Linux, zfs-2.0.3 by @Candunc in #146
- chore(deps): update strum requirement from 0.21.0 to 0.22.0 by @dependabot in #147
- feat(zfs): Convert nvlist errors to HashMaps to make the Error type Send+Sync (#152) by @unrelentingtech in #153
- Update to zfs-core-sys 0.5.0 / current libzfs_core ABI by @unrelentingtech in #151
New Contributors
Full Changelog: v0.2.2...v0.2.3
0.2.2
0.2.1
v0.2.0
Bug Fixes
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)