Releases: ohadravid/wmi-rs
Releases · ohadravid/wmi-rs
v0.12.0
v0.11.5
v0.11.4
What's Changed
- Little changes for workflows and cargo.toml by @MineBartekSA in #61
- Remove dependency on old version of time by @eutampieri in #62
New Contributors
- @eutampieri made their first contribution in #62
Full Changelog: v0.11.3...v0.11.4
v0.11.3
What's Changed
- chore(deps): update criterion requirement from 0.3 to 0.4 by @dependabot in #59
- Support for Event notifications by @MineBartekSA in #60
New Contributors
- @MineBartekSA made their first contribution in #60
Full Changelog: v0.11.2...v0.11.3
v0.11.2
What's Changed
- Use a timeout when calling
ConnectServer
by @ohadravid in #57
Full Changelog: v0.11.1...v0.11.2
v0.11.1
v0.11.0
What's Changed
- Stop calling
CoUninitialize
, makeCOMLibrary: Copy + !Send
by @ohadravid in #53WMIConnection::new
now accepts an instance ofCOMLibrary
(and not anRc<COMLibrary>
).- Fixes a bug where
COMLibrary
wasSend
, 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
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
What's Changed
- Change
chrono
to be a default-feature, and add atime
feature by @poliorcetics in #45 and @ohadravid in #47
New Contributors
- @poliorcetics made their first contribution in #45
Full Changelog: v0.9.2...v0.9.3
v0.9.2
What's Changed
- Use new
From
impl added incom
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
- @dependabot made their first contribution in #41
Full Changelog: v0.9.1...v0.9.2