eBiss 3

Hilfe & Dokumentation

User Tools

Site Tools


en:relnotes:version_3_8:version_03_08_297

Version 3.8.297 (20.2.24)

RestGet und RestPush

Extension of the job steps to include login:

  • Basic Auth (=UserName + Password)
  • OAUTH2 with a separate authenticationUrl that returns a token, which we then pass on later as a bearer token in the actual call

Log output for EntityTransformer

The log output of the EntityTransformer was delayed, which led to a noticeably longer job execution time.

  • Reason: The “Open message log stream” writes what is written to the log/trace during mapping execution, for which the process attaches itself to the “Logs”. The log process is optimized and writes bundled in the background. In order not to miss a log entry, the process waits for all logs to be written before “Open message log stream”. This is unnecessary in this case and leads to delays.
  • Change/Solution: For this process it is not necessary to collect the logs in the background. The logs are entered in a local list and written at the end. This has been corrected, the logs are collected directly and it is no longer necessary to wait until all logs have been written.

Supplier Article Pool

The ArticleHandling field has been added to the Supplier Article Pool and the Weight field has been made visible for display.

Schedule event listener

In the Schedule event listener, the hour 0 was not calculated as a time if the time was set to every 15 minutes (-15). This error has been fixed.

MySQL Adapter

The MySQL DB Adapter has been updated from version 8.0.21.0 to version 8.0.31.0. PlugIns, which use the MySql.Data.dll must be compiled with the new version. And you should check whether you can also create the plug-in without using MySql.Data.dll directly.

en/relnotes/version_3_8/version_03_08_297.txt · Last modified: 2024/02/21 07:48 by 127.0.0.1