Releases: ohadravid/wmi-rs
Releases · ohadravid/wmi-rs
v0.9.1
v0.9.0
- Added
CIMTYPE
support in #33, soVariant
s returned from WMI are converted to the appropriate type even when the actualVARIANT
type might be different. Queries that return aHashMap<String, Variant>
might return different types of variants, but queries that return serde-deserialized structs aren't affected.
v0.8.1
v0.8.0
v0.7.0
- Fix soundness issue with handling of BSTRs by @MaulingMonkey (#28)
- Mark QueryResultEnumerator::new and IWbemClassWrapper::new as unsafe by @MaulingMonkey (#27)
- Fix query and filter generation when values need escaping @MaulingMonkey (#29)
v0.6.1
v0.6.0
Replace failure with thiserror, added support for f32,f64 values
Replace failure with thiserror - #20 by @darkskygit
Added support for f32,f64 values - #17 by @robot-rover
v0.4.6
v0.4.5: Merge pull request #14 from cameron-rowe/namespace
Added ability to specify a namespace when creating a connection