Skip to content

v1.24.0

Latest

Choose a tag to compare

@tamirse tamirse released this 30 Mar 11:05
· 4 commits to master since this release
3dc3f19

[1.24.0] - 2026-03-30

Added

  • Added missing fields to the Volume class: pseudo_path, mount_command, create_directory_command, filesystem_to_fstab_command, instances, contract, base_hourly_cost, monthly_price, currency, long_term

Changed

  • Refactored Volume class to use @dataclass and @dataclass_json for consistency with Instance class. Volume.create_from_dict() is replaced by Volume.from_dict(); unknown API fields are now silently ignored via Undefined.EXCLUDE