|
1 | 1 | ## Release (2025-XX-YY)
|
2 |
| - |
3 |
| -- `alb`: [v0.3.1](services/alb/CHANGELOG.md#v031) |
4 |
| - - **Internal:** Improve deserializing and error types |
| 2 | +- `alb`: |
| 3 | + - [v0.4.0](services/alb/CHANGELOG.md#v040) |
| 4 | + - **Feature:** Add new field `load_balancer_security_group` in `LoadBalancer`, `CreateLoadBalancerPayload` and `UpdateLoadBalancerPayload` Models |
| 5 | + - [v0.3.1](services/alb/CHANGELOG.md#v031) |
| 6 | + - **Internal:** Improve deserializing and error types |
5 | 7 | - `authorization`: [v0.2.5](services/authorization/CHANGELOG.md#v025)
|
6 | 8 | - **Internal:** Improve deserializing and error types
|
7 | 9 | - `certificates`: [v1.0.2](services/certificates/CHANGELOG.md#v102)
|
8 | 10 | - **Internal:** Improve deserializing and error types
|
9 | 11 | - `lbapplication`: [v0.3.4](services/lbapplication/CHANGELOG.md#v034)
|
10 | 12 | - **Internal:** Improve deserializing and error types
|
11 |
| -- `loadbalancer`: [v0.4.1](services/loadbalancer/CHANGELOG.md#v041) |
12 |
| - - **Internal:** Improve deserializing and error types |
| 13 | +- `loadbalancer`: |
| 14 | + - [v0.5.0](services/loadbalancer/CHANGELOG.md#v050) |
| 15 | + - **Feature:** Add new field `load_balancer_security_group` in `LoadBalancer`, `CreateLoadBalancerPayload` and `UpdateLoadBalancerPayload` Models |
| 16 | + - [v0.4.1](services/loadbalancer/CHANGELOG.md#v041) |
| 17 | + - **Internal:** Improve deserializing and error types |
13 | 18 | - `logme`: [v0.3.2](services/logme/CHANGELOG.md#v032)
|
14 | 19 | - **Internal:** Improve deserializing and error types
|
15 | 20 | - `mariadb`: [v0.2.3](services/mariadb/CHANGELOG.md#v023)
|
16 | 21 | - **Internal:** Improve deserializing and error types
|
17 | 22 | - `modelserving`: [v0.1.2](services/modelserving/CHANGELOG.md#v012)
|
18 | 23 | - **Internal:** Improve deserializing and error types
|
| 24 | +- `mongodbflex`: |
| 25 | + - [v1.1.0](services/mongodbflex/CHANGELOG.md#v110) |
| 26 | + - **Breaking Change:** Add required `region` parameter to all API methods. |
| 27 | + - **Feature:** Add new methods `clone_instance()` and `restore_instance()`. |
| 28 | + - **Feature:** Add new models `InstanceFlavor` and `InstanceResponse`. |
19 | 29 | - `objectstorage`: [v1.0.4](services/objectstorage/CHANGELOG.md#v104)
|
20 | 30 | - **Internal:** Improve deserializing and error types
|
21 |
| -- `observability`: [v0.5.1](services/observability/CHANGELOG.md#v051) |
22 |
| - - **Internal:** Improve deserializing and error types |
| 31 | +- `observability`: |
| 32 | + - [v0.6.0](services/observability/CHANGELOG.md#v060) |
| 33 | + - **Feature:** Add new methods `get_logs_configs()`, `update_logs_configs()`, `get_traces_configs()`, `update_traces_configs()`, `get_metrics_storage_retention()`, `update_metrics_storage_retention()`, `get_scrape_config()`, `update_scrape_config()`, `list_acl()`, `update_acl()`, `list_alert_config_receivers()`, `list_alert_config_routes()`, `update_alert_config_receiver()`, `update_alert_config_route()`, `list_alertgroups()`, `list_alertrules()`, `list_credentials()`, `list_instances()` |
| 34 | + - **Feature:** Add new models `LogsConfig`, `LogsConfigResponse`, `TraceConfig`, `TracesConfigResponse`, `UpdateLogsConfigsPayload`, `UpdateTracesConfigsPayload` |
| 35 | + - [v0.5.1](services/observability/CHANGELOG.md#v051) |
| 36 | + - **Internal:** Improve deserializing and error types |
23 | 37 | - `postgresflex`: [v1.0.2](services/postgresflex/CHANGELOG.md#v102)
|
24 | 38 | - **Internal:** Improve deserializing and error types
|
25 | 39 | - `rabbitmq`: [v0.2.2](services/rabbitmq/CHANGELOG.md#v022)
|
|
97 | 111 | - **Internal:** Improve deserializing and error types
|
98 | 112 | - [v0.3.0](services/opensearch/CHANGELOG.md#v030)
|
99 | 113 | - **Breaking change:** Attribute `tls_protocols` of `InstanceParameters` model is now of type `List[StrictStr]` (previously `StrictStr`)
|
100 |
| -- `iaas`: [v0.5.4](services/iaas/CHANGELOG.md#v054) |
101 |
| - - **Improvement:** Increase max length of `machine_type` and `volume_performance_class` fields from 63 to 127 characters in API methods |
102 |
| - - **Improvement:** Increase max length of `name` fields from 63 to 127 characters for various models: |
103 |
| - - `AffinityGroup`, `Backup`, `BootVolume`, `CreateAffinityGroupPayload`, `CreateBackupPayload` |
104 |
| - `CreateImagePayload`, `CreateNetworkAreaPayload`, `CreateNetworkPayload`, `CreateNicPayload` |
105 |
| - `CreateSecurityGroupPayload`, `CreateServerPayload`, `CreateSnapshotPayload`, `CreateVolumePayload` |
106 |
| - `Image`, `MachineType`, `Nic`, `PartialUpdateNetworkAreaPayload`, `PartialUpdateNetworkPayload` |
107 |
| - `ResizeServerPayload`, `SecurityGroup`, `Server`, `ServerNetwork`, `Snapshot` |
108 |
| - `UpdateBackupPayload`, `UpdateImagePayload`, `UpdateNicPayload`, `UpdateSecurityGroupPayload` |
109 |
| - `UpdateServerPayload`, `UpdateSnapshotPayload`, `UpdateVolumePayload`, `Volume`, `VolumePerformanceClass` |
110 |
| - - **Improvement:** Update regular expression pattern for name validation to allow more flexible naming conventions |
| 114 | +- `iaas`: |
| 115 | + - [v0.5.5](services/iaas/CHANGELOG.md#v055) |
| 116 | + - **Improvement:** Add proper noqa comments for docstrings |
| 117 | + - **Improvement:** Update type annotations for better type safety |
| 118 | + - [v0.5.4](services/iaas/CHANGELOG.md#v054) |
| 119 | + - **Improvement:** Increase max length of `machine_type` and `volume_performance_class` fields from 63 to 127 characters in API methods |
| 120 | + - **Improvement:** Increase max length of `name` fields from 63 to 127 characters for various models: |
| 121 | + - `AffinityGroup`, `Backup`, `BootVolume`, `CreateAffinityGroupPayload`, `CreateBackupPayload` |
| 122 | + `CreateImagePayload`, `CreateNetworkAreaPayload`, `CreateNetworkPayload`, `CreateNicPayload` |
| 123 | + `CreateSecurityGroupPayload`, `CreateServerPayload`, `CreateSnapshotPayload`, `CreateVolumePayload` |
| 124 | + `Image`, `MachineType`, `Nic`, `PartialUpdateNetworkAreaPayload`, `PartialUpdateNetworkPayload` |
| 125 | + `ResizeServerPayload`, `SecurityGroup`, `Server`, `ServerNetwork`, `Snapshot` |
| 126 | + `UpdateBackupPayload`, `UpdateImagePayload`, `UpdateNicPayload`, `UpdateSecurityGroupPayload` |
| 127 | + `UpdateServerPayload`, `UpdateSnapshotPayload`, `UpdateVolumePayload`, `Volume`, `VolumePerformanceClass` |
| 128 | + - **Improvement:** Update regular expression pattern for name validation to allow more flexible naming conventions |
111 | 129 |
|
112 | 130 | ## Release (2025-06-16)
|
113 | 131 | - `core`: [v0.2.0](core/CHANGELOG.md#v020-2025-06-12)
|
|
0 commit comments