|
8 | 8 |
|
9 | 9 | [//]: # (towncrier release notes start) |
10 | 10 |
|
| 11 | +## 3.17.0 (2025-07-23) {: #3.17.0 } |
| 12 | + |
| 13 | +#### Features {: #3.17.0-feature } |
| 14 | + |
| 15 | +- Added full support for the latest core metadata (up to 2.4). |
| 16 | + [#689](https://github.com/pulp/pulp_python/issues/689) |
| 17 | + |
| 18 | +--- |
| 19 | + |
11 | 20 | ## 3.16.0 (2025-06-10) {: #3.16.0 } |
12 | 21 |
|
13 | 22 | #### Features {: #3.16.0-feature } |
@@ -126,6 +135,12 @@ No significant changes. |
126 | 135 |
|
127 | 136 | --- |
128 | 137 |
|
| 138 | +## 3.12.7 (2025-07-23) {: #3.12.7 } |
| 139 | + |
| 140 | +No significant changes. |
| 141 | + |
| 142 | +--- |
| 143 | + |
129 | 144 | ## 3.12.6 (2025-02-26) {: #3.12.6 } |
130 | 145 |
|
131 | 146 | #### Misc {: #3.12.6-misc } |
@@ -206,6 +221,12 @@ No significant changes. |
206 | 221 |
|
207 | 222 | --- |
208 | 223 |
|
| 224 | +## 3.11.6 (2025-07-23) {: #3.11.6 } |
| 225 | + |
| 226 | +No significant changes. |
| 227 | + |
| 228 | +--- |
| 229 | + |
209 | 230 | ## 3.11.5 (2025-04-15) {: #3.11.5 } |
210 | 231 |
|
211 | 232 | No significant changes. |
@@ -264,6 +285,23 @@ No significant changes. |
264 | 285 |
|
265 | 286 | --- |
266 | 287 |
|
| 288 | +## 3.10.1 (2025-07-23) {: #3.10.1 } |
| 289 | + |
| 290 | +### Bugfixes |
| 291 | + |
| 292 | +- Fixed tls_validation not being disabled when set to false on the remote. |
| 293 | + [#653](https://github.com/pulp/pulp_python/issues/653) |
| 294 | +- Fixed uploads not supporting packages using metadata spec 2.3 |
| 295 | + [#682](https://github.com/pulp/pulp_python/issues/682) |
| 296 | +- Fixed the `package_types` filter breaking other remote filters. |
| 297 | + [#691](https://github.com/pulp/pulp_python/issues/691) |
| 298 | +- Fixed package name normalization issue preventing syncing packages with "." or "_" in their names. |
| 299 | + [#716](https://github.com/pulp/pulp_python/issues/716) |
| 300 | +- Fixed the JSONField specification so it doesn't break ruby bindings. |
| 301 | + See context [here](https://github.com/pulp/pulp_rpm/issues/3639). |
| 302 | + |
| 303 | +--- |
| 304 | + |
267 | 305 | ## 3.10.0 (2023-05-17) {: #3.10.0 } |
268 | 306 |
|
269 | 307 | ### Features |
|
0 commit comments