|
8 | 8 |
|
9 | 9 | [//]: # (towncrier release notes start) |
10 | 10 |
|
| 11 | +## 3.95.3 (2025-12-17) {: #3.95.3 } |
| 12 | + |
| 13 | +### REST API {: #3.95.3-rest-api } |
| 14 | + |
| 15 | +#### Bugfixes {: #3.95.3-rest-api-bugfix } |
| 16 | + |
| 17 | +- Fixed file handle leak when content app access triggers downloads due to on_demand or streamed policy. |
| 18 | + [#7157](https://github.com/pulp/pulpcore/issues/7157) |
| 19 | + |
| 20 | +### Plugin API {: #3.95.3-plugin-api } |
| 21 | + |
| 22 | +No significant changes. |
| 23 | + |
| 24 | +### Pulp File {: #3.95.3-pulp-file } |
| 25 | + |
| 26 | +No significant changes. |
| 27 | + |
| 28 | +### Pulp Cert Guard {: #3.95.3-pulp-cert-guard } |
| 29 | + |
| 30 | +No significant changes. |
| 31 | + |
| 32 | +--- |
| 33 | + |
| 34 | +## 3.95.2 (2025-12-11) {: #3.95.2 } |
| 35 | + |
| 36 | +### REST API {: #3.95.2-rest-api } |
| 37 | + |
| 38 | +No significant changes. |
| 39 | + |
| 40 | +### Plugin API {: #3.95.2-plugin-api } |
| 41 | + |
| 42 | +No significant changes. |
| 43 | + |
| 44 | +### Pulp File {: #3.95.2-pulp-file } |
| 45 | + |
| 46 | +No significant changes. |
| 47 | + |
| 48 | +### Pulp Cert Guard {: #3.95.2-pulp-cert-guard } |
| 49 | + |
| 50 | +No significant changes. |
| 51 | + |
| 52 | +--- |
| 53 | + |
11 | 54 | ## 3.95.1 (2025-12-09) {: #3.95.1 } |
12 | 55 |
|
13 | 56 | ### REST API {: #3.95.1-rest-api } |
@@ -547,6 +590,73 @@ No significant changes. |
547 | 590 |
|
548 | 591 | --- |
549 | 592 |
|
| 593 | +## 3.85.7 (2025-12-22) {: #3.85.7 } |
| 594 | + |
| 595 | +### REST API {: #3.85.7-rest-api } |
| 596 | + |
| 597 | +No significant changes. |
| 598 | + |
| 599 | +### Plugin API {: #3.85.7-plugin-api } |
| 600 | + |
| 601 | +#### Bugfixes {: #3.85.7-plugin-api-bugfix } |
| 602 | + |
| 603 | +- Exposed `RepositoryVersionSerializer` to the plugin API. |
| 604 | + In some cases a plugin might have used that serializer for a newer pulpcore version |
| 605 | + but it could also be installed with a lower pulpcore version. |
| 606 | + |
| 607 | +### Pulp File {: #3.85.7-pulp-file } |
| 608 | + |
| 609 | +No significant changes. |
| 610 | + |
| 611 | +### Pulp Cert Guard {: #3.85.7-pulp-cert-guard } |
| 612 | + |
| 613 | +No significant changes. |
| 614 | + |
| 615 | +--- |
| 616 | + |
| 617 | +## 3.85.6 (2025-12-17) {: #3.85.6 } |
| 618 | + |
| 619 | +### REST API {: #3.85.6-rest-api } |
| 620 | + |
| 621 | +#### Bugfixes {: #3.85.6-rest-api-bugfix } |
| 622 | + |
| 623 | +- Fixed file handle leak when content app access triggers downloads due to on_demand or streamed policy. |
| 624 | + [#7157](https://github.com/pulp/pulpcore/issues/7157) |
| 625 | + |
| 626 | +### Plugin API {: #3.85.6-plugin-api } |
| 627 | + |
| 628 | +No significant changes. |
| 629 | + |
| 630 | +### Pulp File {: #3.85.6-pulp-file } |
| 631 | + |
| 632 | +No significant changes. |
| 633 | + |
| 634 | +### Pulp Cert Guard {: #3.85.6-pulp-cert-guard } |
| 635 | + |
| 636 | +No significant changes. |
| 637 | + |
| 638 | +--- |
| 639 | + |
| 640 | +## 3.85.5 (2025-12-11) {: #3.85.5 } |
| 641 | + |
| 642 | +### REST API {: #3.85.5-rest-api } |
| 643 | + |
| 644 | +No significant changes. |
| 645 | + |
| 646 | +### Plugin API {: #3.85.5-plugin-api } |
| 647 | + |
| 648 | +No significant changes. |
| 649 | + |
| 650 | +### Pulp File {: #3.85.5-pulp-file } |
| 651 | + |
| 652 | +No significant changes. |
| 653 | + |
| 654 | +### Pulp Cert Guard {: #3.85.5-pulp-cert-guard } |
| 655 | + |
| 656 | +No significant changes. |
| 657 | + |
| 658 | +--- |
| 659 | + |
550 | 660 | ## 3.85.4 (2025-12-09) {: #3.85.4 } |
551 | 661 |
|
552 | 662 | ### REST API {: #3.85.4-rest-api } |
@@ -1402,6 +1512,30 @@ No significant changes. |
1402 | 1512 |
|
1403 | 1513 | --- |
1404 | 1514 |
|
| 1515 | +## 3.73.21 (2025-12-22) {: #3.73.21 } |
| 1516 | + |
| 1517 | +### REST API {: #3.73.21-rest-api } |
| 1518 | + |
| 1519 | +No significant changes. |
| 1520 | + |
| 1521 | +### Plugin API {: #3.73.21-plugin-api } |
| 1522 | + |
| 1523 | +#### Bugfixes {: #3.73.21-plugin-api-bugfix } |
| 1524 | + |
| 1525 | +- Exposed `RepositoryVersionSerializer` to the plugin API. |
| 1526 | + In some cases a plugin might have used that serializer for a newer pulpcore version |
| 1527 | + but it could also be installed with a lower pulpcore version. |
| 1528 | + |
| 1529 | +### Pulp File {: #3.73.21-pulp-file } |
| 1530 | + |
| 1531 | +No significant changes. |
| 1532 | + |
| 1533 | +### Pulp Cert Guard {: #3.73.21-pulp-cert-guard } |
| 1534 | + |
| 1535 | +No significant changes. |
| 1536 | + |
| 1537 | +--- |
| 1538 | + |
1405 | 1539 | ## 3.73.20 (2025-12-09) {: #3.73.20 } |
1406 | 1540 |
|
1407 | 1541 | ### REST API {: #3.73.20-rest-api } |
@@ -2552,6 +2686,30 @@ No significant changes. |
2552 | 2686 |
|
2553 | 2687 | --- |
2554 | 2688 |
|
| 2689 | +## 3.63.28 (2025-12-22) {: #3.63.28 } |
| 2690 | + |
| 2691 | +### REST API {: #3.63.28-rest-api } |
| 2692 | + |
| 2693 | +No significant changes. |
| 2694 | + |
| 2695 | +### Plugin API {: #3.63.28-plugin-api } |
| 2696 | + |
| 2697 | +#### Bugfixes {: #3.63.28-plugin-api-bugfix } |
| 2698 | + |
| 2699 | +- Exposed `RepositoryVersionSerializer` to the plugin API. |
| 2700 | + In some cases a plugin might have used that serializer for a newer pulpcore version |
| 2701 | + but it could also be installed with a lower pulpcore version. |
| 2702 | + |
| 2703 | +### Pulp File {: #3.63.28-pulp-file } |
| 2704 | + |
| 2705 | +No significant changes. |
| 2706 | + |
| 2707 | +### Pulp Cert Guard {: #3.63.28-pulp-cert-guard } |
| 2708 | + |
| 2709 | +No significant changes. |
| 2710 | + |
| 2711 | +--- |
| 2712 | + |
2555 | 2713 | ## 3.63.27 (2025-12-09) {: #3.63.27 } |
2556 | 2714 |
|
2557 | 2715 | ### REST API {: #3.63.27-rest-api } |
@@ -4013,6 +4171,30 @@ No significant changes. |
4013 | 4171 |
|
4014 | 4172 | --- |
4015 | 4173 |
|
| 4174 | +## 3.49.49 (2025-12-22) {: #3.49.49 } |
| 4175 | + |
| 4176 | +### REST API {: #3.49.49-rest-api } |
| 4177 | + |
| 4178 | +No significant changes. |
| 4179 | + |
| 4180 | +### Plugin API {: #3.49.49-plugin-api } |
| 4181 | + |
| 4182 | +#### Bugfixes {: #3.49.49-plugin-api-bugfix } |
| 4183 | + |
| 4184 | +- Exposed `RepositoryVersionSerializer` to the plugin API. |
| 4185 | + In some cases a plugin might have used that serializer for a newer pulpcore version |
| 4186 | + but it could also be installed with a lower pulpcore version. |
| 4187 | + |
| 4188 | +### Pulp File {: #3.49.49-pulp-file } |
| 4189 | + |
| 4190 | +No significant changes. |
| 4191 | + |
| 4192 | +### Pulp Cert Guard {: #3.49.49-pulp-cert-guard } |
| 4193 | + |
| 4194 | +No significant changes. |
| 4195 | + |
| 4196 | +--- |
| 4197 | + |
4016 | 4198 | ## 3.49.48 (2025-12-09) {: #3.49.48 } |
4017 | 4199 |
|
4018 | 4200 | ### REST API {: #3.49.48-rest-api } |
|
0 commit comments