|
| 1 | +# CHANGELOG |
| 2 | + |
| 3 | + |
| 4 | +## 6.1.4 \(July 14th, 2022\) |
| 5 | +### Fixes: |
| 6 | +- fix `manage_dbaas` typo in `model_group_properties.py` |
| 7 | + |
| 8 | +## 6.1.3 \(July 14th, 2022\) |
| 9 | +### Known issues: |
| 10 | +- typo in `manage_dbaas` field in `model_group_properties.py` - generated as `manage_d_baa_s` |
| 11 | + |
| 12 | +## 6.1.2 \(July 14th, 2022\) |
| 13 | +### Fixes: |
| 14 | +- fix: added asn1crypto as required module |
| 15 | + |
| 16 | +## 6.1.1 \(July 14th, 2022\) |
| 17 | +### Features |
| 18 | +- added `manage_dbaas` field in `model_group_properties.py` : provides privilege for a group to manage DBaaS related functionality. Admin users already here this enabled by default. |
| 19 | +- added `delete_volumes` to `datacenters_servers_delete`: If true, all attached storage volumes will also be deleted. |
| 20 | +- added `boot_order` to volume properties : Determines whether the volume will be used as a boot volume. Set to `NONE`, the volume will not be used as boot volume. Set to `PRIMARY`, the volume will be used as boot volume and all other volumes must be set to `NONE`. Set to `AUTO` or `null` requires all volumes to be set to `AUTO` or `null`; this will use the legacy behavior, which is to use the volume as a boot volume only if there are no other volumes or cdrom devices. | [optional] [default to 'AUTO'] | |
| 21 | +- added certificate pinning to sdk python. Enabling certificate pinning allows you to bypass normal certificate checking, by supplying a SHA256 or SHA1 fingerprint of the leaf cert to be checked against what the server provides. |
| 22 | + |
| 23 | +## 6.1.0 \(June 15th, 2022\) |
| 24 | + |
| 25 | +### Enhancements: |
| 26 | + |
| 27 | +* added Application Load Balancer and Target Group, 18 new models and 2 new APIs |
| 28 | + |
| 29 | +## 6.0.4 \(May 17th, 2022\) |
| 30 | + |
| 31 | +### Fixes: |
| 32 | + |
| 33 | +* removed parameter for `KubernetesClusterProperties`, `KubernetesClusterPropertiesForPost` models: `public` |
| 34 | +* removed parameter for `KubernetesNodePoolProperties` model: `gateway_ip` |
| 35 | + |
| 36 | + |
| 37 | +## 6.0.3 \(April 7th, 2022\) |
| 38 | + |
| 39 | +### Enhancements: |
| 40 | + |
| 41 | +* added support for filter query parameters on GET requests |
| 42 | +* added support for http proxy (_**IONOS_HTTP_PROXY**_ and _**IONOS_HTTP_PROXY_HEADERS**_ environment variables) |
| 43 | + |
| 44 | + |
| 45 | +## 6.0.2 \(February 18th, 2022\) |
| 46 | + |
| 47 | +### Enhancements: |
| 48 | + |
| 49 | +* support for Token Authentication: new parameters on **ionoscloud.Configuration**: `token` _(instead of api_key)_ and **token_prefix** _(instead of api_key_prefix)_ |
| 50 | + |
| 51 | + |
| 52 | +## 6.0.1 \(February 4th, 2022\) |
| 53 | + |
| 54 | +### Enhancements: |
| 55 | + |
| 56 | +* new licence type: `WINDOWS2022` |
| 57 | +* new parameter on **KubernetesClusterProperties**, **KubernetesClusterPropertiesForPost** models: `public` |
| 58 | +* new parameter on **KubernetesNodePoolProperties** model: `gateway_ip` |
| 59 | +* new read-only parameter on **VolumeProperties** model: `boot_server` |
| 60 | + |
| 61 | + |
| 62 | +## 1.0.0 |
| 63 | + |
| 64 | +* Initial release |
0 commit comments