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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+22-1Lines changed: 22 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
12
12
-`LongTermService` with `get_cluster_periods()` and `get_instance_periods()` methods
13
13
-`VolumesService.delete_by_id()` method using `DELETE /v1/volumes/{volume_id}` endpoint
14
+
- Support for querying OS images by instance type via `verda.images.get(instance_type=...)`
14
15
15
-
## [1.22.0] - 2026-03-20
16
+
### Changed
17
+
18
+
- Refactored `Image` model to use `@dataclass` and `@dataclass_json` for consistency with `Instance` and `Volume`
19
+
20
+
## [1.24.0] - 2026-03-30
21
+
22
+
### Added
23
+
24
+
- 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`
25
+
26
+
### Changed
27
+
28
+
- 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`
29
+
30
+
## [1.23.1] - 2026-03-25
31
+
32
+
### Fixed
33
+
34
+
- Fixed volume mount fields (`volume_id`, `secret_name`, `file_names`, `size_in_mb`) being silently dropped during deserialization, causing deployment updates to fail with `volume_mounts.*.volume_id should not be null or undefined`
0 commit comments