Skip to content

Releases: ohadravid/wmi-rs

v0.12.0

28 Feb 19:47
ae7c93c
Compare
Choose a tag to compare

What's Changed

  • Migration from winapi to windows-rs crate by @vthib in #68
  • This includes minor API changes in WMIError, see #68 for more details.

Full Changelog: v0.11.5...v0.12.0

v0.11.5

28 Feb 16:47
e9baa08
Compare
Choose a tag to compare

What's Changed

  • feat: properly handle cancellation of async notification by @vthib in #66

Full Changelog: v0.11.4...v0.11.5

v0.11.4

02 Dec 16:52
fbcd53c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.11.3...v0.11.4

v0.11.3

29 Sep 20:01
aaefb5a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.11.2...v0.11.3

v0.11.2

03 Sep 07:38
5137086
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.1...v0.11.2

v0.11.1

14 Aug 18:41
ef08f7d
Compare
Choose a tag to compare

What's Changed

  • feat: handle all integer types in safearray_to_vec by @vthib in #54

New Contributors

  • @vthib made their first contribution in #54

Full Changelog: v0.11.0...v0.11.1

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