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
Copy file name to clipboardExpand all lines: docs/content/releases/pro/changelog.md
+28Lines changed: 28 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,34 @@ For Open Source release notes, please see the [Releases page on GitHub](https://
12
12
13
13
## June 2026: v3.0
14
14
15
+
### June 22, 2026: v3.0.100
16
+
17
+
***(Pro UI)** Added native Excel (`.xlsx`) export for Findings, Engagements, and Users.
18
+
***(Pro UI)** Bulk "Add to Existing Finding Group" no longer fails with an "Invalid pk 'None'" error.
19
+
***(Classic UI)** Fixed the disclaimer border rendering in the new UI.
20
+
***(Findings)** Blank component values are now normalized to NULL for consistent matching and filtering.
21
+
***(Reports)** Added DefectDojo Pro Report Builder guides (UI, API, and LLM).
22
+
***(Tools)** Added a PICUS Breach and Attack Simulation CSV parser.
23
+
***(Tools)** Added a Govulncheck Scanner V2 parser.
24
+
***(Tools)** cargo-audit parser now parses CVSS vectors and derives severity from them.
25
+
26
+
### June 18, 2026: v3.0.2
27
+
28
+
***(SSO)** SAML now keeps the Pro group-mapping backend as the active authentication backend.
29
+
***(API)** Restored `members` and `authorization_groups` fields on the Asset and Organization serializers.
30
+
***(API)** Registered the `asset_*` / `organization_*` RBAC alias routes.
31
+
***(API)** Restored RBAC fields on `/api/v2/user_profile/`.
32
+
33
+
### June 17, 2026: v3.0.1
34
+
35
+
***(Pro UI)** Calendar sidebar now honors the "Enable Calendar" system setting.
36
+
***(Pro UI)** Keyword search no longer blanks the Components table.
37
+
***(Reports)** Added a Finding quick report via the reporting engine.
38
+
***(SSO)** Azure AD configuration now requires and defaults the Application ID URI.
39
+
***(Locations)** Single-location filter now resolves correctly against the Location model.
40
+
***(API)** Fixed a 500 error when deleting an Organization/Asset that still has deprecated endpoints; the new-UI banner now points at 3.3.0.
41
+
***(API)** Refactored and enhanced API permissions.
42
+
15
43
### June 15, 2026: v3.0.0
16
44
17
45
***(Locations)** Locations are now enabled by default, superseding the legacy Endpoint model. The legacy Endpoint API stays read-compatible and your data is preserved. See [Locations enabled by default](/releases/os_upgrading/3.0/#locations-enabled-by-default).
0 commit comments