We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5a42c1 commit f784506Copy full SHA for f784506
1 file changed
CHANGELOG.md
@@ -12,10 +12,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
12
- `LongTermService` with `get_cluster_periods()` and `get_instance_periods()` methods
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=...)`
15
+- Apache 2.0 license headers to all source files
16
17
### Changed
18
19
- Refactored `Image` model to use `@dataclass` and `@dataclass_json` for consistency with `Instance` and `Volume`
20
+- License changed from MIT to Apache 2.0
21
22
## [1.24.0] - 2026-03-30
23
0 commit comments