You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
[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