Table of Contents | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
Info |
---|
|
Dot Releases - Snaps
Snap Pack | Date of Update | Snap Pack Version | Updates | |||||
---|---|---|---|---|---|---|---|---|
| 434patches22837 | Updated the input and output schema for the Marketo Snaps. | ||||||
| 434patches22758 | Fixed an issue with the SQL Server Stored Procedure and Table List Snaps that caused no retries to be executed even though the user had selected a number of retries in the UI when a custom JDBC driver was used. | ||||||
| 434patches22787 | Fixed an issue with the Oracle-Bulk Load Snap that was not resilient to the errors previously when trying to auto-discover the existing SQLLDR utility paths in the node. The Snap is now robust to those errors. | ||||||
| 434patches22736 |
| ||||||
| 434patches22639 | The JSON key field in the Binary Google Service Account supports JSON strings. You can upload the JSON key either from SLDB or dynamically pass the value using a pipeline parameter or access values from Secrets Manager. | ||||||
| 434patches22705 | Fixed an issue with the JSON Splitter Snap that caused the pipeline to terminate with excessive memory usage on the Snaplex node after the | ||||||
| 434patches22662 |
| ||||||
| 434patches22631 | Fixed an issue with the HTTP Client Snap that displayed incorrect cookie information, with a null value in the cookies when you have duplicate cookies in the header. The Snap now displays the cookie information correctly. | ||||||
| 434patches22576 | Fixed an issue with the Pipeline Execute Snap that caused a null pointer exception during the retry when the input view was a Binary type. Retry is not supported for a Binary input view with this Snap. | ||||||
| 434patches22620 | Fixed an issue with the Azure Active Directory Create Entry Snap that caused it to fail with a cast error when a boolean value was entered in a field where expressions were enabled. | ||||||
| 434patches22655 | Fixed an issue with the SOAP Execute Snap that caused it to be unable to parse some WSDL files. | ||||||
| 434patches22579 | Improved the SQL Server Bulk Load Snap to help reduce the chance of causing a deadlock error. | ||||||
| 434patches22600 |
| ||||||
| 434patches22537 | Improved the Salesforce Bulk Upsert Snap error messages by limiting the length of the reason displayed with the error. | ||||||
| 434patches22601 |
| ||||||
| 434patches22562 | Fixed an issue with the Google Analytics 4 Create Report and Create Realtime Report Snaps that improperly rounded off decimal data. You can now view the precise value in the report. |
Admin Manager
Admin Manager is a new interface for administrators with an updated user experience based on feedback from you. The classic IIP Manager will be phased out when all settings become available in Admin Manager.
...
Introducing Secrets Cache support for Secrets Management that minimizes latency resulting from fluctuating requests to all the Supported Secrets Management providers.
Support for Git Lab Integration with your Org.
Connectivity to on-premises GitHub Enterprise Servers (GHES). You can now configure the new app gateway to connect your Groundplex to your on-premises GHES host. Previously, connectivity required IP filtering on requests to GHES from the SnapLogic Control Plane or endpoint restrictions, where a limited subset of API endpoints was available.
Support for Secrets Management using Azure Key Vault. In this release, we support only:
Secrets stored in the Azure Key Vault – and not keys and certificates.
Managed identity-based authentication on the Azure Active Directory (Azure AD): System-assigned identities and User-assigned identities.
Snaplex node crashes are now captured as events in the Activity Log.
Git repositories now link with Project Spaces. All Git operations supported in projects are also supported at the Project Space level.
Project Spaces Git Operations Menu - Left Navigation Tree | GitHub Operations Menu - Project Asset Toolbar |
---|---|
When you associate a repository with a Project Space, all the Git folders are brought in as Projects, and any assets at the root level are placed in a logical directory labeled as root. This label does not interfere with the corresponding Git folder structure. Learn more.
You can add each individual untracked asset to the repository for tracking or remove one from the repository using the Remove from Repository option on that asset’s name.
...
Panel | ||||||
---|---|---|---|---|---|---|
| ||||||
Breaking ChangeWith the new support for LDAP authentication to HashiCorp Vaults, the Snaplex node configuration file Action needed: You must update each of your existing Snaplex node configuration files to include this key-value pair: |
...
For the Binary and Email Snap Packs, SFTP connections might experience connectivity issues because of the removal of some deprecated algorithms. To add these connections back, refer to Configuration Settings for Snaps for details.
If you use the PostgreSQL driver (
org.postgresql.Driver
) with the Redshift Snap Pack, it could result in errors if the data type provided to the Snap does not match the data type in the Redshift table schema. Either use the Redshift driver (com.amazon.redshift.jdbc42.Driver
) or use the correct data type in the input document to resolve these errors.The Send Email Snap might fail because of a
429
error response from the Graph API endpoint.For Ultra Tasks using a continuous data flow design for polling with a Pipeline Execute Snap, the parent pipeline does not receive the document from the child pipeline, and the polling message is not generated for downstream Snaps.
The GeoJSON Parser and WKT Parser Snaps accept only
application/zip
orapplication/gml+xml; charset=utf-8
as a file input stream.
However, the output content type from the File Reader Snap isbinary/octet
when the input file is read from SLDB.Workaround: To read an input file (ZIP or GML) from SLDB, use the Mapper Snap to change the content type from
binary/octet
to one of the following:ZIP file: Change the content type to
application/zip
.GML file: Change the content type to
application/gml+xml; charset=utf-8
.
When you provide a custom JAR file in the Oracle Thin Account or the Oracle Thin Dynamic Account, the Oracle Stored Procedure Snap fails with the following errors:
"com.snaplogic.snap.api.SnapDataException: object is not an instance of declaring class"
"Class oracle.sql.BLOB cannot be cast to class java.sql.Struct"
(For BLOB data type)"class oracle.sql.CLOB cannot be cast to class java.sql.Struct"
(For CLOB data type)Workaround: Remove the custom jar file from the account and retry.
Deprecated
The Microsoft Dynamics AX Snap Pack is deprecated. Contact support@snaplogic.com if your existing pipelines use Snaps from the deprecated Snap Pack.
...