...
New Features
Pipeline Cache is a subscription platform feature (currently available in private beta) that enables you to cache data in memory for reference information in a another pipeline. The reference information is cached in memoryThis information can be a dataset, and the Pipeline Cache mechanism retrieves itLookup functions can retrieve the data from this dataset. Looking up values based on database rows/columns is a costly operation if the table is queried repeatedly, using to use the same data as reference fields. An in-memory data store allows your pipelines to look up these keys/values/data the data as key/value pairs in other Snaps at runtime. If you have data in an external system that you plan need to look up (such as an employee object or IDan identifier field), then you can use Pipeline Cache to perform this optimize the mapping to match the references in such an operation.
Secrets Manager introduces support for CyberArk Conjur. You can now use CyberArk as your vault. Workflows are similar to other supported vault vendors.
New Public APIs are available for APIM.
...
A SnapLogic Account configured with a JKS truststore fails on a Groundplex that has the JVM option
-Dsnaplogic.security.provider=BC
. Try To fix any errors, try removing this option. Learn more about Configuring Bouncy Castle as the first Security Provider in your Snaplex.
Fixed Issues
Fixed an issue with the Encrypt Field Snap, where the Snap failed to support an RSA public key to encrypt a message or field. Now the Snap supports the RSA public key to encrypt the message.
...