Skip to content

Latest commit

 

History

History
92 lines (60 loc) · 1.55 KB

File metadata and controls

92 lines (60 loc) · 1.55 KB

[1.2.1] - 2020-03-09

Patch release for exception handling fix

Added

  • None

Changed

  • None

Fixed

  • Issue #13: Exception handling revered back to raise instead of raise APIException

Removed

  • None

[1.2.0] - 2020-02-03

New version of Cohesity Management SDK is here!

Added

  • Added support for LTS 6.4.1x Cohesity DataPlatform.

Changed

  • None

Fixed

  • None

Removed

  • None

[1.1.3] - 2019-11-05

New version of Cohesity Management SDK is here!

Added

  • Added support for LTS 6.3.1x Cohesity DataPlatform.

Changed

  • None

Fixed

  • None

Removed

  • None

[1.1.2] - 2019-08-12

New version of Cohesity Management SDK is here!

Added

  • ~40 endpoints supported in 6.4 have been added

Changed

  • None

Fixed

None

Removed

  • None

[1.1.1] - 2019-08-05

New version of Cohesity Management SDK is here!

Added

  • This SDK now supports Cohesity DataPlatform 6.4

Changed

  • Minor bug fixes for some model names.

Fixed

  • Fixed the issue #6 . Creating vlan is now possible through python sdk.

Removed

  • None.

[1.1.0] - 2019-06-20

Yay! New version of Cohesity Management SDK is here!

Added

  • This SDK now supports Cohesity DataPlatform 6.3

Changed

  • (BREAKING CHANGE) Models names have changed because the way we genereated the models was not consistent. We did to ensure future versions of the SDK are 100% backward compatible.

Fixed

  • None

Removed

  • Tenants controller(tenants_controller.py) is removed, now all the endpoints related to tenants are in tenant_controller.py