Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

Releases: whamcloud/rust-libzfs

v0.6.6libzfs: Bump bindgen to latest (#56)

19 Apr 14:10
07427b2
Compare
Choose a tag to compare
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)

19 Apr 14:02
07427b2
Compare
Choose a tag to compare
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)

19 Apr 16:02
72461a7
Compare
Choose a tag to compare
* 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)

12 Apr 20:58
f16442e
Compare
Choose a tag to compare
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)

12 Apr 20:47
f16442e
Compare
Choose a tag to compare
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

12 Apr 22:15
Compare
Choose a tag to compare

v0.2.4fable-import-nodelibzfs

02 Apr 17:54
04af525
Compare
Choose a tag to compare
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

30 Mar 20:28
Compare
Choose a tag to compare

v0.2.2fable-import-nodelibzfs

29 Mar 18:59
Compare
Choose a tag to compare
bump

Signed-off-by: Joe Grund <[email protected]>

[email protected]

29 Mar 01:50
Compare
Choose a tag to compare

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.