This document summarizes major improvements and fixes introduced in the Pricefx IntegrationManager release version.
|
Release date |
Jan 20, 2026 |
|---|---|
|
Camel version |
4.1.0 |
|
Spring boot version |
3.1.5 |
|
Last Pricefx Swagger API update |
Oct 9, 2024 |
In this document:
New Features and Improvements
|
New Feature Description |
ID |
|---|---|
|
Support for the Java Enum data type has been added to the IntegrationManager Groovy Sandbox: Previously, the sandbox restricted the use of complex enums within the PIM instance. With this update, you can now fully use enum types in Groovy scripts, enabling more robust and type-safe coding patterns without triggering sandbox security restrictions. |
PFIMCORE-2824 |
|
Condition Record Set Items can now be downloaded using the |
PFIMCORE-2702 |
|
A new method, |
PFIMCORE-2805 |
|
A new parameter |
PFIMCORE-2687 |
|
The bean instance name for Groovy classes is now logged during registration. |
PFIMCORE-2804 |
|
The |
PFIMCORE-2776 |
|
Very low numbers are no longer returned in scientific notation in the data upload preview. |
PFIMCORE-2751 |
|
The |
PFIMCORE-2753 |
|
For SFTP connections, the algorithms used by clients are now logged, making it possible to identify which customers still rely on legacy key algorithms. |
PFIMCORE-2580 |
|
For SFTP connections, the username is now included in all traces and logs, so you can easily search for and troubleshoot client-specific issues. |
PFIMCORE-2646 |
|
Git commits made via Marketplace no longer show the user as “UNKNOWN”; the correct user is now recorded in commit metadata. |
PFIMCORE-2724 |
|
Support has been added for the new Condition Record object types |
PFIMCORE-2739 |
|
The retry mechanism for HTTP calls is moved from the Camel level to the HTTP client. |
PFIMCORE-2437 |
|
Timeout exceptions are now treated as recoverable. |
PFIMCORE-1946 |
|
Support for attaching a file to a Quote via the API has been added. |
PFIMCORE-2529 |
|
Event routes now start after all other routes are properly initialized. |
PFIMCORE-2557 |
|
The |
PFIMCORE-2564 |
Fixed Issues
|
Bug Description |
ID |
|---|---|
|
The |
PFIMCORE-2764 |
|
The |
PFIMCORE-2727 |
|
An OAuth2 connection to Salesforce fails to re-authenticate after the session expires. |
PFIMCORE-2794 |
|
An Integration Manager instance throws an |
PFIMCORE-2779 |
|
IntegrationManager backup jobs are suspended when they run for too long on the QA cluster due to a lack of CPU resources. |
PFIMCORE-2750 |
|
When external resources in an XSD are unavailable, route validation can be very slow, potentially preventing the IntegrationManager from starting. |
PFIMCORE-2708 |
|
The |
PFIMCORE-2424 |
|
Changing the debug mode for a Pricefx connection does not enable the debug mode. |
PFIMCORE-2617 |
|
A |
PFIMCORE-2629 |
Hot Fixes
The following hot fixes have been released for the 7.0 version:
7.0.1
|
Bug Description |
ID |
|---|---|
|
An inconsistency between the Events storage and the Integration API client limits can cause an event route to get stuck in a permanent error loop. |
PFIMCORE-2914 |
7.0.2
|
Bug Description |
ID |
|---|---|
|
Filters defined in multi-filter XML files are not resolved at runtime. |
PFIMCORE-2928 |