v2024.4.1 Release Notes
We are proud to release Exago BI v2024.4.1!
2024-13-12
Exago Support Updates
-
Support for Exago releases has changed as of the release of v2024.4.1. Going forward, only the most current major release and previous two major releases are supported. Upgrade to the most current release for the most up to date support.
-
Exago has upgraded from .NET Framework 4.5 to .NET Framework 4.8, and includes all necessary library support.
-
If you are planning to upgrade or are waiting for bug fixes, prioritize testing in your test environment before moving to QA, then on into your production environment.
Issues Fixed
-
Google Maps and Chromium issues: Reported issues were fixed by removing the dependency on Google Maps, and has been tested against the latest version of Chromium.
-
Exago Security Changes
-
Payload Encryption
-
We’ve added encryption for all data exchanged between the front-end and back-end of our application. This means your data is secure, private, and protected from tampering.
-
-
New Application Setting:
AllowedTimeWindow
-
Introduced the
AllowedTimeWindow
setting to validate requests based on a timestamp. -
Configure in
appSettings.config
. This setting defines the time window (in seconds) during which requests are valid.-
Example:
AllowedTimeWindow=60
means 1 minute. Any requests made outside this window as defined are rejected.
-
-
This provides you with replay attack protection by invalidating stale requests.
Important:
Clock synchronization between client and server is required.
These updates collectively enhance application security by encrypting request payloads and adding timestamp-based validation.
-
-
-
- Added support for Instance Metadata Service Version 2 (IMDSv2) for Amazon Web Services (AWS) environments.
- Corrected issues affecting Dashboard interactive filters.
- Corrected an issue relating to showing all categories in the batch email field while working with a Batch Schedule.
- Corrected an issue that caused an export using the Apply Parameters modal to insert a double quote mark (") for string type parameters.
- Corrected an issue in Exago v2023.4.2.2 that included incorrect data in a Batch Schedule.
- Corrected an issue in Dashboards that prevented the export of merged cells to the snapshot pdf report.
- Corrected an issue that returned a Scheduler error when the Scheduler is run a second time.
- Corrected an issue to show PDF options for Snapshot and chained reports while editing the scheduled report.
- Corrected an issue that occurred when you run a report that uses
between
with a Timespan in the filters and has string values being evaluated from a different data source in the filter. - Corrected an issue in Exago v2023.3.1 that returned an error when saving changes on any existing ExpressView tied to a Scheduled report.
- Corrected an issue in Exago v2023.4.1.1 for the dashboard filter to initialize it with a parameter value.
- Corrected a Report issue that caused a failure with parameters while using a Stored Procedure.
- Corrected an issue that caused Parameters to use filter functions to pass the function name instead of its value.