|
70 | 70 | - **Chore:** Bump minimum Python version to 3.10 |
71 | 71 | - **Chore:** Update dependencies |
72 | 72 | - `logme`: |
| 73 | + - [v1.2.0](services/logme/CHANGELOG.md#v120) |
| 74 | + - **Breaking Change/Fix:** `list_backups` operation now returns `List[Backup]` instead of `ListBackupsResponse` (response type also removed) |
| 75 | + The return type now correctly models the actual JSON response, this operation was broken beforehand. |
73 | 76 | - [v1.1.0](services/logme/CHANGELOG.md#v110) |
74 | 77 | - **Chore:** Bump minimum Python version to 3.10 |
75 | 78 | - **Chore:** Update dependencies |
|
82 | 85 | - **Chore:** Bump minimum Python version to 3.10 |
83 | 86 | - **Chore:** Update dependencies |
84 | 87 | - `mariadb`: |
| 88 | + - [v1.2.0](services/mariadb/CHANGELOG.md#v120) |
| 89 | + - **Breaking Change/Fix:** `list_backups` operation now returns `List[Backup]` instead of `ListBackupsResponse` (response type also removed) |
| 90 | + The return type now correctly models the actual JSON response, this operation was broken beforehand. |
85 | 91 | - [v1.1.0](services/mariadb/CHANGELOG.md#v110) |
86 | 92 | - **Chore:** Bump minimum Python version to 3.10 |
87 | 93 | - **Chore:** Update dependencies |
|
117 | 123 | - **Chore:** Bump minimum Python version to 3.10 |
118 | 124 | - **Chore:** Update dependencies |
119 | 125 | - `opensearch`: |
| 126 | + - [v1.2.0](services/opensearch/CHANGELOG.md#v120) |
| 127 | + - **Breaking Change/Fix:** `list_backups` operation now returns `List[Backup]` instead of `ListBackupsResponse` (response type also removed) |
| 128 | + The return type now correctly models the actual JSON response, this operation was broken beforehand. |
120 | 129 | - [v1.1.0](services/opensearch/CHANGELOG.md#v110) |
121 | 130 | - **Chore:** Bump minimum Python version to 3.10 |
122 | 131 | - **Chore:** Update dependencies |
|
129 | 138 | - **Chore:** Bump minimum Python version to 3.10 |
130 | 139 | - **Chore:** Update dependencies |
131 | 140 | - `rabbitmq`: |
| 141 | + - [v1.2.0](services/rabbitmq/CHANGELOG.md#v120) |
| 142 | + - **Breaking Change/Fix:** `list_backups` operation now returns `List[Backup]` instead of `ListBackupsResponse` (response type also removed) |
| 143 | + The return type now correctly models the actual JSON response, this operation was broken beforehand. |
132 | 144 | - [v1.1.0](services/rabbitmq/CHANGELOG.md#v110) |
133 | 145 | - **Chore:** Bump minimum Python version to 3.10 |
134 | 146 | - **Chore:** Update dependencies |
|
137 | 149 | - **Deprecation:** `roles`, `tls_ciphers`, `tls_protocols` from `InstanceParameters` model are deprecated and will be removed 2026-12-11. |
138 | 150 | - **Feature:** Added optional `CreateCredentialsPayload`. |
139 | 151 | - `redis`: |
140 | | - - [v1.1.0](services/rabbitmq/CHANGELOG.md#v110) |
| 152 | + - [v1.2.0](services/rabbitmq/CHANGELOG.md#v120) |
| 153 | + - **Breaking Change/Fix:** `list_backups` operation now returns `List[Backup]` instead of `ListBackupsResponse` (response type also removed) |
| 154 | + The return type now correctly models the actual JSON response, this operation was broken beforehand. |
| 155 | + - [v1.1.0](services/redis/CHANGELOG.md#v110) |
141 | 156 | - **Chore:** Bump minimum Python version to 3.10 |
142 | 157 | - **Chore:** Update dependencies |
143 | 158 | - [v1.0.0](services/redis/CHANGELOG.md#v100) |
|
0 commit comments