Releases: bi-zone/wmi
Releases · bi-zone/wmi
v1.1.4
v1.1.3
v1.1.2
v1.1.1
Notifications
New API:
- Wrapper for
SWbemServices.ExecNotificationQuery
insideNotificationQuery
- Wrapper for
SWbemServices.Get
method insideSWbemServicesConnection
CreateQueryFrom
helper
Features:
- Add
SWbemServicesConnection
representing a connection to theSWbemServices
on a single server - Support of reference fields inside WMI classes (see
Decoder.Dereferencer
) - Multiple decoding changes:
- Add decoder tags to specify field->property names mapping and options
- Add custom unmarshalling interface (JSON-like)
- Add more supported types
Other:
- Major (forced by new API) refactoring of the original codebase
- Add lazy COM initialization (using
comshim
) - Make long-running memory tests not to run by default (see
memory_test.go)