File tree Expand file tree Collapse file tree 6 files changed +28
-8
lines changed
Expand file tree Collapse file tree 6 files changed +28
-8
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,34 @@ Changelog
1717
1818.. towncrier release notes start
1919
20+ 3.17.7 (2022-04-12)
21+ ===================
22+ REST API
23+ --------
24+
25+ Bugfixes
26+ ~~~~~~~~
27+
28+ - Fixed two instances of Pulp not writing to the task worker's temporary directory.
29+ :github: `2061 `
30+ - Taught task-purge to process tasks in batches of 1000. This prevents large purges from using
31+ large amounts of memory as a result of reading all the affected Tasks into memory at once.
32+ :github: `2215 `
33+ - Loosened the version-restrictions on PulpImport to only require X.Y matching.
34+ :github: `2269 `
35+ - Fixed a (rare) deadlock around bulk_update() during syncs with overlapping content.
36+ :github: `2430 `
37+ - Fixed a bug where notifications to workers may go unnoticed. This may lead to idle workers while
38+ there are tasks waiting.
39+ :github: `2506 `
40+
41+
42+ Plugin API
43+ ----------
44+
45+ No significant changes.
46+
47+
20483.17.6 (2022-03-25)
2149===================
2250REST API
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments