Release notes -- 2.199 (since 2.198)
Highlights
EL-241 AWS SQS Element
- New element
- Enables access to SQS in AWS
EL-247 Tipalti : Added fix for E-notation string to decimal conversion
- Added fix to prevent E-notation string to decimal conversion, now 'IDap' is returned as 'string' in response for
GET /vendors/{id}
EL-35 Shopify: Fixed model defects
- Resolved model issue for the following .API's-- Added 'locationid' in required field for
POST-/orders/{ordersId}/fulfillments-- Removed "inventoryquantity" and "inventoryquantityadjustment" for the followingPOST-/products,PATCH-/products/{id}andPOST-/products/{id}/variants
RVCL-354: Bug fixes for v2 VDRs
- Fix bugs that were found with the v2 VDR engine related to metadata
EL-678: Zoho CRM Fixed metadata for /notes
- Fixed metadata for Notes
objects/Notes/metadatafor Notes now returns 200 response.
RVCL-419: Fix for common-resource field sorting
- Fix common resource field sorting for
GET /common-resources/{objectName}
RVCL-356: Fix for transformation level scripts so UI can display them properly
- Fix merging scripts when merging transformations
- Fix for GET /transformations endpoint to return the list of
scriptsand the lowest script (the one that will be used) as thescriptfor v2 VDRs as we do for v1
RVCL-434: Don't allow cloning a VDR with an empty string object name
- Don't allow cloning a VDR with an empty string object name
- You are not required to pass an objectName in the payload here. If the user does not pass one then we just use the same name as the system VDR they are cloning. Because of this I chose to ignore the empty string objectName and use the system name instead of throwing an error.
RVCL-117: Set cloned from id when upgrading VDR for use in metrics
- Set cloned from id when upgrading VDR for use in metrics
EL-848: Onedrive for Business- Setting retry limit to retrieve file details after successful copy
- Fixed
POST /files/copyAPI so as it returns correct copied file details. Elements-Errorheader is returned if copy gets successful but fails to retrieveCloudFileobject.