Release notes for Jitterbit Wevo iPaaS
Overview
Wevo iPaaS is Jitterbit's integration platform for Latin America (LATAM), accessible at https://app.wevo.io/. The version of Wevo iPaaS is updated automatically. Each version number corresponds with that of a Harmony release (Jitterbit's global integration platform).
You can sign up for Wevo iPaaS release and maintenance notifications at Jitterbit's system status site by subscribing to LATAM Wevo iPaaS components.
Releases
11.49
September 10, 2025 (7 - 11 PM BRT)
The release notes will be published on this page prior to the release.
11.48
August 20, 2025 (7 - 11 PM BRT)
Enhancements
-
VTEX connector new "[Catalog] Upsert brand list" action
The VTEX connector has a new action, [Catalog] Upsert brand list, to send a brand list to VTEX. It includes the ability to create new brands or update existing brands based on the provided data. This simplifies the management of brand information and facilitates the operation of querying, inserting, or updating in a single action. -
SOAP connector "[Invoke] Invoke Method in Batch" action support for envelope headers
The SOAP connector's [Invoke] Invoke Method in Batch action now supports envelope headers, resolving previous limitations and enabling more robust integrations with complex SOAP web services that use security tokens, transaction IDs, routing, or other custom metadata in headers. -
Process queue "Change status" tool support for duplicate records
The process queue tool Change status now handles duplicate records. Previously, duplicate keys (the same source key in Pending and Temporary Error status records) caused anAn item with the same key has already been added
error. Now, the action ensures the status change of one of the records, preventing blocking even with identical source keys.
Fixes
-
Connector advanced options are now shown
During configuration of some connectors in the Connector Store, the Show advanced configuration area wasn't showing the connector's advanced configuration options. The options are now shown and can be configured as expected. -
Connector Studio issue with saving connector changes resolved
During development of a connector in Connector Studio, in isolated cases, changes to connectors using OAuth were being lost when saving. New connector versions can now be saved as expected. -
Process queue "Format items to enqueue" input mapping fixed
The process queue tool Format items to enqueue now supports the expected mapping of its input fields during flow design using the direct, dynamic, and f(x) methods. This ensures the input is mapped for the correct execution of the action in the flow. -
Scheduler triggers no longer inherit webhook retry policies
A Retry Policy from a Webhook trigger is no longer carried over when switching the trigger type to a Scheduler and defining a CRON expression, resulting in unwanted automatic retries. Now, the retry policy is removed in this scenario, preventing unnecessary executions and consumption. -
On-premise agent connection issue resolved
An issue has been fixed in the health check routine regarding the idle interval of the on-premise agent.
11.47
July 30, 2025 (7 - 11 PM BRT)
Enhancements
-
Security improvement for password-type fields
A new Show secrets icon is shown on Connector Store account configuration screens. Users with the Connector Store - Account - View private fields user permission can click it to reveal the values of password-type fields. Each time the data is viewed, an audit log entry is recorded. -
VTEX connector retry for [Catalog] SkuId list by RefId list action
The VTEX connector's [Catalog] SkuId list by RefId list action now retries calls to thepub/sku/stockkeepingunitidsbyrefids
VTEX API. This aims to prevent an internal server error reportingError While Get RefId List On VTex
, which resulted in an empty or incomplete output that could affect subsequent steps of a flow. -
Connector Studio support for Apache Parquet files
Theparquet.js
library is now available as a module in Connector Studio, accessed via\_wevo.modules.parquetjs
. This library allows for reading and writing of Apache Parquet files to disk. In addition, a new property accessed via\_wevo.constants.tmpDir
allows reading from the default temporary directory.
Fixes
-
Decrypted output logs no longer return the wrong log
When using the Always log encrypt field option on a Log storage output field in some flow executions — especially those with nested scopes — the system no longer returns the encrypted input log instead of the expected output log. Now, the appropriate output log is returned for both display and download operations. -
Dynamic Storage
listAsync
function now uses standard sort
When using thelistAsync
function of the Transformation tool's Dynamic Storage feature without specifying a sort field or with an invalid field defined, data duplication no longer occurs. Now, a standard sort is used in this scenario.
11.46
July 10, 2025 (7 - 11 PM BRT)
Enhancements
- VTEX connector better error messaging for incomplete responses
The VTEX connector's [Catalog] Sku Insert or Update action now returns an enhanced error message when VTEX responds with null or malformed SKU data. This message includes the SKU ID and the original VTEX error to help users identify the problem.
Fixes
-
Emailed process queue files have shorter file names
The folders and files generated by the process queue option Send to Email have shortened names within the nested ZIP files to resolve "Path too long" errors on Windows.The new structure includes these changes:
- Process queue names are now truncated after 20 characters.
- UTC date and time are used in place of a GUID.
Important
The changed file generation structure is being applied on a tenant-by-tenant basis as communicated directly.
11.45
June 18, 2025 (7 - 11 PM BRT)
Enhancements
-
On-premise agents have improved logs for tracking and better analysis of problems, including identification in the application ID logs, and in some cases IP and port logs, to know which host/port is unstable and affecting other applications.
Note
To install this update, contact Jitterbit Support.
Fixes
-
The Builder > Templates page now loads all templates as expected. Previously
List not found
was sometimes being displayed. -
The Data Types page has these fixes:
- A bug that prevented saving after adding a new column to a data type has been fixed. It is now possible to add and remove columns without any errors.
- An issue where the Text Qualifier value was not being persisted when the delimiter type was set to Other has been corrected. The value is now properly saved and restored when the configuration is displayed.
-
During flow execution, an error no longer occurs when a Webhook trigger does not have the Prevent execution if request's body is empty option selected.
-
When there is instability in the dynamic accounts update routine, it now tries to recover. In addition, internal cache update failures are prevented from impacting future executions of flows that use dynamic accounts.
11.44
May 29, 2025 (7 - 11 PM BRT)
Enhancements
-
The Builder > On-Premise Agent page now has the option to view the flows for a specific application. This provides more refined visibility and control over flows associated with on-premise agents by application.
-
The SOAP connector has the following enhancements:
-
The Invoke in batch parallel action has a new Delay between calls (ms) parameter in its Configurations tab.
-
The Invoke in batch parallel and [Invoke] Invoke Method in Batch actions no longer show the Use Custom Header parameter. This parameter was previously unused; its removal does not affect the use of custom headers.
-
-
The IBM MQ connector's polling trigger is now designed to recover on its own in case of interruption.
-
The ProcessQueue pages are accessed at a new URL path containing
/processqueue/
in place of/iomanager/
. If attempting to access the former URL path (now deprecated), you will be redirected to the new one, retaining correct parameters. -
The process queue option Send to Email now generates two layers of ZIP files that must be decompressed to extract the CSV data files. The changed structure is described here.
Important
The changed file generation structure is being applied on a tenant-by-tenant basis as communicated directly.
Fixes
-
When registering an on-premise agent application, an issue no longer occurs where users could create multiple applications simultaneously, without waiting for the previous one to finish saving. This could cause duplicate entries or unexpected overwrites of existing applications. Now, the system ensures that only one application save operation can occur at a time, preventing conflicts or data corruption. This increases reliability and consistency when managing application data.
-
When searching execution logs in a flow using the Loop tool and the searchable value is in an action that is within the loop scope in a specific iteration, the loop iteration link now goes to the correct loop iteration.
-
In the Enqueue Items tool's Configurations tab, the Process Queue field's shortcut now loads the process queue as expected.
-
A user's Last login date shown in the Manager > Accounts > Users page is now accurate.
11.43
May 7, 2025 (7 - 11 PM BRT)
Enhancements
- The ProcessQueue connector has a new v2.0 version of the Change Status action that performs status changes more efficiently, with a performance gain of almost 90% and 9× faster speed.
Fixes
-
The Salesforce Marketing Cloud connector now allows users to map the input for the [Data] Send Data Extensions action. The action input fields are now displayed in the action's Mapping tab and support mapping the input in Direct, Function, and Dynamic modes.
-
The Flat File connector's Write Flat File action now works as expected.
11.42
April 16, 2025 (7 - 11 PM BRT)
Enhancements
-
The following module applications now use the new Message Broker (High Availability) cluster:
- Dealer
- Process Queue
- Metrics
- iPaaS Integration Engine modules
Fixes
-
The structure of the VTEX connector's Send Specification action no longer includes the erroneous field
OutputStatus
. -
The following MySQL connector actions now generate the correct SQL query based on the input provided:
- [Query] Upsert Row
- [Query] Update Rows
- [Query] Upsert Rows in Batch
-
The count of the pod quantity and pod types on the Flow Monitor and Dashboard screens is now accurate.
-
The following fixes have been made related to flow versioning:
- Attempting to create a new version of certain flows no longer results in an error.
- Attempting to remove a flow version no longer results in an error.
11.41
March 26, 2025 (7 - 11 PM BRT)
Enhancements
-
The Oracle Database connector has a new trigger, Watch changes in a table, that can be used to get new inserted or updated rows in a table.
-
The Webhooks trigger configuration dialog has a new Return raw body option in its Configurations > Advanced tab. The new option can be used to return the raw body in the webhook output to allow a hash calculation of the request body.
-
The SOAP connector has improved performance for batch processing.
-
The algorithm for exporting and importing flows has changes that improve the performance and security of the platform.
Breaking changes to exporting and importing flows
If you have any flow export files created prior to this release, you will not be able to import them after this release.
We recommend importing any pre-11.41 export files before March 26, 2025 to avoid any impact on your work.
Once the 11.41 release occurs, you will be able to export and import flows created after this date.
If you have any questions, contact your Customer Success Manager (CSM) or LATAM Support.
Fixes
- An issue has been resolved with dragging a flow from a folder to the root level in the flow monitor.
11.40
March 5, 2025 (7 - 11 PM BRT)
Enhancements
- To prevent system overload and improve performance, a default limit of 10,000 iterations is now imposed for loops within the same flow execution. Existing flows that have been turned off and on again will also be subject to the new limit. A specific loop can be exempted from the limit by configuring it using a new checkbox in the loop's configuration dialog. The default limit can be changed by contacting your Customer Success Manager (CSM) or LATAM Support.
Notices
-
In the upcoming 11.41 release (March 26, 2025), we will be making breaking changes to the algorithm for exporting and importing flows to improve the performance and security of the platform. If you do not use this feature, you can ignore this notice.
Upcoming breaking changes to exporting and importing flows
If you have any flow export files created prior to the 11.41 release, you will not be able to import them after the 11.41 release.
We recommend importing any pre-11.41 export files before March 26, 2025 to avoid any impact on your work.
Once the 11.41 release occurs, you will be able to export and import flows created after this date.
If you have any questions, contact your Customer Success Manager (CSM) or LATAM Support.
11.39 patch
February 18, 2025 (6 - 8 PM BRT)
Fixes
- To improve user experience when searching execution logs that have a large payload, the highlighted log result now returns a truncated body.
11.39
February 12, 2025 (7 - 11 PM BRT)
Enhancements
-
Scope log processing is now isolated from main flow executions. This improves the user experience when viewing flow logs. This isolation prevents scope logs from impacting and delaying the processing of main flow execution logs.
-
Audit and Notify module applications now use the new Message Broker (High Availability) cluster.
-
The platform's cache database service has been upgraded.
Fixes
-
Platform log audits are now recorded in the correct database. Previously, some backend audits were recording data in the legacy database.
-
When the new functionality of editing flow pods is enabled, the audit log is now recorded when the user edits the fields pod type and pod quantity.
-
In the VTEX connector, the
OrderItem.PriceTag.Value
property of theOrder
class has been changed fromint
tolong
. This resolves an issue where theOrderItem.PriceTag.Value
field of theOrder
class was exceeding the limit, which impacted the activity of getting the order by ID.