Skip to content

Commit 111a2a4

Browse files
pulpbotmdellweg
authored andcommitted
Update Changelog
1 parent fe7761f commit 111a2a4

File tree

1 file changed

+57
-0
lines changed

1 file changed

+57
-0
lines changed

CHANGES.md

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

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

11+
## 3.84.0 (2025-07-30) {: #3.84.0 }
12+
13+
### REST API {: #3.84.0-rest-api }
14+
15+
#### Features {: #3.84.0-rest-api-feature }
16+
17+
- Added the `--auxiliary` flag to the workers entrypoint to allow adding workers to an installation that will only handle unblocked tasks.
18+
- Moved timestamping of new tasks from application code into the database.
19+
20+
#### Bugfixes {: #3.84.0-rest-api-bugfix }
21+
22+
- Fixed the new content set optimization failing when the RepositoryVersion grew larger than 65K content units.
23+
[#6772](https://github.com/pulp/pulpcore/issues/6772)
24+
- Add some randomness to the task pickup code to relieve some pressure from the queue.
25+
[#6799](https://github.com/pulp/pulpcore/issues/6799)
26+
- When running as a recurring scheduled task, purge will now clean stale task records accross all domains.
27+
[#6815](https://github.com/pulp/pulpcore/issues/6815)
28+
- Added some Postgresql transactions in places where they are appropriate.
29+
30+
### Plugin API {: #3.84.0-plugin-api }
31+
32+
No significant changes.
33+
34+
### Pulp File {: #3.84.0-pulp-file }
35+
36+
No significant changes.
37+
38+
### Pulp Cert Guard {: #3.84.0-pulp-cert-guard }
39+
40+
No significant changes.
41+
42+
---
43+
1144
## 3.83.2 (2025-07-17) {: #3.83.2 }
1245

1346
### REST API {: #3.83.2-rest-api }
@@ -4659,6 +4692,18 @@ No significant changes.
46594692
- Starting from this release pulp_file will be shipped as part of the pulpcore package.
46604693
[#4550](https://github.com/pulp/pulpcore/issues/4550)
46614694

4695+
## 3.39.33 (2025-07-30) {: #3.39.33 }
4696+
4697+
### REST API {: #3.39.33-rest-api }
4698+
4699+
No significant changes.
4700+
4701+
### Plugin API {: #3.39.33-plugin-api }
4702+
4703+
No significant changes.
4704+
4705+
---
4706+
46624707
## 3.39.32 (2025-05-27) {: #3.39.32 }
46634708

46644709
### REST API {: #3.39.32-rest-api }
@@ -5645,6 +5690,18 @@ No significant changes.
56455690

56465691
- [#3798](https://github.com/pulp/pulpcore/issues/3798)
56475692

5693+
## 3.28.40 (2025-07-30) {: #3.28.40 }
5694+
5695+
### REST API {: #3.28.40-rest-api }
5696+
5697+
No significant changes.
5698+
5699+
### Plugin API {: #3.28.40-plugin-api }
5700+
5701+
No significant changes.
5702+
5703+
---
5704+
56485705
## 3.28.39 (2025-05-27) {: #3.28.39 }
56495706

56505707
### REST API {: #3.28.39-rest-api }

0 commit comments

Comments
 (0)