Skip to content

Commit fa32d4b

Browse files
committed
Add changelog for 3.16.8
[noissue]
1 parent 6760a48 commit fa32d4b

File tree

6 files changed

+31
-10
lines changed

6 files changed

+31
-10
lines changed

CHANGES.rst

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,37 @@ Changelog
1717

1818
.. towncrier release notes start
1919
20+
3.16.8 (2022-05-10)
21+
===================
22+
REST API
23+
--------
24+
25+
Bugfixes
26+
~~~~~~~~
27+
28+
- Taught PulpImport to stream imports rather than reading files into memory in one chunk.
29+
30+
This largely alleviates the memory-pressure that results from importing multiple
31+
large repositories in parallel.
32+
:github:`2307`
33+
- Fixed `does_batch` method in sync pipeline to allow waiting on content that is already resolved.
34+
:github:`2557`
35+
- Ensure downloader resets file on retry.
36+
:github:`2576`
37+
- Taught PulpImport to retry more than once in the event of creation-collisions.
38+
39+
This fixes a rare import-failure during high-concurrency, high-content-overlap imports.
40+
:github:`2589`
41+
- Improved the error message when HTTP proxies reject requests from Pulp.
42+
:github:`2654`
43+
44+
45+
Plugin API
46+
----------
47+
48+
No significant changes.
49+
50+
2051
3.16.7 (2022-04-12)
2152
===================
2253
REST API

CHANGES/2307.bugfix

Lines changed: 0 additions & 4 deletions
This file was deleted.

CHANGES/2557.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGES/2576.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGES/2589.bugfix

Lines changed: 0 additions & 3 deletions
This file was deleted.

CHANGES/2654.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)