🚀 Alpha Platform Release Notes - 25.07-23.0.0.0-lts

Release Date: July 23, 2025

:rocket: Enhancements

Custom Header Injection via Deployment Environment Variables APS-1716

This is a community contribution! :tada:
Special thanks to Sagar V (sagar.v@neutrinos.com, @error_1.61) :partying_face: for implementing this feature.

New Environment Variables:

  • ENABLE_CUSTOM_HEADERS: Set to “true” to enable custom headers in the Alpha Platform.
  • CUSTOM_HEADERS: JSON string of headers to add to all HTTP requests by the Alpha Platform.

Supported Services:

  • alpha-case-service
  • alpha-admin-service
  • alpha-case-manager-ui
  • alpha-task-distributor

Example:

In alpha-case-service deployment, you can set the environment variables as follows:

ENABLE_CUSTOM_HEADERS=true
CUSTOM_HEADERS='{"alpha-request-source":"alpha-case-service"}'

Usage:
This service includes the Delegate API, which forwards headers to other services. If a header like alpha-request-source is already present in the incoming request, it will not be overwritten. This ensures the original caller identity is preserved.

:lady_beetle: Bug Fixes

  • APS-1993: Removed the requirement to “enable” enquiry for generating enquiry tables, ensuring tables are created for My Task, Group Task, and Team Task.
  • APS-1994: Ensured enquiry works even when the case model is empty.
  • APS-1995: Ensured enquiry works when a project is imported, without requiring a call to the generate-enquiry-config API.
  • APS-1818: Automated enquiry table generation when saving inbox filters in Development Mode and deprecated the manual Generate Tables API call.
  • APS-1539: Enabled signal filters only for the admin “Signal” inbox, avoiding unnecessary confusion.
  • APS-1683: Fixed project-to-caseType linking failure when importing existing projects via zip files.
  • APS-1751: Corrected case model initialization issues that prevented the Enquiry Filter toggle from enabling in Workflow Studio.
  • APS-1756: Fixed CMUI issue where the default filter name was displayed instead of the custom name after updating a filter.
  • APS-1786: Updated default filters in Task Inbox by removing unnecessary statuses (“READY” and “COMPLETED”) and adding the missing task ID.
  • APS-1787: Removed the confusing default key name “metadata.groups.name” from the Studio inbox filter configuration.
  • APS-1832: Fixed unresponsiveness when renaming saved filters in Enquiry.
  • APS-1959: Corrected mandatory checkbox validation in the CM UI “Pages” configuration.
  • APS-2135: Improved immediate visibility of saved filters without requiring a page refresh.
  • APS-2140: Fixed dynamic table data mapping issues within loops in Alpha Components.
  • APS-2147: Resolved conditional mandatory field issues.
  • APS-2148: Resolved issues where “required” conditions did not work correctly inside loops.
  • APS-2206: Fixed error logging when custom components with duplicate selectors were loaded in a project.
  • APS-2284: Ensured default custom filters apply automatically upon setting it as “default”.
  • APS-2319: Removed the “caseData.cidid” filter from the filter configuration as it is not supported for filtering.

Deprecations

  • The alpha-enquiry-service has been deprecated. It will not be available in future releases.

Images

Service Name Image Name Image Version
alpha-bpmservice neutrinos.azurecr.io/alpha/alpha-jbpm-service 25.7.1.0.8-ab7876329-lts
alpha-caseservice neutrinos.azurecr.io/alpha/alpha-case-service 25.7.1.0.8-ab7876329-lts
alpha-admin-service neutrinos.azurecr.io/alpha/admin 25.7.1.0.8-ab7876329-lts
alpha-admin-ui neutrinos.azurecr.io/alpha/alpha-admin-ui 25.7.1.0.8-ab7876329-lts
alpha-auth-service neutrinos.azurecr.io/alpha/alpha-auth-service 25.7.1.0.8-ab7876329-lts
alpha-case-manager-ui neutrinos.azurecr.io/alpha/alpha-case-manager-ui 25.7.1.0.8-ab7876329-lts
alpha-config-service neutrinos.azurecr.io/alpha/alpha-config-service 25.7.1.0.8-ab7876329-lts
alpha-enquiry-service (deprecated) neutrinos.azurecr.io/alpha/alpha-enquiry-service 25.3.0.0.25-42e3424c4-prod
alpha-workflow-studio neutrinos.azurecr.io/alpha/alpha-workflow-studio 25.7.1.0.8-ab7876329-lts
alpha-modules-service neutrinos.azurecr.io/alpha/alpha-module-service 25.7.1.0.8-ab7876329-lts
alpha-task-distributor neutrinos.azurecr.io/alpha/alpha-task-distributor 25.7.1.0.8-ab7876329-lts
alpha-dashboard-service neutrinos.azurecr.io/alpha/alpha-dashboard-service 25.02.0.0.17
gts neutrinos.azurecr.io/alpha/gts 25.7.1.0.8-ab7876329-lts
4 Likes