The July 2025 release of Administrator includes the following new features and enhancements.
Elastic runtime environments
An elastic runtime environment leverages container orchestration to provide autoscaling based on job load. These environments are similar to Secure Agent groups except that elastic environments can auto scale based on your needs. This allows teams in your enterprise to better control costs and deal with mission critical job completion service level agreements (SLAs).
For more information, see Runtime Environments.
Note: Effective in the July release, elastic runtime environments are available for preview. Preview functionality is supported for evaluation purposes but is unwarranted and is not supported in production environments or any environment that you plan to push to production. Informatica intends to include the preview functionality in an upcoming release for production use, but might choose not to in accordance with changing market or technical circumstances. For more information, contact Informatica Global Customer Support.
Filtering, sorting, and searching for user groups and roles
When you edit a user, you can filter, sort, and search for available user groups and roles on the user details page so that you can find them more easily.
For more information, see User Administration.
New cipher suites supported with TLS 1.3
Informatica now supports Transport Layer Security (TLS) 1.3. This involves supporting the following additonal cipher suites:
•TLS_AES_128_GCM_SHA256
•TLS_AES_256_GCM_SHA384
Ensure that your organization uses at least one of the TLS 1.3 ciphers or supported TLS 1.2 ciphers. For more information, see the following KB article: Change in Cipher Suites for IDMC with TLS 1.3
REST API
The REST API has the following enhancements:
Activity logs
The startTimeUtc and endTimeUtc fields are added to the GET response for the activityMonitor v2 API and to the GET response for the activityLog v2 API when you retrieve information for a specific ID. These fields return the start and end times for a running task or for items in completed jobs for linear taskflows and replication tasks in Coordinated Universal Time (UTC).
File transfer
When you use the upload command to transfer a file to the server using a URL such as https://<host name>:<port>/fileservers/upload, you can optionally use the following request parameters:
- generateUniqueId. Set to true to generate and return a unique ID for the file transfer task. Default is false.
- fileMetadata. Metadata related to the file in JSON format.
If you include these request parameters, the response includes the following return parameters, respectively:
- fileUniqueId. Unique ID generated for the file transfer task.
- fileMetadata. Metadata related to the file in JSON format.
Time zones
The America/Santiago time zone is added for REST API calls.
RunAJob utility
You can specify the initial and maximum heap sizes that the RunAJob utility uses to run Java commands.
For more information, see REST API Reference.
Secrets manager enhancements
Access to external secrets managers is enhanced in the following ways:
•The Secure Agent can access AWS Secrets Manager using instance profile authentication.
•If you use AWS Secrets Manager, the account that the Secure Agent uses to access secrets can differ from the account in which the secrets are stored as long as both accounts are in the same region.
•If you use AWS Secrets Manager, you can retrieve a secret using the full Amazon Resource Name (ARN).
•When your organization uses an external secrets manager, you can create and view connections in Data Integration when you create or edit a mapping or task. You can also configure the connections to retrieve sensitive credentials from the secrets manager.
Note: Effective in the July 2025 release, the capability to create connections in Data Integration when your organization uses a secrets manager is available for private preview. Preview functionality is supported for evaluation purposes but is unwarranted and is not supported in production environments or any environment that you plan to push to production. Informatica intends to include the preview functionality in an upcoming release for production use, but might choose not to in accordance with changing market or technical circumstances. For more information, contact Informatica Global Customer Support.
For more information, see Organization Administration.
SUSE Linux Enterprise 15 Service Pack 6
Informatica now supports SUSE Linux Enterprise 15 SP6.
User access to pre- and post- commands
You can create a user role to control access to pre- and post-command tasks.