@@ -17,6 +17,66 @@ Changelog
1717
1818.. towncrier release notes start
1919
20+ 3.8.0 (2020-10-20)
21+ ==================
22+ REST API
23+ --------
24+
25+ Features
26+ ~~~~~~~~
27+
28+ - Added check to prevent users from adding checksums to ``ALLOWED_CONTENT_CHECKSUMS `` if there are
29+ Artifacts without those checksums.
30+ `#7487 <https://pulp.plan.io/issues/7487 >`_
31+ - Django admin site URL is configurable via `ADMIN_SITE_URL ` settings parameter.
32+ `#7637 <https://pulp.plan.io/issues/7637 >`_
33+ - Always set a default for DJANGO_SETTINGS_MODULE. This means the services files don't need to.
34+ `#7720 <https://pulp.plan.io/issues/7720 >`_
35+
36+
37+ Bugfixes
38+ ~~~~~~~~
39+
40+ - Fix a warning inappropriately logged when cancelling a task.
41+ `#4559 <https://pulp.plan.io/issues/4559 >`_
42+ - When a task is canceled, we now set the state of all incomplete "progress reports" to canceled as well.
43+ `#4921 <https://pulp.plan.io/issues/4921 >`_
44+ - Properly handle duplicate content during synchronization and migration from Pulp 2 to 3.
45+ `#7147 <https://pulp.plan.io/issues/7147 >`_
46+ - Enable content streaming for RepositoryVersionDistribution
47+ `#7568 <https://pulp.plan.io/issues/7568 >`_
48+ - Change dropped DRF filter to django urlize.
49+ `#7634 <https://pulp.plan.io/issues/7634 >`_
50+ - Added some more files to MANIFEST.in.
51+ `#7656 <https://pulp.plan.io/issues/7656 >`_
52+ - Updated dynaconf requirement to prevent use of older buggy versions.
53+ `#7682 <https://pulp.plan.io/issues/7682 >`_
54+
55+
56+ Improved Documentation
57+ ~~~~~~~~~~~~~~~~~~~~~~
58+
59+ - Updated examples of auto-distribution.
60+ `#5247 <https://pulp.plan.io/issues/5247 >`_
61+ - Improved testing section in Pulp contributor docs.
62+ Mentioned `prestart `, `pminio `, `pfixtures ` and `phelp `.
63+ `#7475 <https://pulp.plan.io/issues/7475 >`_
64+ - Fix an erroneous API endpoint in the "upload and publish" workflow documentation.
65+ `#7655 <https://pulp.plan.io/issues/7655 >`_
66+ - Documented that we don't support backporting migrations.
67+ `#7657 <https://pulp.plan.io/issues/7657 >`_
68+
69+
70+ Plugin API
71+ ----------
72+
73+ Improved Documentation
74+ ~~~~~~~~~~~~~~~~~~~~~~
75+
76+ - Removed mentions of semver in the plugin API docs, and replaced them with a link to the deprecation policy where appropriate.
77+ `#7555 <https://pulp.plan.io/issues/7555 >`_
78+
79+
20803.7.1 (2020-09-29)
2181==================
2282REST API
0 commit comments