Skip to content

Latest commit

 

History

History
45 lines (26 loc) · 748 Bytes

CHANGELOG.rdoc

File metadata and controls

45 lines (26 loc) · 748 Bytes

0.2.8

  • Client#class_names accepts an ObjectPath now

0.2.7

  • Adapt to sfcb 1.3.15 root/interop:CIM_Namespace

  • Assume cimxml is via https and wsman requires basic auth

0.2.6

  • Honor iAMT when choosing classnames

  • Detect client connection vs client protocol errors

  • Use optimized enumerations

0.2.5

  • Bugfix release

0.2.4

  • Make CimXml::ObjectPath and Wsman::EndPointReference behave similar

0.2.3

  • Make #instance_names return generic result

  • Implement #systems, #services, #processes, #networks and #storages

0.2.1

  • add ‘auth_scheme’ to client connection

  • support Intel AMT

0.2.0

  • add ‘class_names’, supporting WINRM

0.1.1

  • Unify ‘identify’

  • Add Client#product

0.1.0

  • First public version