Skip to content

Releases: ohadravid/wmi-rs

v0.11.0

15 Jul 09:16
ed62448
Compare
Choose a tag to compare

What's Changed

  • Stop calling CoUninitialize, make COMLibrary: Copy + !Send by @ohadravid in #53
    • WMIConnection::new now accepts an instance of COMLibrary (and not an Rc<COMLibrary>).
    • Fixes a bug where COMLibrary was Send, and so could be moved to a different thread where COM was not initialized.

Full Changelog: v0.10.0...v0.11.0

v0.10.0

15 Jul 08:04
272b3e7
Compare
Choose a tag to compare

What's Changed

  • Drop dependency on async-std by using WMI's "native" async by @ohadravid in #50
    • Any async runtime can be used now
  • chore(deps): update widestring requirement from 0.5 to 1.0 by @dependabot in #51

Full Changelog: v0.9.3...v0.10.0

v0.9.3

13 Mar 08:11
d1d1a59
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.2...v0.9.3

v0.9.2

01 Nov 06:58
Compare
Choose a tag to compare

What's Changed

  • Use new From impl added in com 0.5 to avoid an unwrap
  • Update async-channel to 1.6 and async-std to 1.10
  • chore(deps): update com requirement from 0.4 to 0.5 by @dependabot in #41
  • chore(deps): update com requirement from 0.5 to 0.6 by @dependabot in #43
  • chore(deps): update widestring requirement from 0.4 to 0.5 by @dependabot in #42

New Contributors

Full Changelog: v0.9.1...v0.9.2

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