- Adds support for IMC version 4.0(1c), 4.0(2b)
- Updated requirements to include setuptools
- Fixed an issue with missed requirement files
- Added Python 3.6,3.7 to package meta
- Support for Python3
- Support for more APIs
- Misc bug fixes
- Adds support for IMC version 3.0(2b), 3.0(3a) and 3.1(1d)
- Adds support for HX platform
- Fixes sync_mo
- Containerizes imcsdk support for CIMC 3.0 using Docker
- Adds context manager support for ImcHandle
- Redesigned APIs for the following,
- BIOS
- Boot Order
- Certificate
- KVM
- LDAP
- NTP
- SNMP
- SOL
- Syslog
- Storage
- vMedia
- Adds support for IMC version 3.0(1c)
- New APIs for the following,
- Secure Drive Encryption
- BIOS Profile
- Native Hardware Inventory Collection
- Enable Redfish support
- LDAP
- NTP
- IP Filtering
- IP Blocking
- Asset Tagging
- Redesigned APIs for the following,
- SNMP Traps and users
- Local Users
- Adaptor operations
- KVM/Sol/Vmedia operations
- Power Budgeting and Power Capping
- Boot Order Precision and Legacy Boot order
- Improved local inventory collection API; handles multiple IMC servers and supports multiple output formats
- Support for skipping attributes of a Managed object not known to a server version
- Support for handling of interim/spin builds
- Bug fix in monitoring firmware upgrade API
- Bug fix in handle.query_children API when class_id and hierarchy are specified
- Improved test Coverage
- Support for Modular C3260 and Classic platforms
- Supports every Managed Object exposed by IMC upto version 2.0(13e)
- Support to invoke APIs on individual server modules in case of C3260 platform
- Support for TLSv1.1/v1.2 and fallback to TLSv1 for older versions
- Support to filter out non-applicable properties based on the C-series platform
- Validation of Managed Object version with the C-series version for better error-handling
- Added APIs layer to the sdk
- Fixed an issue with pip install
- Python SDK for IMC rack server management and related automation
- Supports every Managed Object exposed by IMC
- APIs for CRUD operations simplified
- Runtime memory usage is reduced
- Nosetests for unit testing
- Samples directory for more real world use cases
- Integrating the sphinx framework for documentation
- PEP8 Compliance