This document summarizes major improvements and fixes introduced in the Pricefx IntegrationManager release version.
|
Release date |
Dec 20, 2021 |
|---|
In this section:
Migration Steps
None needed.
Improvements
|
New Feature Description |
ID |
|---|---|
|
You can now select FTP connection in the "Connection From" field. The mapper will fetch a metadata file from the path specified in the selected connection (there should be only one file in a directory), and parse it using the selected configuration. |
PFIMCORE-828 |
|
Range validation has been added to CSV validator. |
PFIMCORE-891 |
|
IM now supports storing and loading the type 'Resources' – various resources like templates, pictures, schemas etc. |
PFIMCORE-896 |
|
Support for Data Upload into the Seller table has been added via the loaddata method. |
PFIMCORE-919 |
|
There are audit service improvements – the format is as required by audit_log index. |
PFIMCORE-925 |
|
There is a new method to find merge requests based on state and creation date. |
PFIMCORE-932 |
|
New merge requests now have the option "Delete source branch" enabled by default. Also, a filter is applied – only changes in /src/* are taken in the account. |
PFIMCORE-940 |
Fixed Issues
|
Bug Description |
ID |
|---|---|
|
There are various bugs in the 'classes' repository: Cannot run locally, cannot use package, cannot use route with connection. |
PFIMCORE-931 |
|
Data Upload into PA tables fails when using the Import method if the input CSV file contains quoted records. |
PFIMCORE-933 |
|
IM interprets hidden files from Git incorrectly on the Windows platform. |
PFIMCORE-944 |