Releases: phatina/python-lmiwbem
Releases · phatina/python-lmiwbem
python-lmiwbem-0.7.2
New in version 0.7.2:
- fixed parameter compatibility in
WBEMConnection.__init__()
with PyWBEM - fixed lmiwbem.config modifications
- improved exceptions handling
python-lmiwbem-0.7.1
New in version 0.7.1:
- fixed python3 build
- fixed boost::python library checks
python-lmiwbem-0.7.0
New in version 0.7.0:
- renamed to python-lmiwbem
- introduced WSMAN support
- URLInfo redesigned for better error handling
- various fixes and improvements
lmiwbem-0.6.0
New in version 0.6.0:
- WBEMConnection can parse
username:password
from URL - added compatibility parameters in pull operations
- added missing CIM error constants for pull operations
- lmiwbem.config object
- DEFAULT_NAMESPACE
- DEFAULT_TRUST_STORE
- SUPPORTS_PULL_OPERATIONS
- fixed overflow error for large int on 64-bit
- proper hostname is set for local connections
- unified string for whole code base
- source tree reorganization
- various fixes and improvements
lmiwbem-0.5.0
New in version 0.5.0:
- pull operations
- fixed
CIMIndicationListener
port value, when multiple bind retries are allowed - fixed multithreading races
- verbose exceptions (more informative exception message)
CIMError
,ConnectionError
can include intrinsic call names
and their parameters- configurable via
lmiwbem.EXCEPTION_VERBOSITY
- CIMIndicationListener.add_handler() can take tuple of handlers
- doc: switched to rtd theme
- various fixes and improvements
lmiwbem-0.4.0
New in version 0.4.0:
- introduce
WBEMConnection::setCredentials()
- introduce
WBEMConnection::setRequestAcceptLanguages()
- introduce distutils as secondary build system
- add missing hostname property to CIMInstance(Name)
- simplify
WBEMConnection::createInstance()
- refactor CIMConstants CIM errors
- various fixes
lmiwbem-0.3.1
New in version 0.3.0:
- refactor exception handling in WBEMConnection's CIM methods
- add property/parameter name to
Pegasus::TypeMismatchException
- set namespace for each CIMInstance when
WBEMConnection::enumerateInstances()
is called
lmiwbem-0.3.0
New in version 0.3.0:
- support ppc(64(le)), s390(x), aarch64
- conditional support of CIMIndicationListener
is_error()
- SLP discovery support
- fixed deadlocks when used by multithreaded application
- various fixes
lmiwbem-0.2.0
New in version 0.2.0:
- WBEMConnection:
AssociatorNames()
Associators()
CreateInstance()
DeleteInstance()
ExecQuery()
InvokeMethod()
ModifyInstance()
ReferenceNames()
References()
connectLocally()
- CIM operation timeout
- X509 authentication
- CIMInstance(Name) classes: iteration methods
- CIM* classes:
cmp()
copy()
tomof()
- CIM constants
- CIMError constants
- ConnectionError constants
- default namespace
- default trust store path
- CIMIndicationListener
is_subclass()
- Python 2.6 and 3.x support
- sphinx-based documentation
- various fixes
lmiwbem-0.1.0
New in version 0.1.0:
- initial release