Skip to content

v1.4.0

Choose a tag to compare

@mamercad mamercad released this 09 Dec 16:43
· 8 commits to main since this release
769af31

Minor Changes

  • common, droplet_action_power, droplet_action_resize, droplet_action_snapshot - standardized error messages to include droplet IDs when multiple droplets with the same name are found, improving debugging experience. Added comprehensive unit tests for droplet_action modules (#250).

Bugfixes

  • droplet - fix C(unique_name) parameter not working correctly due to API name parameter not being supported. The module now fetches all droplets and filters client-side to properly detect existing droplets and prevent duplicate creation (#250).