|
8 | 8 |
|
9 | 9 | [//]: # (towncrier release notes start) |
10 | 10 |
|
| 11 | +## 3.95.0 (2025-12-04) {: #3.95.0 } |
| 12 | + |
| 13 | +### REST API {: #3.95.0-rest-api } |
| 14 | + |
| 15 | +#### Features {: #3.95.0-rest-api-feature } |
| 16 | + |
| 17 | +- Improve touch performance in highly concurrent content operations. |
| 18 | + |
| 19 | +### Plugin API {: #3.95.0-plugin-api } |
| 20 | + |
| 21 | +No significant changes. |
| 22 | + |
| 23 | +### Pulp File {: #3.95.0-pulp-file } |
| 24 | + |
| 25 | +No significant changes. |
| 26 | + |
| 27 | +### Pulp Cert Guard {: #3.95.0-pulp-cert-guard } |
| 28 | + |
| 29 | +No significant changes. |
| 30 | + |
| 31 | +--- |
| 32 | + |
11 | 33 | ## 3.94.0 (2025-11-25) {: #3.94.0 } |
12 | 34 |
|
13 | 35 | ### REST API {: #3.94.0-rest-api } |
@@ -1336,6 +1358,28 @@ No significant changes. |
1336 | 1358 |
|
1337 | 1359 | --- |
1338 | 1360 |
|
| 1361 | +## 3.73.19 (2025-12-04) {: #3.73.19 } |
| 1362 | + |
| 1363 | +### REST API {: #3.73.19-rest-api } |
| 1364 | + |
| 1365 | +#### Bugfixes {: #3.73.19-rest-api-bugfix } |
| 1366 | + |
| 1367 | +- Fixed a bug in the pre-migration hook that prevented proper cleanup of all Pulp app db records (content, api, worker). |
| 1368 | + |
| 1369 | +### Plugin API {: #3.73.19-plugin-api } |
| 1370 | + |
| 1371 | +No significant changes. |
| 1372 | + |
| 1373 | +### Pulp File {: #3.73.19-pulp-file } |
| 1374 | + |
| 1375 | +No significant changes. |
| 1376 | + |
| 1377 | +### Pulp Cert Guard {: #3.73.19-pulp-cert-guard } |
| 1378 | + |
| 1379 | +No significant changes. |
| 1380 | + |
| 1381 | +--- |
| 1382 | + |
1339 | 1383 | ## 3.73.18 (2025-11-18) {: #3.73.18 } |
1340 | 1384 |
|
1341 | 1385 | ### REST API {: #3.73.18-rest-api } |
@@ -2442,6 +2486,28 @@ No significant changes. |
2442 | 2486 |
|
2443 | 2487 | --- |
2444 | 2488 |
|
| 2489 | +## 3.63.26 (2025-12-04) {: #3.63.26 } |
| 2490 | + |
| 2491 | +### REST API {: #3.63.26-rest-api } |
| 2492 | + |
| 2493 | +#### Bugfixes {: #3.63.26-rest-api-bugfix } |
| 2494 | + |
| 2495 | +- Fixed a bug in the pre-migration hook that prevented proper cleanup of all Pulp app db records (content, api, worker). |
| 2496 | + |
| 2497 | +### Plugin API {: #3.63.26-plugin-api } |
| 2498 | + |
| 2499 | +No significant changes. |
| 2500 | + |
| 2501 | +### Pulp File {: #3.63.26-pulp-file } |
| 2502 | + |
| 2503 | +No significant changes. |
| 2504 | + |
| 2505 | +### Pulp Cert Guard {: #3.63.26-pulp-cert-guard } |
| 2506 | + |
| 2507 | +No significant changes. |
| 2508 | + |
| 2509 | +--- |
| 2510 | + |
2445 | 2511 | ## 3.63.25 (2025-11-13) {: #3.63.25 } |
2446 | 2512 |
|
2447 | 2513 | ### REST API {: #3.63.25-rest-api } |
@@ -3859,6 +3925,30 @@ No significant changes. |
3859 | 3925 |
|
3860 | 3926 | --- |
3861 | 3927 |
|
| 3928 | +## 3.49.47 (2025-12-04) {: #3.49.47 } |
| 3929 | + |
| 3930 | +### REST API {: #3.49.47-rest-api } |
| 3931 | + |
| 3932 | +#### Bugfixes {: #3.49.47-rest-api-bugfix } |
| 3933 | + |
| 3934 | +- pulp-worker fails to start with "float object cannot be interpreted as an integer" on some versions of python. |
| 3935 | + [#5861](https://github.com/pulp/pulpcore/issues/5861) |
| 3936 | +- Fixed a bug in the pre-migration hook that prevented proper cleanup of all Pulp app db records (content, api, worker). |
| 3937 | + |
| 3938 | +### Plugin API {: #3.49.47-plugin-api } |
| 3939 | + |
| 3940 | +No significant changes. |
| 3941 | + |
| 3942 | +### Pulp File {: #3.49.47-pulp-file } |
| 3943 | + |
| 3944 | +No significant changes. |
| 3945 | + |
| 3946 | +### Pulp Cert Guard {: #3.49.47-pulp-cert-guard } |
| 3947 | + |
| 3948 | +No significant changes. |
| 3949 | + |
| 3950 | +--- |
| 3951 | + |
3862 | 3952 | ## 3.49.46 (2025-11-13) {: #3.49.46 } |
3863 | 3953 |
|
3864 | 3954 | ### REST API {: #3.49.46-rest-api } |
@@ -6525,6 +6615,21 @@ No significant changes. |
6525 | 6615 |
|
6526 | 6616 | - [#3798](https://github.com/pulp/pulpcore/issues/3798) |
6527 | 6617 |
|
| 6618 | +## 3.28.42 (2025-12-04) {: #3.28.42 } |
| 6619 | + |
| 6620 | +### REST API {: #3.28.42-rest-api } |
| 6621 | + |
| 6622 | +#### Bugfixes {: #3.28.42-rest-api-bugfix } |
| 6623 | + |
| 6624 | +- pulp-worker fails to start with "float object cannot be interpreted as an integer" on some versions of python. |
| 6625 | + [#5861](https://github.com/pulp/pulpcore/issues/5861) |
| 6626 | + |
| 6627 | +### Plugin API {: #3.28.42-plugin-api } |
| 6628 | + |
| 6629 | +No significant changes. |
| 6630 | + |
| 6631 | +--- |
| 6632 | + |
6528 | 6633 | ## 3.28.41 (2025-11-13) {: #3.28.41 } |
6529 | 6634 |
|
6530 | 6635 | ### REST API {: #3.28.41-rest-api } |
|
0 commit comments