Skip to content

Current Release

What’s new or changed in EDI 3.2025.8.3

Release Version: 3.2025.8.3
Release Date: 2025-08-12
Total # Work Items: 17

Features

This section contains a table that lists the features that are included in this release when available. We might update this article to include features that were added to the build after this article was originally published.

ID Title
3057 Make it possible to store the connector response in the queue (Direct response)
3104 Make it possible to link a response message from a middleware to the outbound message in the queue
3746 Create a handler that moves files from one connector to another
3764 Extended logging per process
7595 Queue inbound file upload manually
7604 Add Skip additional fetch for periodic processor (API based)
7614 PIW Tungsten / Peppol import
7620 Connecter Reference from Handler

Bugs & Fixes

This section contains a table that lists the bugs and fixes that are included in this release when available. We might update this article to include features that were added to the build after this article was originally published.

ID Title
3728 Don’t trigger business process event when ‘pro forma’ is used
3744 DataAreaId in the request for the queue custom service is not working
3745 SFTP connection bug
3759 When creating DMF Processor combined with an excel file and queue param on, the processor cannot be saved
3771 Parameters on Connectors in extensions not working
3820 Azure Container fail move/delete
7541 Incorrect Babelway SOAP connecter label
7550 Log for failed connecter not working
7602 Sorting of queue processing should be based on created date instead of recId

Detailed Notes

This section contains the workitems mentioned in the above sections, with additional details and applicable notes

3728

  • Title: Don’t trigger business process event when ‘pro forma’ is used
  • Type: Bug
  • Notes: The bug triggering the business processes for pro forma has been resolved. 

3744

  • Title: DataAreaId in the request for the queue custom service is not working
  • Type: Bug
  • Notes: The bug that caused the DataAreaId in the message content of the custom service messages not to be taken into account has been resolved

3745

  • Title: SFTP connection bug
  • Type: Bug
  • Notes: The bug causing the SFTP connection to not work without certificate has been resolved. 

3746

  • Title: Create a handler that moves files from one connector to another
  • Type: User Story
  • Notes: A handler is created to move files from one connector to another, this can be convenient if you want to follow up the status of imported files on a local place rather than on the connectors destination. 
    Example: 
    • DMF import is used to get a CSV file from an SFTP server (from a client) and import it in FO
      • OOTB - Fail and Success directory on the SFTP server (so on the client side)
      • Often this is unwanted behaviour, the follow up of success/fail is needed on the companies side (e.g. Azure fileshare)
    • New way of working:
      • Processor one: Move the CSV from SFTP to Fileshare (with the new handler)
      • Processor two: import the CSV from the Fileshare into FO
        • Success - Failed are in the Fileshare accessible by the company itself. 

3759

  • Title: When creating DMF Processor combined with an excel file and queue param on, the processor cannot be saved
  • Type: Bug
  • Notes: This bug has been resolved. 

3764

  • Title: Extended logging per process
  • Type: User Story
  • Notes: For the projects where the queue is not used, the possibility to have extended logging has been added. 

3771

  • Title: Parameters on Connectors in extensions not working
  • Type: Bug
  • Notes: This bug has been resolved.

3820

  • Title: Azure Container fail move/delete
  • Type: Bug
  • Notes: The error not removing the original file on fail/success move/delete when using an azure container had been resolved. 

7541

  • Title: Incorrect Babelway SOAP connecter label
  • Type: Bug
  • Notes: Label error has been resolved. 

7550

  • Title: Log for failed connecter not working
  • Type: Bug
  • Notes: This bug has been resolved. 

7595

  • Title: Queue inbound file upload manually
  • Type: User Story
  • Notes: For testing purposes, a functionality has been added to manually upload files into the queue to be processed. This functionality should be enabled in the smart connect general settings. 

7602

  • Title: Sorting of queue processing should be based on created date instead of recId
  • Type: Bug
  • Notes: The new way of sorting has been resolved. 

7604

  • Title: Add Skip additional fetch for periodic processor (API based)
  • Type: User Story
  • Notes: A parameter has been added to skip the additional fetch (GET method) when using the periodically process method combined with an API based connector. 
    This should be enabled when other systems are pushing records in the queue.