Skip to content

Releases: ohadravid/wmi-rs

v0.9.1

10 Oct 18:24
01a3c2c
Compare
Choose a tag to compare

v0.9.0

25 Jul 05:55
90ca1f7
Compare
Choose a tag to compare
  • Added CIMTYPE support in #33, so Variants returned from WMI are converted to the appropriate type even when the actual VARIANT type might be different. Queries that return a HashMap<String, Variant> might return different types of variants, but queries that return serde-deserialized structs aren't affected.

v0.8.1

08 Apr 15:13
64affa5
Compare
Choose a tag to compare
  • Replace unimplemented!() statement from safearray.rs with an error by @yusufpapurcu in #33

v0.8.0

10 Mar 06:51
5d589aa
Compare
Choose a tag to compare
  • Add async query support #30 by @apennamen 🎉 🎉
  • Expose wmi::query::build_query for building queries using filters

v0.7.0

07 Nov 16:56
Compare
Choose a tag to compare

v0.6.1

29 Oct 07:09
Compare
Choose a tag to compare

v0.6.0

14 Sep 16:01
Compare
Choose a tag to compare
  • Add unsafe with_initialized_com for WMIConnection
  • Fix some clippy warnings and mark additional public functions as unsafe

Replace failure with thiserror, added support for f32,f64 values

21 Jul 15:49
Compare
Choose a tag to compare

Replace failure with thiserror - #20 by @darkskygit
Added support for f32,f64 values - #17 by @robot-rover

v0.4.6

17 Oct 09:10
Compare
Choose a tag to compare

Crate can now be built using the stable compiler (by @Codeusa )

v0.4.5: Merge pull request #14 from cameron-rowe/namespace

24 Sep 08:36
4aad8a5
Compare
Choose a tag to compare
Added ability to specify a namespace when creating a connection