Skip to content

v5.0.0

Compare
Choose a tag to compare
@sijeesh sijeesh released this 20 Dec 11:05
· 1089 commits to master since this release
b7742c6

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.