You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update changelog for May 2026 release (v2.58.0) (#14807)
* Update changelog for May 2026 release (v2.58.0) with new features and improvements
* Update changelog for v2.58.1 release with new features and bug fixes
Copy file name to clipboardExpand all lines: docs/content/releases/pro/changelog.md
+28-1Lines changed: 28 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,33 @@ Here are the release notes for **DefectDojo Pro (Cloud Version)**. These release
10
10
11
11
For Open Source release notes, please see the [Releases page on GitHub](https://github.com/DefectDojo/django-DefectDojo/releases), or alternatively consult the Open Source [upgrade notes](/releases/os_upgrading/upgrading_guide/).
12
12
13
+
## May 2026: v2.58
14
+
15
+
### May 6, 2026: v2.58.1
16
+
17
+
***(Pro UI)** You can now activate or deactivate Test Types and Users directly from their list menus, so retiring or restoring entries no longer requires opening the edit form.
18
+
***(Pro UI)** Anchor links now open in a new tab as expected, so following a reference no longer pulls you away from the page you were working on.
19
+
***(Pro UI)** Adding findings to an existing Risk Acceptance works reliably again. A recent performance improvement caused the form to fail for some users; you can now resume managing accepted findings without errors.
20
+
***(Pro UI)** Your customized table column order is now preserved across page refreshes. Previously only column visibility carried over, so any rearranging you did would silently revert to the default — forcing you to reorder columns every session.
21
+
***(API)** Fixed a 500 error when fetching vulnerable endpoints (`GET /api/vue/endpoints/{id}/vulnerable/`), restoring reliable access to vulnerability data for an endpoint.
22
+
23
+
### May 4, 2026: v2.58.0
24
+
25
+
***(Pro UI)** Added shared table preferences so saved column/filter configurations on list views can be shared across users.
26
+
***(Pro UI)** Markdown content now wraps text correctly, preventing horizontal overflow on long lines.
27
+
***(Performance)** Pro UI List Virtualization
28
+
***(Performance)** Improved import performance by optimizing import queries and bulk-applying parser-supplied per-finding tags.
29
+
***(Performance)** Locations endpoints optimized for faster retrieval on large datasets.
30
+
***(SBOM)** SBOM imports now support replace mode for re-importing the full inventory of a component set.
31
+
***(Reports)** Beat Reporting feature is now available for Cloud subscribers
32
+
***(API)** Added `created` and `updated` date filters to the Risk Acceptance API.
33
+
***(Jira)** Webhook handler no longer mis-mitigates findings on non-"done" Jira issue transitions.
34
+
***(Deployment)** Default Celery task serializer is now JSON, removing pickle from the task dispatch path.
35
+
***(Tools)** Added Qualys VMDR CSV parser.
36
+
***(Tools)** Coverity API parser now supports `RESOURCE_LEAK` quality findings.
37
+
***(Tools)** SonarQube parser now falls back to `mdDesc` when populating finding descriptions.
38
+
***(Settings)**`MAX_ZIP_*` limits are now configurable via settings.
39
+
13
40
## Apr 2026: v2.57
14
41
15
42
### Apr 27, 2026: v2.57.3
@@ -21,7 +48,7 @@ For Open Source release notes, please see the [Releases page on GitHub](https://
21
48
***(Pro UI)** Corrected the Product column label on the Group page under the V3 relabeling.
22
49
***(Pro UI)** Removed the duplicate greeting message shown after login.
23
50
***(Performance)** Create-path notifications are now dispatched asynchronously, removing a source of slow POST latency.
24
-
***(Deployment)** On premise deployments now include the Orchestrator services.
51
+
***(Deployment)** On premise deployments now include the Orchestrator services. Please see [additional instructions](/releases/pro/ddorch-database) for more details
25
52
***(Notifications)** Improved the format and display of SLA breach notifications.
26
53
***(Engineer Metrics)** Fixed a KeyError that could be raised when loading the Engineer Metrics page.
27
54
***(Tools)** Contrast parser no longer collapses distinct findings that share a rule name.
0 commit comments