Releases: ans-group/sdk-php
Releases · ans-group/sdk-php
v2.8.0
Updates
- Added a new isPrivate property to both Volume and VolumeGroup entities to support tracking of private volumes and groups.
- Added a static $entityMap property to both the Volume and VolumeGroup entity classes to define their field mappings in a single location.
- Updated the getEntityMap() methods in VolumeClient and VolumeGroupClient to return the respective entity's $entityMap property instead of having their own mapping arrays.
v1.31.0
Updates
- Added a new isPrivate property to both Volume and VolumeGroup entities to support tracking of private volumes and groups.
- Added a static $entityMap property to both the Volume and VolumeGroup entity classes to define their field mappings in a single location.
- Updated the getEntityMap() methods in VolumeClient and VolumeGroupClient to return the respective entity's $entityMap property instead of having their own mapping arrays.
v2.7.0
v1.30.0
v2.6.1
v2.6.0
What's Changed
- 54789 recovery plans start stop by @amy-welch-ans in #570
Full Changelog: v2.5.0...v2.6.0
v1.29.0
What's Changed
- add start stop to recovery plans by @amy-welch-ans in #571
Full Changelog: v1.28.0...v1.29.0
v2.5.0
v2.4.0
What's changed
- pull recovery plan changes from V1 into V2