Releases: HewlettPackard/oneview-python
Releases · HewlettPackard/oneview-python
v5.1.1
See CHANGELOG.MD for more information.
v.5.1.0
See CHANGELOG.MD for more information.
v5.0.0
Notes
Initial release of the new SDK which supports OneView REST API versions 800, 1000 and 1200.
This release doesn't support all the features available with API versions 800, 1000 and 1200. See endpoints-support.md file to know more about the supported resources and its endpoints.
Major changes
- Supports API versions 800, 1000 and 1200.
- Refactored base classes to make resource data available with the resource object.
This will help to add more helper methods for the resources and hide data complexity from the user. - Introduced mixin classes to include the optional features of the resources.
- Added common operations like create,delete,update,etc. for all the resources by introducing a base class for the resource client classes.
See CHANGELOG.MD for more information.