The in this version introduced column SequenceNumber on the table MessageStateEntry with the default value '0' can lead on systems with very many entries, the update of the database schema may take longer.
The eBiss service does not establish a connection to the client anymore:
The number of invocations is on average lower, because when fetching the logs usually several lines are transferred.
New Job Step CurrentDocument.
Reduction of DB queries at
When selecting from the message basket in e.g. DelegatorJob-Step only the message baskets in the root node were displayed, the error is fixed.
New job step AttachmentStateSetter to discard certain attachments.
Quick search always performs a “starts with” search. Entering an asterisk (*) at the beginning performs a “Contains” search, e.g. *PRICAT performs the search with “Contains” 'PRICAT'.
However, if the asterisk (*) was entered only at the end, e.g. PRICAT*, then the search for “Starts with” PRICAT*, i.e. the asterisk was included in the included in the search.
This caused some surprise and was changed. An asterisk at the end is removed. Note: If there are two asterisks at the end, only the first one is removed.
Warning when deleting the following items if they are still in use:
Extension of the RestPush JobStep by the input of further header parameters.
Extension of INode by
IDictionary<string, IVariableDefinition> VariableDefinitions { get; }
Und von IVariableDefinition um:
string DefaultValue { get; }
Default timeout at “-1” was only two minutes, this was changed to 60 minutes.
Revision of the logs of the ArticleSubscriptionSelectorDirectSql.
Revision of TradeItemManager.
An error occurred in the GIT versioning, the display of the history elements and the creation of the Deploy Package was no longer possible. The bug has been fixed.