- Version: Minimal version is now python 3.9
- Improvement: Add proper noqa comments for docstrings
- Improvement: Update type annotations for better type safety
- Improvement: Increase max length of
machine_typeandvolume_performance_classfields from 63 to 127 characters in API methods - Improvement: Increase max length of
namefields from 63 to 127 characters for various models:AffinityGroup,Backup,BootVolume,CreateAffinityGroupPayload,CreateBackupPayloadCreateImagePayload,CreateNetworkAreaPayload,CreateNetworkPayload,CreateNicPayloadCreateSecurityGroupPayload,CreateServerPayload,CreateSnapshotPayload,CreateVolumePayloadImage,MachineType,Nic,PartialUpdateNetworkAreaPayload,PartialUpdateNetworkPayloadResizeServerPayload,SecurityGroup,Server,ServerNetwork,SnapshotUpdateBackupPayload,UpdateImagePayload,UpdateNicPayload,UpdateSecurityGroupPayloadUpdateServerPayload,UpdateSnapshotPayload,UpdateVolumePayload,Volume,VolumePerformanceClass
- Improvement: Update regular expression pattern for name validation to allow more flexible naming conventions
- Increase max length of description from 127 to 255 for
- Security groups:
BaseSecurityGroupRule,CreateSecurityGroupPayload,CreateSecurityGroupRulePayload,SecurityGroup,SecurityGroupRule,UpdateSecurityGroupPayload - Volumes:
CreateVolumePayload,UpdateVolumePayload,Volume,VolumePerformanceClass MachineType
- Security groups:
- Set max length of description of
Networkto 255 - Update the description of
ServerandCreateServerPayloadstatus field to include new possible valuePAUSED
- Improvement: Update descriptions
- Feature: Update user-agent header
- Improvement: Upgrading from IaaS beta endpoints to v1
- Feature: Add new method to filter
ListMachineTypes:Filter
- Feature: Add method to list all public ip ranges:
list_public_ip_ranges - Add size attribute to image model
- Add CPU architecture attribute to image config model
- Bugfix:
configuration.pyregion adjustment was missing
- Breaking Change::
get_host_from_settingsreturns an error if a region is specified for a global URL.
STACKIT will move to a new way of specifying regions, where the region is provided as a function argument instead of being set in the client configuration. Once all services have migrated, the methods to specify the region in the client configuration will be removed.
- Feature: Add new methods to manage affinity groups:
create_affinity_group,delete_affinity_group,get_affinity_group, andlist_affinity_group - Feature: Add new methods to manage backups:
create_backup,delete_backup,get_backup,list_backup,restore_backup,execute_backup,update_backup - Feature: Add new methods to manage images:
create_image,delete_image,get_image,list_image,update_image - Feature: Add new methods to manage imageshares:
delete_image_share,get_image_share,set_image_share,update_image_share - Feature: Add new methods to manage imageshare consumers:
delete_image_share_consumer,get_image_share_consumer,set_image_share,update_image_share - Feature: Add new methods to manage project NICs:
get_project_nic,list_project_nics - Feature: Add new methods to manage snapshots:
create_snapshot,delete_snapshot,get_snapshot,list_snapshot,update_snapshot
- Manage your STACKIT Infrastructure as a Service (IaaS) resources
- Usage example