This document summarizes major improvements and fixes introduced in the Pricefx IntegrationManager release version.
|
Release date |
Jan 31, 2022 |
|---|
In this section:
Migration Steps
None needed.
Improvements
|
New Feature Description |
ID |
|---|---|
|
Added property integration.route-error-handling.email.smtpTls which enables sending mail using TLS. Also the mailserver was set so that AWS instances can now send emails. |
PFIMCORE-888 |
|
Two basic processors were added to the components library as an example. |
PFIMCORE-892 |
|
Added REST API for execution of Groovy code with payload. |
PFIMCORE-904 |
|
Hardcoded constant with version is no longer used when creating provisioned IM. |
PFIMCORE-927 |
|
There is now REST API for re-running events which were not processed successfully. |
PFIMCORE-936 |
|
The field clientTimestamp was added to logstash. It represents a timestamp at which client executed the request at the local client time (it matches the one seen in logs). |
PFIMCORE-943 |
|
Commit messages in the Git repository of provisioned IntegrationManager instances are now more human readable and contain user info. |
PFIMCORE-954 |
|
Backup module has been removed. Metric module has been removed, however the auto-configuration option was kept because of other use cases. |
PFIMCORE-960 |
|
Configuration for AWS deployment has been moved to config server. |
PFIMCORE-962 |
Fixed Issues
|
Bug Description |
ID |
|---|---|
|
AWS IMs cannot run templates "Import/load CSV from file/FTP into Pricefx". |
PFIMCORE-920 |
|
Calling Health check causes ConcurrentModificationException during the execution of Web Service. |
PFIMCORE-930 |
|
Validation of CSV file returns a non-specific error for other than UTF-8 encoded files. |
PFIMCORE-947 |
|
The import method cannot correctly process a file encoded in other than UTF-8 encoding in Pricefx due to a wrong format of the staging file. |
PFIMCORE-951 |
|
Methods for validation of CSV files (rawValidate and validate) use a different encoding for reading input files. |
PFIMCORE-953 |
|
Data Upload using the Import method fails for input files with ANSI characters. |
PFIMCORE-959 |