beqom v10 HF166 - 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: May 1st, 2024
Fix version: v10 - HF 166.1 - DB 10.0.936
| Type | Issue key | Description | |
|---|---|---|---|
| Zendesk | Jira | ||
| BQM-23679 | Web App: New Statuses for Merge Run Timeout and Failure When working in Merges section of the , in the case a merge run has reached the generation timeout or failed, the two following statuses have been added: Timeout : the merge run has reached the generation timeout (3 hours by default); Failure : the merge run has failed This improvement aims at improving the identification of issues during a merge run and thus the problem-solving process. | ||
| BQM-23846 | Admin Portal: Cannot Save Settings if Pay Equity URL Field is Empty The following issue has been reported in the Admin Portal interface of the v10: in > Technical Admin > Settings Management, the Pay Equity URL field was unexpectedly mandatory which means admin users we not able to save a setting modification if that field was empty. The issue has been corrected and now the Pay Equity URL field is not mandatory as expected. | ||
| BQM-23862 | Web App: Statement Generation Feature Performance Improvement As of this hotfix package, the performance when loading data source data in the Letter & Statements section of the has been improved with the introduction of a new index on the data base side. This improvement aims at enhancing the user experience when working with the Statement Generation feature. DB: added IX_bqm_merge_recipient_merge_run_uuid_all_fields index to the statement.bqm_merge_recipient table | ||
| BQM-23941 | Web App: Update on devDependencies Packages Side The following updates have been performed on several packages used during local development phases of the beqom v10 application: update mini-css-extract-plugin version from 2.4.5 to 2.8.1; update eslint-plugin-prettier version from 5.0.0 to 5.1.3; update @babel/plugin-proposal-private-methods version from 7.16.11 to 7.18.6; update @babel/preset-react version from 7.22.15 to 7.24.1 These updates have been performed to ensure the correct test and development processes and maintain a healthy application codebase. | ||
| BQM-23945 | Web App: Remove Character Limit for SortBy Parameter in Data Grids to Prevent Loading Error In order to prevent a data grid to crash when the SortBy parameter exceeded the character limit of 255 if a large number of sorting fields is configured, the declaration of this parameter has been changed from varchar(255) to varchar(max) . From now on the application will no longer return an error in the case the stored procedure or the configuration of the grid implies the SortBy declaration to have more than 255 characters. DB: update to Kernel_SP_GetGrid stored procedure | ||
| In this Release Note | |||
Ongoing deployments
| Ticket Number | Changes | Impact | Comment |
|---|---|---|---|
| BQM-23668 | API changes:
No changes DB changes:
No changes | These deployments are related to the "Machine Learning Engine for Base Salary Estimation" Feature Flag which is currently available as a limited feature. | |
| BQM-23734 | API changes: Update to GET api/ml/model/{modelUid}/training/{trainingUid} API endpoint. DB changes: No changes |