beqom v10 HF177 - 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: July 31st, 2024
Fix version: v10 - HF 176.1 - DB 10.0.951
| Type | Issue key | Description | |
|---|---|---|---|
| Zendesk | Jira | ||
| BQM-24543 | Application Observability: Default Logging Interval Update The interval at which the OpenTelemetry package logs events was updated to an optimized value to guarantee that the logging process does not consume excessive resources. | ||
| BQM-24551 | Web App: Environment Manager Startup Issue A problem was detected when deploying the Environment Manager too in the beqom AppStacks, which prevented the Environment Manager from initiating correctly. The issue was corrected; the environment manager can now be run as expected. | ||
| 107792 | Advanced Analytics: Duplicate Username Displayed in the User List The following issue was reported in Advanced Analytics: the users drop-down list was displaying duplicate names, which made it difficult to distinguish between users with the same name. The problem was addressed by adding the email address to the API endpoint response to provide a unique identifier for each user in the drop-down list; email addresses are now alongside names in the drop-down list, allowing Advanced Analytics users to accurately identify and select the correct user. This is an note/information message. The fix deployed in this hotfix package covers the back-end of the solution. The email address is now included in the API response for the following endpoints: GET /api/beqom/user and POST /api/beqom/user | ||
| 110007 | Web App: Default beqom Logo Update Following beqom's rebranding campaign, the default logo of the TCM v10 application was updated to show the new logo of the company. This is an note/information message. Please note that any custom company logo previously uploaded is not overwritten. | ||
Ongoing deployments
| # | Changes | Impact | Comment |
|---|---|---|---|
| BQM-23925 | API changes: - DB changes: - | This update is related to the Pay Prediction feature flag, which is currently available as a limited release. | This update applies row-level security based on the user's permission, to make sure they only see the payees they are allowed to see when creating predictions. |
| BQM-24527 | API changes: - DB changes: - | This update is related to the Pay Prediction feature flag, which is currently available as a limited release. | This ticket fixes an error where the application threw an exception if the value of a prediction, the max value or the min value was NaN (0/0). The application considered this value as not valid and did not save it to the database. The problem was corrected by converting any NaN values to NULL before saving. |