September 2025 Release Notes

September 2025 Release Notes

Highlights

  • Preview the new SnapLogic user experience

  • AgentCreator:

    • New! Added universal Function Generator and Function Result Generator Snaps to the LLM Utilities Snap Pack. Learn more.

    • Prompt Composer now lets you minimize panels into a launchpad, save custom layouts, and work in a cleaner, more flexible space

  • APIM 3.0:

    • Support for CI/CD with GitHub

    • Ability to pass JWT bearer token information to the underlying pipeline

  • AutoSync: Bulk export-import of the data pipelines

  • Monitor: Stop multiple pipelines simultaneously from the Pipeline executions table

  • For Triggered Tasks executed with the Cloud URL:


In this Release

To use the latest platform updates in this release, ensure that your Snaplex nodes are upgraded to version main-35803 - 4.42.1.0, which:

  • Implemented an algorithm that improves how pipeline executions are distributed across nodes, leading to more robust and balanced runtimes.

  • Proactively frees up leased slots in a Snaplex regardless of upstream dependencies (such as network connectivity issues).

  • During Snaplex restarts and version upgrades, the node shuts down more asynchronously to respect Max Restart time values.

The current recommended Snaplex version is 4.42.0.2-36011 - 4.42.0.2 (Recommended).

Platform: Patch Updates

Date

Component

Version

Fixed Issues and Enhancements

Date

Component

Version

Fixed Issues and Enhancements

Sep 25, 2025

UI

N/A

Fixed an issue in Monitor on the Pipeline executions page where a search that returned a parent pipeline did not include child executions that didn't match the search criteria.

Sep 22, 2025

Snaplex

main-36092 - 4.42.1.3

Combined the updates in the September Snaplex version with the current Recommended Snaplex version.

Sep 18, 2025

Snaplex

4.42.0.2-36011 - 4.42.0.2 (Recommended)

  • The OAuth2 Account refresh functionality now works as expected after a Snaplex version update.

  • Improved memory management in FeedMaster nodes for better performance.

Snaps: Patch Updates

Snap Pack

Date

Snap Pack Version

Updates

Snap Pack

Date

Snap Pack Version

Updates

Binary

Oct 8, 2025

442patches32567

Fixed an issue with the File Poller Snap that failed after upgrading to the 4.42 (main31019) version. The issue has been addressed by removing the multi-thread implementation.

Transform

Oct 8, 2025

442patches32667

Fixed an issue with the Sort and Join Snaps where the temporary files were intermittently not deleted from the temp directory during cleanup activity.

Binary

Oct 8, 2025

442patches32649

Fixed the private key validation issue for ECDSA keys in SSH Auth Account.

API Suite

Oct 2, 2025

442patches32611

Fixed an issue with the SSL Account, which returned No required TLS certificate was sent when the Trust all certificates checkbox is selected. The keystore provided is now added to the SSLContext.

Google BigQuery

Oct 3, 2025

442patches32588

Fixed an issue with the Google BigQuery Execute Snap where it ran into an infinite loop when calling stored procedures (SP).

Zuora

Oct 3, 2025

442patches32589

Fixed an issue with the Zuora OpenAPI Snap that could not read OpenAPI YAML files larger than 3 MB.

AutoSync

Oct 2, 2025

442patches32594

  • Fixed an issue where Salesforce fields extracted via the Bulk API were ingested as strings in the Common Data Model (CDM), causing type mismatches. Fields are now mapped to their correct data types during the CDM processing, ensuring accurate data representation and compatibility across target endpoints.

  • Previously, AutoSync only showed the Failed to retrieve data error message when the endpoint configuration failed. It now displays detailed error information so you can fix issues more easily.

Redshift

Oct 1, 2025

442patches32155

Enhanced the Redshift Snap Pack accounts to automatically refresh the credentials when using the IAM role to connect to the Redshift instance.

ELT

Sep 25, 2025

442patches32560

Enhanced the ELT SCD2 Snap by adding support for dynamic sort fields in the Target Table Sort Field(s) setting, where previously sort fields had to be defined statically in the Snap configuration. Now, sort fields can be passed dynamically at runtime using the JSON.parse() function in a pipeline parameter array, with the specified sort order and null-value preference automatically applied to all fields in the array.

PostgreSQL

Sep 24, 2025

442patches32455

Added the PostgreSQL Multi Execute Snap to the Snap Pack to allow executing one or more SQL write statements sequentially inside a single transaction (BEGIN/END) for each input document.

Transform

Sep 24, 2025

442patches32513

Fixed an issue in the XML Formatter Snap, where attributes with empty strings were being removed from the output.

Amazon SQS

Sep 24, 2025

442patches32444

Added the Execution timeout field in the SQS Consumer Snap that prevents indefinite suspension of pipelines when the message availability is low and allows the Snap to stop gracefully if the message count threshold is not met within the specified duration.

API Suite

Sep 23, 2025

442patches32489

  • Fixed a performance issue with the HTTP Client Snap where the OAuth2 Account was reloading for each input document.

  • According to RFC 7617 specification, HttpClient5 library does not support colons in usernames for basic authentication. Hence, we recommend that you use the Secured Headers Account if the username contains a colon.

  • Added the In-memory OAuth2 Account to use with the HTTP Client Snap. This new account can ensure stable Ultra Task performance with consistent API response times, reduce delays, and improve reliability.

  • Enhanced the AWS Signature V4 Account to support IAM and cross-account IAM role-based access.

LLM Utilities

Sep 22, 2025

442patches32423

Azure OpenAI LLM

Sep 22, 2025

442patches32423

Google GenAI LLM

Sep 22, 2025

442patches32423

OpenAI LLM

Sep 22, 2025

442patches32423

Amazon Bedrock LLM

Sep 22, 2025

442patches32503

Workday

Sep 18, 2025

442patches32450

Enhanced the Workday Cancel and Workday Write Snaps with the Preserve empty input values checkbox that enables you to preserve empty values in the Workday request.

Zuora

Sep 17, 2025

442patches32401

Enhanced the Zuora SOAP Account with the Sandbox base URL field for a non-production environment. The Base URL defaults to https://apisandbox.zuora.com, but can be overridden.

Kafka

Sep 17, 2025

442patches32429

  • Enhanced the Kafka OAuth2 Account to support separate OAuth2 client credentials and token endpoint for Schema Registry authentication. Learn more.

  • Updated JSON schema serializer to disable auto schema registration.

AutoSync

Sep 15, 2025

442patches32383

AutoSync now supports the Google Service Account JSON account type for both the source and target endpoints of Google BigQuery.

JDBC

Sep 11, 2025

442patches32366

  • Fixed an issue with the Generic JDBC Select Snap that caused a failure when connecting to the Teradata database.

  • Improved the output for the CLOB data type when used with the SELECT statement in the Generic JDBC Execute Snap. This update has resulted in the following behavior change:

Behavior change:

  • Previously, the output for a Teradata object displayed as shown below:
    "col_clob": "com.teradata.jdbc.jdk6.JDK6_SQL_Clob@2f8e6bdd"

  • With 442patches32366, the output now reflects the actual content inserted, as shown below:
    "col_clob": "This is a CLOB text"

Snowflake

Sep 10, 2025

442patches32393

Fixed the following issues in the Snowflake Snap Pack:

  • Snowflake - Bulk Load Snap failed to create a new table if the value in Table Name field was manually entered in the "database"."schema"."tableName" format instead of selecting from the suggestions list. The suggestions now follow the "database"."schema"."tableName" format to ensure proper table creation.

  • Data upload issue with Snowflake - Snowpipe Streaming Snap caused by a conflict between Parquet dependency v1.14.4 (introduced with Snowflake JDBC JAR v3.24.2) and the older bundled v1.13.1. The fix removes the older dependency to prevent conflicts.

  • A thread leak caused by Snowflake - Snowpipe Streaming Snap, where it closed only the last instance of the channel after execution, leaving other channel instances open. The fix now ensures that all channel instances are properly closed at the end of Snap execution.

These fixes are also available on the Stable version (main32088) of the Snap Pack.

New SnapLogic User Experience Preview

For the last few months, we’ve been working hard to modernize the SnapLogic user interface and improve usability. Your feedback motivated the initial vision and has driven many iterations throughout the journey. We’re nearing the major milestones of switching over to Monitor from Dashboard and supporting all environment configuration in Admin Manager. Please take a few moments to preview the new experience and provide feedback.

When you log in for the first time after the release, a pop-up invites you to try the new experience.

pop-up.png

If you dismiss the pop-up and want to try the preview later, select it from the main menu.

waffle-menu-preview.png

Switch back to the classic experience at any time.

returntoclassic.png

In the preview, you’ll notice:

  • New categories organize the apps and links. Be sure to provide feedback on the preview from the Feedback on the new experience preview link in the menu.

    updated-waffle.png

     

  • In the preview, Classic Manager is now Project Manager. Most administrative environment settings are only available in Admin Manager.

    projectmanager.png

     

  • The preview also uses a consistent header for Admin Manager, API Management, AutoSync, Designer, Monitor, Project Manager, and the Public Pattern Library.

Admin Manager

New Features

  • From the Environment API limits tab, view the limits on Triggered Tasks invoked from the Cloud URL. It also shows today’s count and the calls in progress. The Monitor API Usage page shows the daily and concurrent totals and lists the top ten APIs by usage.

    env-api-limits.png

Fixed Issues

  • The Authentication JWT setting to Disable basic authentication is now honored and prevents the use of basic authentication for SnapLogic Public APIs.

AgentCreator

Enhancements

  • Prompt Composer:

    image-20250911-012849.png
    • Simplified console: Enables you to change the layout more easily (input, output, or prompt-focused) and save preferences.

    • Support for PipeLoop: Returns response from PipeLoop Snaps in Agents. For Agent driver pipelines, you can now send prompts to your Agent LLMs and view the response without having to open the pipeline preview data.

    • Additional controls on input schema: When you request help from SnapGPT for Prompts, you can now prevent sending the schema to the assistant via an on/off toggle.

  • AgentVisualizer: Added the ability to download the Agent log in Markdown format.

API Management (legacy)

Fixed Issues

  • Disabled tasks can no longer be executed when the policies are applied.

API Management 3.0

New Features

  • Support for CI/CD with the SnapLogic Git Integration. In this Beta version, the Git Integration works only with GitHub as a provider. Learn more.

Enhancements

  • A Service migrated from published API versions and Proxies to Services now includes all defined methods because APIM 3.0 can access the specification generated at publication. However, migration of a published Proxy with mappings won’t use the specification. Migration of an unpublished API version or Proxy results in the Service version endpoint(s) supporting all HTTP methods, with empty definitions. We recommend that you publish an asset before migrating it.

  • Endpoints support duplicate paths for advanced routing. For example, a calculator endpoint might have two implementations, one that accepts JSON input and one that accepts XML. You can create two endpoints with the same name and route requests to them based on a value in the header. Learn more.

  • The JWT Validator rule now allows you to extract information from a JWT claim and pass it to the underlying pipeline. Learn more.

  • For grouping in the Service Manager, endpoint tags now apply to their paths and child methods by default. You can override the endpoint tag by entering a different tag at the method level.

Fixed issues

  • Text components for DeveloperHub freeform pages now correctly support drag-n-drop and resizing.

Known Issues and Limitations

  • A Service version published to DeveloperHub with JSON examples can result in an Uncaught TypeError and a blank page.

  • The Git Integration has the following issues and limitations for APIM 3.0 assets:

    • The Untrack from Git and Remove from Git Repository options don't work for Services or versions.

    • When using Checkout Git Repository or Git Pull to move or update assets in a different environment, the native endpoints and policies associated with a Service version fail to propagate to the new environment if:

      • The target environment doesn't have the same relative path to those assets.

      • The user performing the operation doesn't have permission for those assets in the target environment.

        In either case, native endpoints become external endpoints with the upstream URL set to "https://temporary.endpoint".

    • When using Checkout Git Repository or Git Pull to move or update a Service version in a different environment, you need to explicitly re-select a Server (Snaplex) in the new environment.

    • By design, the checkout of a Service fails if the Service slug is already in use in the environment. The Service slug must be unique.

    • A Service version’s endpoints can incorrectly be removed when tracking multiple versions of the same Service.

AutoSync

Enhancements

  • Added Bulk export-import. Building on AutoSync’s multi-environment workflow, you can now import and export integrations in bulk. This makes it easier to promote data pipelines between environments, avoid manual reconfiguration, and ensure consistency across environments. Learn more.

    autosync_bulk_export_import.png

 

  • Improved visibility of the load type and more detailed statistics. Previously, AutoSync only showed aggregate counts for a pipeline run (total tables, records new/updated/failed). Now, the details panel provides you with the detailed statistics for each table or object within a pipeline and displays the actual load type used, giving you clearer visibility into performance, errors, and load behavior. Learn more.

    Autosync more details new revised.png

Known Issues

  • Incremental loading is not supported for the following objects in Marketo. Therefore, a data pipeline with Marketo as a source performs a full load for the following objects:

    • Channels

    • Files

    • Folders

    • Forms

    • Landing Pages

    • Segmentations

    • Snippets

    • Tag Types

    • Campaigns (Lead DB)

Documentation Enhancements

Migrated pages 

The following page has been migrated to the new documentation site, and starting with the October release, it will no longer be available in the Confluence doc site.

Dashboard

The Dashboard tab does not display when Designer or Classic Manager is open. Until the Dashboard is completely replaced by Monitor in October, you will be able to open it from the waffle menu.

Git Integration

  • The SnapLogic Platform now supports Atlassian Bitbucket for integrated version control. Bitbucket isn’t available by default; contact your CSM if you’re interested. When configured for an environment, Administrators enable Bitbucket in Admin Manager. Users authorize it from their profile menu. Learn more.

    bitbucket.png

Monitor

New Features

  • The Monitor API Usage page shows the daily and concurrent calls to Triggered Tasks with the Cloud URL. View the daily and concurrent limits in Admin Manager.

    api-usage.png

Enhancements

  • The Activity log in Classic Manager and Monitor (including the Activity log tab in the Notification center) features an improved alert message for pipelines that terminate because of excessive memory consumption. This alert displays the pipeline's name, path, node details, Snaplex name, and error information.

  • Users can now stop multiple pipelines simultaneously from the Pipeline executions table.

  • On the Infrastructure > System Overview page, the default view is now Active nodes.

  • The Pipeline executions table now includes links to open the related assets: