Releases: HewlettPackard/python-hpOneView
v5.0.0-beta
Notes
Major release which extends support of the SDK to OneView Rest API version 800(OneView v4.1).
Major changes
- Designed a base class to keep all the common operations available for the resources.
- Introduced mixin classes to include the optional features of the resources.
- Resource data will be available with the resource object. This enhancement helps to
add helper methods and avoid passing uri/name to call the resource methods.
See CHANGELOG.MD for more information.
v4.8.0
v4.7.0
Notes
Major release which extends support of the SDK to OneView Rest API version 600 (OneView v4.0).
Also added a new resource: License
See CHANGELOG.MD for more information.
v4.6.0
Notes
Major release which extends support of the SDK to OneView Rest API version 600 (OneView v4.0 and HPE Synergy Image Streamer).
Major changes
- Extended support of SDK to HPE Synergy Image streamer API500 and API600.
See CHANGELOG.MD for more information.
v4.5.0
Notes
Major release which extends support of the SDK to OneView Rest API version 600 (OneView v4.0).
Patch endpoint is removed for a few resources and is subject to incompatible changes in future release versions.
See CHANGELOG.MD for more information.
v4.4.0
Notes
Enabled usage of a CA Certificate file for establishing a SSL connection to the HPE OneView Appliance.
New Resources:
- Version
See CHANGELOG.MD for more information.
v4.3.0
Notes
Added endpoints-support.md to track the supported and tested endpoints for the different HPE OneView REST APIs
New Resources:
- Login details
See CHANGELOG.MD for more information.
v4.2.0
v4.1.0
v4.0.0
Notes
Major release which extends support of the SDK to OneView Rest API version 500 (OneView v3.10).
Major changes
- Extended support of SDK to API500.
- Officially adopted Semantic Versioning for the SDK.
- Updated example files for most resources for improved readability and usability.
- General cleanup and removal of deprecated methods and classes.
See CHANGELOG.MD for more information.