|
8 | 8 |
|
9 | 9 | [//]: # (towncrier release notes start) |
10 | 10 |
|
| 11 | +## 3.21.0 (2025-11-18) {: #3.21.0 } |
| 12 | + |
| 13 | +#### Features {: #3.21.0-feature } |
| 14 | + |
| 15 | +- Added ability to serve a specific repository version of a PyPI index. |
| 16 | + [#982](https://github.com/pulp/pulp_python/issues/982) |
| 17 | +- Implemented PEP 700 support, adding `versions`, `size` and `upload-time` to the Simple JSON API. |
| 18 | + [#996](https://github.com/pulp/pulp_python/issues/996) |
| 19 | +- Added the new /scan endpoint to the RepositoryVersion viewset to generate vulnerability reports. |
| 20 | + [#1012](https://github.com/pulp/pulp_python/issues/1012) |
| 21 | + |
| 22 | +#### Bugfixes {: #3.21.0-bugfix } |
| 23 | + |
| 24 | +- Fixed pull-through caching not checking the repository if package was not present on remote. |
| 25 | + [#1004](https://github.com/pulp/pulp_python/issues/1004) |
| 26 | + |
| 27 | +--- |
| 28 | + |
| 29 | +## 3.20.1 (2025-11-18) {: #3.20.1 } |
| 30 | + |
| 31 | +#### Bugfixes {: #3.20.1-bugfix } |
| 32 | + |
| 33 | +- Fixed pull-through caching not checking the repository if package was not present on remote. |
| 34 | + [#1004](https://github.com/pulp/pulp_python/issues/1004) |
| 35 | + |
| 36 | +--- |
| 37 | + |
11 | 38 | ## 3.20.0 (2025-11-07) {: #3.20.0 } |
12 | 39 |
|
13 | 40 | #### Features {: #3.20.0-feature } |
@@ -196,6 +223,12 @@ No significant changes. |
196 | 223 |
|
197 | 224 | --- |
198 | 225 |
|
| 226 | +## 3.12.8 (2025-11-18) {: #3.12.8 } |
| 227 | + |
| 228 | +No significant changes. |
| 229 | + |
| 230 | +--- |
| 231 | + |
199 | 232 | ## 3.12.7 (2025-07-23) {: #3.12.7 } |
200 | 233 |
|
201 | 234 | No significant changes. |
@@ -282,6 +315,12 @@ No significant changes. |
282 | 315 |
|
283 | 316 | --- |
284 | 317 |
|
| 318 | +## 3.11.7 (2025-11-18) {: #3.11.7 } |
| 319 | + |
| 320 | +No significant changes. |
| 321 | + |
| 322 | +--- |
| 323 | + |
285 | 324 | ## 3.11.6 (2025-07-23) {: #3.11.6 } |
286 | 325 |
|
287 | 326 | No significant changes. |
|
0 commit comments