...
Snap Pack | Date of Update | Snap Pack Version | Updates |
---|---|---|---|
| 433patches21119 | Updated the SQL Server - Bulk Load Snap to preserve empty strings as empty strings and null as nulls. | |
| 433patches21040 | Provided a fix to ensure that the Data Validator Snap works with "Unknownunknown" data types. | |
| 433patches21070 | Fixed an issue with the Kafka Consumer Snap that caused it to skip records in a partition when a pipeline failed without successfully processing any records from that partition. This was an edge case that was only possible with a specific configuration of the Snap and a specific ordering of events during termination of the pipeline. |
...
When creating a new project from a Git repository, you can also create a new branch for the new project. Learn more.
Support for HashiCorp KV Secrets Engine Version 1 is available, in addition to KV Search Engine Version 2.
Change in Behavior
The com.snaplogic.jsonpath.ReadVisitor.THROW_ON_BRANCH
feature flag has been removed, and the platform no longer produces an error when a value is missing when using jsonpath
. Previously, this would result in a null value (since the field referenced in the expression did not exist) and a lint warning. In this release, the behavior results in an empty array [],
and the UI does not display a lint warning.
Known Issues
Bearer Tokens are not included when an Org admin migrates a Triggered Task to another Org.
Workaround: Manually change the Bearer Token for the migrated task in the Triggered Task dialog.The subscription feature Secrets Management -CyberArk is displayed with the indicator (Coming soon…) when in fact, the feature is already available.
...