Skip to content

Releases: HewlettPackard/oneview-python

v5.1.1

30 Apr 15:40
bc68846
Compare
Choose a tag to compare

See CHANGELOG.MD for more information.

v.5.1.0

16 Apr 13:14
2f91d29
Compare
Choose a tag to compare

See CHANGELOG.MD for more information.

v5.0.0

20 Dec 11:05
b7742c6
Compare
Choose a tag to compare

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

  1. Supports API versions 800, 1000 and 1200.
  2. 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.
  3. Introduced mixin classes to include the optional features of the resources.
  4. 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.