===== Version 3.7.286 (28.8.23) ===== ==== JobStep DuplicateMessageBlocker ==== New option: * Current node: Search for duplicates only in the current node. At JobStep [[en:prozessdefinition:jobs:jobsteps:kommunikation:duplicatemessageblocker|]].. ==== JobStep EntityAnalyzer ==== In [[en:prozessdefinition:jobs:jobsteps:allgemein:entityanalyzer|]] it is now possible to set the analyzer to a fixed value when the repository is selected. This means that the analyzer is used directly and the settings for the recognisers are not relevant. ==== HardDiskChannel and UNC paths ==== The [[en:kommunikation:kanal:harddiskreceive|]] checks the path if it exists and throws an error if not. For example, the path "\\MyServer\Data" is checked before writing. But if only the server is specified, e.g. "\\MyServer", then this must not be checked for existence, because it may not be accessible without path specification. Only with a specific address from the partner the path is then accessible for eBiss. This gap has been fixed. ==== AS2, MDN options ==== The MDN hash options for the AS2 channel without using a template was fixed and changed with the last version from * signed-receipt-micalg=optional, sha1, md5 to: * signed-receipt-micalg=optional, sha-256, sha1. But the hash setting from the channel must be used. This error has been fixed. ==== Typ-Bibliothek, JSON types ==== When reading JSON files with empty lists such as: * "Type": {} an error occurred. This has been fixed. ==== Typ-Bibliothek, XML types ==== Correction regarding the creation of the "inline value". ==== eBiss.Api CheckLogin without ISession ==== Adaptation of the methods created in the previous version: bool CheckLogin(string password, ISession session); The ISession parameter has been removed, the methods now have the following signature: bool CheckLogin(string password); ==== Erweiterung der DespatchAdvise Middleware ==== Extension of DespatchAdvise middleware to include addresses. At the top level by: public GLNAddress SupplierAddress; public GLNAddress ManufacturerAddress; public GLNAddress BuyerAddress; public GLNAddress InvoiceRecipientAddress; public GLNAddress DeliveryPartyAddress; public GLNAddress UltimateConsignyAddress; public GLNAddress LogisticProvideAddress; public GLNAddress PickupPartyAddress; GLNAddress mit den Eigenschaften: [Description("Name 1 vom Adressen-Partner.")] public string Name1; [Description("Name 2 vom Adressen-Partner.")] public string Name2; [Description("Name 3 vom Adressen-Partner.")] public string Name3; [Description("Strasse vom Adressen-Partner.")] public string Street; [Description("Ort vom Adressen-Partner.")] public string City; [Description("PLZ vom Adressen-Partner.")] public string ZipCode; [Description("Land vom Adressen-Partner.")] public string Country; [Description("Umsatzsteuer-Identnummer vom Adressen-Partner.")] public string VatIdentNumber; [Description("Steuernummer vom Adressen-Partner.")] public string FiscalNumber; ==== No 'callback' from servcie to client / missing logs ==== After the exception was fixed in the last version, there was still a time constellation in which the log was not written to the end. This error has been fixed.