Updates: May 2025 VDM and WebReports
- Cory Fifield

- May 7
- 2 min read
In this post we cover the latest versions available for WebReports and VDM and some of the key features / tasks that were completed in the May updates.
VDM
Latest Version: 2025.5.7
Key Updates:
Bug Fixes
(Bug 1699) - Parameters - False Required Flag ■
The required property on parameters is being triggered on IN statements even if the setting is not enabled.
Implemented Tasks / Features
The Edit/Create Custom Function form now supports resizing. (Task 1695)
Encrypt Connection and Trust Server Certificate have been added to the Scheduler profile creation options. (Task 1702)
Hyphens are now flagged as illegal characters for parameter names when creating a parameter and will now be stripped out. (Task 1703)
We have added the Query Override section to parameters. (Feature 1709)
Database level views are now accessible via Tables & Fields for Oracle databases. (Task 1712)
WebReports
Latest Version: 2025.5.7
Key Updates:
Bug Fixes
Bug 1658 - WebReports: API Key - Unhandled Dupe Process ■
When adding the same API key multiple times, you would get logged out of WebReports.
Bug 1707 - WebReports - Docker Image Failure ■
Docker image was not working with WebReports. System.Drawing was not compatible with net 8.
Bug 1708 - WebReports: Completed Reports - Page Not Refreshing ■
The page was not properly refreshing when the refresh countdown hit 0, nor when the refresh button next to the countdown is clicked.
Implemented Tasks / Features
We have added additional logging regarding Queued/Download for individual users / roles. (Task 1704)
The WebReports default appsettings.json file has been updated to include AllowAPIKeysForVDM and ResolveIP. (Task 1706)
The property names and default values for each are listed below:
"ResolveIP": false,
},"APISettings": {"AllowAPIKeysForVDM": "true"},
WebReports has gained the Query Override functionality that was added to VDM. (Feature 1713)



Comments