beqom v10 HF202 - Release notes
This article lists the new features that have been added to the platform, as well as the bugs that have been corrected in this release.
Deployment date: NPR: May 14th 2025 - PRD: May 20th, 2025
Fix version: v10 - HF 202.8 - DB 10.0.1006
| Type | Reference | Description | |
|---|---|---|---|
| Zendesk | Jira | ||
| 122635 | BQM-25407 | In the Admin Portal interface, non-admin users whose profile was granted Create/Delete/Modify permissions for schedulers could not manage schedulers. This was caused by the application incorrectly checking for "Scheduler Maintenance Mode" rights instead of the appropriate scheduler permissions. The issue has now been fixed. | |
| 88952 | BQM-25602 | It is now possible to load ad hoc reports on demand to avoid long processing times in case the reports contain large quantities of data. A new configuration option has been added under Admin > Global Settings: Enable auto load to display the data when the report is opened. By default, the behavior remains unchanged, with the automatic load enabled. When the setting is disabled, ad hoc reports don't load automatically; users then need to click the Show button to load the data. This allows them to first apply filters, select columns, or adjust other settings to display only the data they need.got | |
| BQM-25714 | Some secrets, specifically, Cleartext passwords were found in API-Gateway. Those secrets were moved to keyvaults and base-pipelines for added security. | ||
| BQM-25749 | The following issue was observed; when the language format was incorrect, for example, "en-us" instead of "en-US", the user was unable to log in to the application. The application now accepts both "en-us" and "en-US", allowing the user to log in regardless of the case. | ||
| BQM-25782 | A new setting has been introduced to add a contact email address using POST api/ml/settings/prediction-contact-email. | ||
| BQM-25823 | When a Slack token was updated, the system continued using the old token, which caused communication failures with Slack. These issues remained until a full stack restart was performed. To address this, a new Slack client factory has been introduced in the common library. RN.Service now uses this factory to dynamically generate Slack clients, ensuring that the most recent token is always used and eliminating the need to restart the stack. | ||
| BQM-25828 | Missing columns message and training status were added to create bqm_model_training table script. | ||
| 130587 | BQM-25839 | In the pay prediction UI, the value in the Tenure in Level field was not correctly updated after updating the prediction, because of a cache issue. To correct this, the logic of the function responsible for displaying the values of group items was changed to take into account prediction results as the current value, instead of relying only on payee attributes. | |
| 130594 | BQM-25840 | Changes have been made to block model search if any population fields need to be reviewed and block prediction update if any fields need to be reviewed. IN addition, options to remove values from a field using the “X” button have been removed, a problem with values updated by BE has been fixed (mainly the tenure field should update to 0 when the position level has been changed),and a specific handling for situations where searching for model was not successful (basically, not updating anything when receiving that response and waiting for user to change anything) was added. | |
| BQM-25851 | Inconsistent culture formats (for example, using both en-US and en-us as in BQM-25749) previously broke the login flow and prevented custom labels from being translated. By standardizing the culture value across the localization system, custom labels now work correctly. | ||
| BQM-25855 | On adhoc on demand load feature, if, for any reason, the back-end does not provide the automatic load property in the api/Analysis/GetAdhocReportWithModel?idReport endpoint, then the front-end does not display the "Show" button. | ||
| BQM-25860 | Missing machine learning database scripts have been added to Red Nimbus. | ||
| BQM-25867 | In Admin > Global Settings, the new configuration for setting the ad hoc loading mode was not displaying the correct state. | ||
| BQM-25877 | A script was missing from the dacpac for the slack message queue. | ||
| BQM-25885 | In the Team Documents module, users with limited hierarchy access were able to retrieve documents they shouldn't see using the search field. This issue occurred under certain hierarchy security configurations. | ||
| BQM-25887 | The tenure in level reset mechanism of the pay prediction UI can now reset one additional field based on ID (configurable via API endpoint POST /api/ml/settings/prediction-job-level-reset-field). | ||
| BQM-25890 | Translations in the standard application languages were missing causing the technical localization keys to be visible in the application UI. | ||
| 131643 | BQM-25908 | A regression was introduced in the first release of HF202 in non-prod whereby data grids could no longer be saved after adding a row. | |
| BQM-25911 | System.Net.Http.Formatting.Extension did not resolve properly when building between .NET 8 and .NET Framework. To fix this, the .NET Framework-specific dependencies were moved directly into the WebUI project. | ||