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.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.