Skip to content

Commit feaff93

Browse files
authored
Merge pull request #1022 from pulp/changelog/update
Update Changelog
2 parents 74cf862 + fb04e1e commit feaff93

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

CHANGES.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,33 @@
88

99
[//]: # (towncrier release notes start)
1010

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+
1138
## 3.20.0 (2025-11-07) {: #3.20.0 }
1239

1340
#### Features {: #3.20.0-feature }
@@ -196,6 +223,12 @@ No significant changes.
196223

197224
---
198225

226+
## 3.12.8 (2025-11-18) {: #3.12.8 }
227+
228+
No significant changes.
229+
230+
---
231+
199232
## 3.12.7 (2025-07-23) {: #3.12.7 }
200233

201234
No significant changes.
@@ -282,6 +315,12 @@ No significant changes.
282315

283316
---
284317

318+
## 3.11.7 (2025-11-18) {: #3.11.7 }
319+
320+
No significant changes.
321+
322+
---
323+
285324
## 3.11.6 (2025-07-23) {: #3.11.6 }
286325

287326
No significant changes.

0 commit comments

Comments
 (0)