This repository has been archived by the owner on Jul 25, 2024. It is now read-only.
Releases: whamcloud/rust-libzfs
Releases · whamcloud/rust-libzfs
v0.6.6libzfs: Bump bindgen to latest (#56)
A bug was recently fixed in bindgen which means we can now generate bindings with the latest version. Bump bindgen to latest and do any api / binding usage fixes. Signed-off-by: Joe Grund <[email protected]>
v0.5.5libzfs-sys: Bump bindgen to latest (#56)
A bug was recently fixed in bindgen which means we can now generate bindings with the latest version. Bump bindgen to latest and do any api / binding usage fixes. Signed-off-by: Joe Grund <[email protected]>
v0.1.17node-libzfs: Change size parsing to string (#57)
* Change size parsing to string Change the encode / decode of pool size to a string to not fail validation of `Decode.int`. Signed-off-by: Joe Grund <[email protected]> * bump versions Signed-off-by: Joe Grund <[email protected]>
v0.6.5libzfs: Bump ZFS (#55)
Bump the zfs version used for bindgen to 0.7.8. Signed-off-by: Joe Grund <[email protected]>
v0.5.4libzfs-sys: Bump ZFS (#55)
Bump the zfs version used for bindgen to 0.7.8. Signed-off-by: Joe Grund <[email protected]>
v0.1.16node-libzfs: bump metadata files
Signed-off-by: Joe Grund <[email protected]>
v0.2.4fable-import-nodelibzfs
Add fn to encode to fable from JS. (#54) Add a method to encode the JS VDev tree received from node-libzfs into a Fable recursive DU. This needs to be done because fable cannot understand an incoming JS object as a DU when it's missing the tags fable needs. This function will pass over the VDev tree once to convert it. Signed-off-by: Joe Grund <[email protected]>
v0.2.3fable-import-nodelibzfs: bump
Signed-off-by: Joe Grund <[email protected]>
v0.2.2fable-import-nodelibzfs
bump Signed-off-by: Joe Grund <[email protected]>
[email protected]
Update Fable.Import.NodeLibzfs
to
return props in pools and datasets.
In addition add readonly property to the zpool object
and change uid -> guid which is now a u64.