Skip to content

Releases: ans-group/sdk-php

v2.8.0

05 May 16:04
e08d96e

Choose a tag to compare

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

05 May 16:06
859841a

Choose a tag to compare

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

31 Mar 13:28
f7a50c4

Choose a tag to compare

Updates

  • Refactor RecoveryPlan properties to make name nullable and remove description

v1.30.0

31 Mar 13:57
da7080d

Choose a tag to compare

### Updates

  • Refactor RecoveryPlan properties to make name nullable and remove description

v2.6.1

17 Mar 10:04
d86e56c

Choose a tag to compare

What's Changed

Full Changelog: v2.6.0...v2.6.1

v2.6.0

09 Mar 15:35
d59e439

Choose a tag to compare

What's Changed

Full Changelog: v2.5.0...v2.6.0

v1.29.0

09 Mar 16:01
51c1453

Choose a tag to compare

What's Changed

Full Changelog: v1.28.0...v1.29.0

v2.5.0

05 Mar 11:19
c4de12e

Choose a tag to compare

What's Changed

Full Changelog: v2.4.0...v2.5.0

v2.4.0

02 Mar 12:51
d58a202

Choose a tag to compare

Updates

  • Add source property to DRaaS Tenant entity

What's changed

17 Feb 15:54
e2e02bd

Choose a tag to compare

  • pull recovery plan changes from V1 into V2