|
8 | 8 |
|
9 | 9 | [//]: # (towncrier release notes start) |
10 | 10 |
|
| 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 | + |
11 | 44 | ## 3.83.2 (2025-07-17) {: #3.83.2 } |
12 | 45 |
|
13 | 46 | ### REST API {: #3.83.2-rest-api } |
@@ -4659,6 +4692,18 @@ No significant changes. |
4659 | 4692 | - Starting from this release pulp_file will be shipped as part of the pulpcore package. |
4660 | 4693 | [#4550](https://github.com/pulp/pulpcore/issues/4550) |
4661 | 4694 |
|
| 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 | + |
4662 | 4707 | ## 3.39.32 (2025-05-27) {: #3.39.32 } |
4663 | 4708 |
|
4664 | 4709 | ### REST API {: #3.39.32-rest-api } |
@@ -5645,6 +5690,18 @@ No significant changes. |
5645 | 5690 |
|
5646 | 5691 | - [#3798](https://github.com/pulp/pulpcore/issues/3798) |
5647 | 5692 |
|
| 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 | + |
5648 | 5705 | ## 3.28.39 (2025-05-27) {: #3.28.39 } |
5649 | 5706 |
|
5650 | 5707 | ### REST API {: #3.28.39-rest-api } |
|
0 commit comments