Release Notes November 2024

Varsha Neelesh
Varsha Neelesh
  • Updated

New Features

Realtime Pipelines

Syncari pipelines are asynchronous by default. They run at a set cadence (once every minute) and poll the source systems for delta changes. This works well for most use cases, however there may be a need to run the data flow pipeline synchronously to support realtime operations. We have introduced realtime ability on Syncari pipelines to achieve this. Read more on how to use realtime pipeline here. You can even combine asynchronous and synchronous logic in a pipeline! That way execute the time sensitive operations in a synchronous way and let the non critical process run in the background!

 

Screen Shot 2024-12-03 at 12.13.43 PM.png

Webhook Receiver Synapse

If you are looking to build a synapse for systems that have support for generating webhook events using a visual editor, use the newly released Webhook Receiver Synapse editor. With this editor, you can easily and quickly build a synapse that can receive the webhook events on a predefined endpoint. Find more details here.

create_1.gif

 

Oracle ERP

As we continue to grow our synapse library, we recently added Oracle ERP synapse. This synapse enables data synchronization between Oracle ERP Sales module’s standard objects and Syncari entities using the Oracle API. This article describes the usage in detail.

 

Auto Increment

A new function is introduced to get incremented integer automatically within the pipeline. This function ensures you get a sequential integer every time it is called. The integers generated are unique within the pipeline. This is generally useful if you want to assign an auto incremented unique integer ids to records being inserted.

Screen Shot 2024-12-04 at 11.50.14 AM.png

Enhancements

  • SFTP Synapse - TSV (Tab Separated Values) support

  • Show the instance ids of of the instances in the invite user modal

  • Change transaction log default date range to 6 days

  • HTTP Synapse actions menu renamed

  • Show the field API name in the field pipeline core node details

  • Batch Implementation of Create Syncari Record Action

  • Loops - Support for while loops

  • Handle 404 on Hubspot updates

  • Hubspot Synapse : Add parallel processing to line item destination updates

  • HTTP Synapse : Support OAuth2.0 for Http Sources
  • Allow conversion from objects and records to JSON string, make parse to json list more flexible
  • Oracle PIM Synapse : Handle duplicate keys in items data as json list
  • Support for .svg files for HTTP Synapse custom icons

Syncari APIs

An api to allow creation of new syncari entities is now available. 

/api/v1/entities/createDraft

Resolved Issues & Minor Updates

We've fixed and implemented over 25 issues & minor updates  in this release. Some notable ones are listed here.

  • Marketo: Mark record as deleted when update (or merge) is attempted on Record that no longer exists in Marketo end system
  • Data Quality Studio - Clicking on the section name in the breadcrumb will redirect to Data Studio
  • Switch - Case labels are overflowing the node
  • SQL in dataset is throwing an unknown error
  • Error when viewing Transaction Log
  • Fixed broken Transaction kpis
  • Filter condition on Switch function is invalid in new draft created
  • Changes to Switch function configuration does not always save
  • Duplicate SFDC cases being created with Dedupe/merge in same Sync Cycle
  • Token value does not display on the Request data when testing a HTTP synapse
  • Token Not Editable If Double is Chosen in Set Value
  • Custom Actions are shared with Organization but do not appear in other instance
  • Transaction log not showing destination values but lineage does on the same trasaction
  • "System" field property copied from Salesforce schema into Syncari schema cannot be edited
  • Marketo - Record not being created in Custom Object
  • Partner users unable to SSO into customer instance
  • Manual Upload schema not updating to accommodate newly added CSV fields
  • Webhook Receiver Synapse - Publish Draft is grayed out
  • Cannot view more than 2 pages of node logs
  • Entity Pipeline navigation bar disappears after clicking back into it from logs
Share this

Was this article helpful?

0 out of 0 found this helpful