🚀 Release Notes - Alpha Platform - 24.12-20.x.x

Patches after the release

  • Hotfix: Unable to login directly to CM UI or Amin UI after the upgrade

:sparkles: Enhancements

Authentication Enhancements

  • Ability to configure the timeout for auth requests from the auth service to IDS

Reassignment enhancements

  • Implemented Enable Force Reassignment for Group & Team Tasks
    • This allows admins and managers to forcibly reassign tasks within group and team task categories, providing more flexibility in task management and efficient resource allocation.
  • Ensure group is included when exporting a project with “Enable Reassignment” configuration
    • When exporting a project that has the “Enable Reassignment” setting, the system will now ensure the required group is included, so it is properly configured in the target environment.
  • Added visual updating of remaining bandwidth and daily limit
    • The system now provides a visual update of the remaining bandwidth and daily limit when these values are changed.

:bug: Bug Fixes

  • Fixed an issue where the selected dropdown value would disappear after search and selection with reels master data.
  • Pages sidenav list in CM UI case datils page was not loading sometimes.
  • Resolved an issue where filter values were sent to the backend without trimming leading and trailing spaces.
  • When a user deselects certain columns in the table filter of the Admin Portal and performs a search operation, all the previously unchecked columns are automatically reselected.
  • In the dropdown, after searching and selecting certain values, they are not being displayed in the field
  • The dropdown is taking too long to load data
  • Added check for maximum bandwidth and daily limit. This ensures the system properly checks for and enforces the maximum bandwidth and daily limit.
  • Updated bandwidth decrement on de-allocation. The system now correctly decrements the bandwidth usage when resources are de-allocated.
  • Fixed Bandwidth Miscalculation When Simultaneously Updating Bandwidth. This resolves an issue where bandwidth was being miscalculated when updated concurrently.
  • Date picker time mapping issue

:kaaba: Migrations

DB Migration Scripts

API Migrations

  • alpha-admin-service - adminservice/migrations/24.12-20.x.x/up

Images

Service Name Image Name Image Version
alpha-caseservice neutrinos.azurecr.io/alpha/alpha-case-service 24.12.0.0.13-prod
alpha-admin-service neutrinos.azurecr.io/alpha/admin 24.12.0.0.32-prod
alpha-admin-ui neutrinos.azurecr.io/alpha/alpha-admin-ui 24.12.0.0.59-prod
alpha-auth-service neutrinos.azurecr.io/alpha/alpha-auth-service 24.12.0.0.9-prod
alpha-case-manager-ui neutrinos.azurecr.io/alpha/alpha-case-manager-ui 24.12.0.0.85-prod
alpha-config-service neutrinos.azurecr.io/alpha/alpha-config-service 24.12.0.0.47-prod
alpha-workflow-studio neutrinos.azurecr.io/alpha/alpha-workflow-studio 24.12.0.0.52-prod
alpha-modules-service neutrinos.azurecr.io/alpha/alpha-module-service 24.12.0.0.69-prod

Environment Variables

Service Name Env Variable Name Description Example
alpha-case-manager-ui PLUGIN_TIMEOUT_MS Timeout in milliseconds for loading plugins 10000
alpha-admin-ui PLUGIN_TIMEOUT_MS Timeout in milliseconds for loading plugins 10000
alpha-caseservice ADMIN_DB_HOST Hostname of the database server of the alpha-admin-service xyz.postgres.database.azure.com
alpha-caseservice ADMIN_DB_PORT Port number of the database server of the alpha-admin-service 5432
alpha-caseservice ADMIN_DB_USERNAME Username for the database server of the alpha-admin-service admin
alpha-caseservice ADMIN_DB_PASSWORD Password for the database server of the alpha-admin-service password
alpha-caseservice ADMIN_DB_NAME Database name for the alpha-admin-service alpha
alpha-caseservice ADMIN_DB_SSL SSL configuration for the alpha-admin-service true
alpha-caseservice ADMIN_DB_SCHEMA Schema name for the alpha-admin-service admin
alpha-auth-service ALPHA_ADMIN_SERVICE_URL Base URL of the alpha-admin-service https://alpha.neutrinos-apps.com/adminservice
alpha-auth-service OIDC_HTTP_REQUEST_TIMEOUT Timeout in milliseconds for IDS Auth and token requests 3500
alpha-admin-service OIDC_HTTP_REQUEST_TIMEOUT Retry count for IDS Auth and token requests 3500
1 Like