Skip to content

Commit 2e0eb6f

Browse files
committed
Add changelog for 3.18.3
[noissue]
1 parent f4860ea commit 2e0eb6f

File tree

6 files changed

+31
-8
lines changed

6 files changed

+31
-8
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.18.3 (2022-03-25)
21+
===================
22+
REST API
23+
--------
24+
25+
Bugfixes
26+
~~~~~~~~
27+
28+
- Reduced memory usage during tasks like sync by holding fewer objects in-memory unnecessarily.
29+
:github:`2069`
30+
- Fixes duplicate key error ``Key (content_artifact_id, remote_id)`` when creating ``RemoteArtifacts``
31+
during syncs in pulp_container and possibly other plugins.
32+
:github:`2381`
33+
- Declared proper dependency on user model in migration 0040.
34+
:github:`2403`
35+
- Fixed a rare deadlock when sync'ing overlapping content in high-concurrency envs.
36+
:github:`2420`
37+
38+
39+
Plugin API
40+
----------
41+
42+
Bugfixes
43+
~~~~~~~~
44+
45+
- Adjusted the default size of the queues between pipelines to be 1 instead of 1000. The batchers in
46+
the stage will still accumulate up to 500 (by default) items so batching is still in-effect there
47+
where it matters.
48+
:github:`2069`
49+
50+
2051
3.18.2 (2022-03-18)
2152
===================
2253
REST API

CHANGES/2069.bugfix

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

CHANGES/2381.bugfix

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

CHANGES/2403.bugfix

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

CHANGES/2420.bugfix

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

CHANGES/plugin_api/2069.bugfix

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

0 commit comments

Comments
 (0)