We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2c3f4d commit 0f991c2Copy full SHA for 0f991c2
1 file changed
CHANGES.md
@@ -8,6 +8,30 @@
8
9
[//]: # (towncrier release notes start)
10
11
+## 3.111.1 (2026-05-14) {: #3.111.1 }
12
+
13
+### REST API {: #3.111.1-rest-api }
14
15
+No significant changes.
16
17
+### Plugin API {: #3.111.1-plugin-api }
18
19
+#### Bugfixes {: #3.111.1-plugin-api-bugfix }
20
21
+- Removed the `default=True` from the `overwrite` field on `NoArtifactContentSerializer` so it no
22
+ longer leaks into `validated_data`. This fixes plugins that splat content serializer data
23
+ (`**serializer.validated_data`).
24
25
+### Pulp File {: #3.111.1-pulp-file }
26
27
28
29
+### Pulp Cert Guard {: #3.111.1-pulp-cert-guard }
30
31
32
33
+---
34
35
## 3.111.0 (2026-05-13) {: #3.111.0 }
36
37
### REST API {: #3.111.0-rest-api }
0 commit comments