-
Make Client#{protocol_version,product_vendor,product_version} accessible
-
Add client.get for fetching instances with keys in Cimxml
-
Add bin/genclassinfo to generate Ruby classes from MOF
-
Add client.get for fetching instances with keys in Wsman
-
Properly handle EndpointReferences
-
Add Instance#invoke, based on type information from generated Ruby class
-
Add Client#get to get an instance by ObjectPath
-
Add Client#get to get an instance by EndPointReference
-
Add Client#profiles to enumerate CIM_RegisteredProfile
-
Client#class_names accepts an ObjectPath now
-
Adapt to sfcb 1.3.15 root/interop:CIM_Namespace
-
Assume cimxml is via https and wsman requires basic auth
-
Honor iAMT when choosing classnames
-
Detect client connection vs client protocol errors
-
Use optimized enumerations
-
Bugfix release
-
Make CimXml::ObjectPath and Wsman::EndPointReference behave similar
-
Make #instance_names return generic result
-
Implement #systems, #services, #processes, #networks and #storages
-
add ‘auth_scheme’ to client connection
-
support Intel AMT
-
add ‘class_names’, supporting WINRM
-
Unify ‘identify’
-
Add Client#product
-
First public version