November 2025 Release Notes

November 2025 Release Notes

Highlights

AgentCreator

  • Added the Agent Snap to each LLM Snap Pack, simplifying the agent creation process and integrating with Agent Visualizer

APIM 3.0

  • Support for consumers to try Services out in DeveloperHub

Pipelines and Tasks

  • Scheduled Task Queuing enhances scheduled pipeline executions with the goal of increasing resiliency

Snaps

  • Added SnapGPT banner in Snap settings dialog

  • Added the Athena Create Table Snap to the Amazon Athena Snap Pack

  • Added IBM MQ Account to the JMS Snap Pack

  • Added the OPC UA Node Selector Snap to the OPC UA Snap Pack

  • Added the In-memory OAuth2 Account to use with the HTTP Client Snap

  • Added SharePoint Online Application (Certificate) Account to SharePoint Online Snap Pack

  • Added Send Message as Bot and Send Chat Message Snaps to the Teams Snap Pack

  • Added the PostgreSQL Multi Execute Snap to the PostgreSQL Snap Pack

SnapGPT

  • Introduced the Extended thinking mode, optimized for pipeline generation.

  • SnapGPT in the expression-enabled fields in Snaps and Accounts now suggests and refines expressions based on user prompts.

  • Enhanced image upload for pipeline generation with a thumbnail preview.

  • Redesigned prompt panel with a default set of prompts.

In this Release

Quarterly release

  • To use the new Snaps introduced in this Snaplex version, ensure that your Snaplex nodes are upgraded to version main-37094 - 4.43 GA (Recommended).

  • This release includes stable versions of the monthly Snap patches deployed to the SnapLogic Platform after the August 2025 release, as listed in the Dot Releases section of the September 2025 and October 2025 Release Notes.

  • This Snaplex version also includes all SnapLogic Platform changes since the August quarterly release.

Recommended Snaplex Version

We recommend that you upgrade your Snaplex nodes to version main-37094 - 4.43 GA (Recommended).

Snaps: Patch Updates

Snap Pack

Date

Snap Pack Version

Updates

Snap Pack

Date

Snap Pack Version

Updates

Dynamics 365 Business Central
Dynamics 365 F&SCM

Dec 8, 2025

443patches33307

Fixed an issue with the Dynamics 365 Business Central and Dynamics 365 F&SCM Snap Packs where the Snaps did not display the error document on Snap failures. As part of this fix, error handling has been improved to display a detailed error view.

Dec 5, 2025

Databricks

Nov 26, 2025

443patches33235

  • Fixed an issue with the Databricks Snaps where the Database name suggestions list displayed all databases instead of being limited to the selected catalog context.

  • Fixed an issue that prevented Databricks Snaps from sending the Unity Catalog name in the query history.

Salesforce

Nov 21, 2025

443patches33196

Fixed a memory leak issue in Salesforce Wave Analytics Snap caused by the RestHttpClient object.

UI Updates to Expressions Enabler and SnapGPT

  • Snaps:

    • The dropdown for Expressions is now replaced with the Bulb icon. Click this icon to view the list of available functions and properties or search for a function. Alternatively, you can click the Expression builder button to build an expression. Learn more.

    • The SnapGPT icon that is available across all expression-enabled fields is now repositioned to the right of the Expression enabler . You can add a prompt to generate or refine an expression using the SnapGPT icon. Learn more.

      snap-gpt-in-snap.png
  • SnapGPT:

    • Expression enabler mode: The dropdown icon for opening a list of available functions and properties has been replaced with a light bulb icon. You can browse or search for a function or use the Expression builder to write an expression. Learn more.

      image-20250923-091735.png

      SnapGPT mode: Enter a prompt to generate or refine an expression using natural language.

      snapgpt_refine_expression.png

AgentCreator

Agent Snaps

Introducing the Agent Snap to each LLM Snap Pack. The Agent Snap accepts input containing an initial request contents, a list of tools, and parameters to invoke an Agent execution loop. This evolution simplifies the agent creation process by consolidating capabilities into one Snap.

image-20251105-024638.png

The following table provides documentation for each Snap and a pipeline pattern you can open in the Public Pattern Library.

Agent Visualizer

The Agent Visualizer is integrated in the Agent Snap and can be launched in the Snap Settings dialog by clicking the Visualize agent flow button.

image-20251105-024728.png

Improvements include the following:

  • New color coding for successful and failed executions

  • Icons to designate hierarchical levels of agents

  • Better error messaging to make troubleshooting easier

APIM 3.0

New Features

  • Try it out is now available in DeveloperHub. Consumers can exercise Service endpoints, authenticate, pass in parameters, and view the results without leaving the site. The Service must be published and have both a CORS Restriction rule and a supported authentication rule, API Key Auth, JWT Validator, or Basic Authentication.

  • Environments subscribed to Third-party Observability can view APIM 3.0 traces for some components with a tool that supports OpenTelemetry (OTel). Third-party observability is only available for Groundplexes. In this November release:

    • To access APIM 3.0 traces, you must use the Policy Snap Pack version main33142 and a Snaplex running 4.43. These are not the default versions, so you must set them explicitly.

    • Traces are available for:

      • Request metadata, such as the API path, headers, method, status code, caller role, and runtime ID

      • The following rules: Anonymous Authorization, Authorize by Role, and Callout Authenticator

Enhancements

  • In environments using the Git Integration, you can add a .gitignore file to a project. In the file, specify a Service and version path to exclude its assets from Git operations. You cannot ignore individual Service assets.

Known Issues

  • When you publish updated pages, the Last Deployed timestamp doesn’t change. It only changes if you publish style changes.

  • In Site Manager, the input field for text attributes with sliders isn’t currently editable.

AutoSync

Fixed Issues

  • AutoSync now correctly handles schema drift for the following load types when new columns with NOT NULL constraints are added.

    • Full load: Truncates the target table before adding new columns, preventing failures caused by existing rows without values for the new column.

    • Incremental and SCD2 loads: Adds new columns as nullable, ignoring NOT NULL constraints to ensure schema evolution succeeds even when existing data lacks values.

This update ensures smoother schema drift handling and prevents sync failures when adding new columns with NOT NULL constraints.

Designer

Enhancements

  • A new context menu in Designer is available by right-clicking anywhere on the canvas outside of the Snaps. It provides the same pipeline edit options as the toolbar.

    right-click-context.png

     

  • The new navigation options include:

    • For pipelines that have run, open their execution records in Monitor.

    • Open the pipeline’s project in Project manager.

Documentation Enhancements

Improvements

The Data Preview documentation is now available in the new doc site and has been refactored.

Migrated pages

The following Snap documents have been migrated to the new documentation site, and starting with the November 2025 release, they will no longer be updated in the Confluence documentation site.

 

Monitor

With the retirement of Dashboard in the October 2025 release, Monitor is the app to check pipeline execution and Snaplex observability. Get fully trained on Monitor by completing this complimentary training course. All the Dashboard documents are no longer available in Confluence.

Enhancements

  • Nodes that were active for less than 15 minutes and stopped unexpectedly will be deleted on a daily basis and will not be displayed as inactive nodes.

  • In the Pipeline executions table, the Status column now contains the status in text instead of icons, making it easier to read at a glance:

    status-column.png
  • For API Metrics filters and the Pipeline Executions table, you can now select all or clear all project selections with one click:

    api-metrics-all-items-search.png

    The Select All option selects all projects for which you have at least view permission.

  • For clarity, the System overview Graph view now reports the utilization of the /tmp and /home directories in separate bars:

    new-disk-bars.png

Fixed Issues

  • Restored the missing metrics in the Monitor > Metrics page.

  • You can now view a list of projects when you use the Project filter.

  • In Monitor > Notification Center, you can now configure notifications by manually entering email addresses. Previously, you could only pick the user from a list.

Patterns Library

Pipelines and Tasks

  • Scheduled Task Queuing is an opt-in feature in the SnapLogic Platform that enhances Schedule Task executions with the goal of increasing resiliency. It introduces a queue to improve the success of Scheduled Task executions during resource contention. When the system is overloaded, incoming Scheduled Tasks are added to a queue until sufficient resources are available to run them.

Fixed Issues

  • Fixed an issue where Scheduled Tasks triggered duplicate executions even though the pipeline ran every time it was scheduled to.

  • The Task Details page now displays task status dates consistently.

Platform

Introduced new limited availability platform options for pipeline execution optimization and resilience.

  • Cache Service: Provides caching capabilities at the data plane layer for dynamic referenced accounts, pipelines and expression libraries referenced in pipelines. Pipeline validations and executions can be slow due to information that needs to be fetched for pipeline prepare. Cache Service optimizes the fetch mechanism by decreasing the dependency on the control plane for such operations.

  • Execution node selection: Offers an alternative way that a Snaplex identifies resources at maximum utilization. When a Snaplex detects a node failing a health check, the pipeline execution is retried on a different node. This option is ideal for distributed environments, such as Kubernetes, where Groundplexes have at least 4 nodes.

These opt-in features are available by request and enabled via a feature flag set in your environment.

 

Snaps

Breaking change

  • Atlassian has announced the deprecation of the JIRA REST API v2, effective May 1, 2025. If your pipelines use the JIRA REST API v2, they might not function properly. Hence, we recommend updating the API Version field in the Search Snap to 3 to ensure compatibility.

  • With the JIRA REST API v3, the output structure for the description, comment, and worklog keys in the JIRA Search Snap has changed. If your pipelines rely on the output of the Search Snap downstream, they might not function properly.

  • Workaround: Update the old output keys with the new output keys. Learn more about the new output keys.

  • If you experience any issues, contact support@snaplogic.com.

New

  • Amazon Athena: Added the Athena Create Table Snap that enables you to create Iceberg/Athena table from existing S3 Parquet files.

  • Added the In-memory OAuth2 Account to use with the HTTP Client Snap.

  • Added the IBM MQ Account to the JMS Snap Pack. It enables SSL configuration at the account level and avoids the need to manage multiple Snaplexes.

  • Added the Node Selector Snap to the OPC UA Snap Pack. It enables you to select multiple Node IDs.

  • Teams: Added the following two new Snaps to the Teams Snap Pack:

    • Send Message as Bot: Enables you to programmatically send messages to Microsoft Teams channels or chats using a bot identity. This enables automated communication and integration between your business systems and Teams.

    • Send Chat Message: Enables you to send chat messages to the specified user using the Chat ID.

Enhancements

  • Azure Service Bus:

    • Upgraded the Azure Service Bus client library from v7.14.1 to v7.17.13 to improve the resiliency of the messaging service bus.

  • Google Directory:

    • Enhanced the Google Directory Read Snap with the Include group members field that enables you to access information about the members of any read groups.

  • Google Sheets:

    • Enhanced the Google Sheets Writer Snap with retry support to attempt retries after failures.

    • Added the Batch size field in the Google Sheets Writer Snap that allows you to control the maximum number of rows that can be processed before the row data is written to the targeted worksheet.

  • JIRA:

    • Atlassian has announced the deprecation of version 2 of the JIRA REST API effective May 1, 2025. Hence, if your pipelines use version 2 of the JIRA REST API, they may not function properly. We recommend updating the API Version field in the JIRA Search Snap to 3 to enforce the use of version 3 API for the search operation.

    • startAt field is no longer supported in the JIRA Search Snap. However, it will not impact your existing pipelines.

    • Jira now supports cursor-based pagination, and the Snap automatically handles this feature.

  • JMS:

    • Added a new node property (jvm_option) -Dsnaplogic.jms.connection.cache.timeout=<milliseconds> to allow JMS Account connections to persist for a user-stipulated time duration (in milliseconds) even after a pipeline run is complete. Any new connection using this account within the stipulated time will succeed and reset this timer.

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

  • Marketo:

  • Script:

    • Updated the PySpark Snap to populate the output view from the output stream of the process project instead of the error stream.

  • SharePoint Online:

  • OPC UA:

    • Enhanced the OPC UA Subscribe Snap with the Batch size field that enables processing of 'n' number of nodes in a single batch.

    • Added node ID suggestions in all OPC UA Snaps.

    • Improved error handling (error view structure and error messages) and field mappings ($status_code, $value, $error, $stacktrace, $reason, and $resolution) in the OPC UA Read and Write Snaps.

  • RabbitMQ:

    • Enhanced the RabbitMQ Consumer Snap with the Execution timeout field that enables the Snap to gracefully stop within the specified time, even if the message count threshold is not met. If the message consumption occurs before timeout then the snap will consume the message and stops gracefully before timeout as expected.

  • PostgreSQL:

    • Added the PostgreSQL Multi Execute Snap that enables you to execute one or more SQL write statements sequentially inside a single transaction (BEGIN/END) for each input document.

Fixed Issues

  • The Metadata Snap Pack now supports using .sla files to create accounts.

  • Fixed an issue with the Script Snap that failed with a runtime error after the upgrade to 4.42 GA. The Snap now:

    • Handles the standard library imports to ensure compatibility with Python 2 and Jython.

    • Distinguishes between user-requested imports and automatic (transitive) imports, even when they are deeply nested.

SnapGPT

New

  • Introduced a new dropdown called Thinking mode to allow users to switch between:

    • Standard thinking: The default mode for all SnapGPT operations.

    • Extended thinking: Optimized for generating the pipeline. Slower response, but with higher accuracy. Learn more.

      async_thinking_mode.png

Enhancements

  • The SnapGPT prompt panel has been redesigned for improved usability:

    • The Submit Prompt and Stop Generating buttons have been moved outside the input box to the bottom-right corner.

      snapgpt_send_stop_prompt_button.png

      The Upload Image button has been moved outside the input box to the bottom-left of the panel. Uploading an image adds a thumbnail preview inside the prompt box, with the associated prompt text automatically indented on the side of it.

      snapgpt-image-upload-pipeine.png

      A new Suggestions button (light bulb icon) next to the Upload Image button replaces the suggestion chips. Now, it displays a default set of suggested prompts: Describe pipeline, Analyze pipeline, Generate pipeline, and Refine pipeline.

      async_light_bulb.png

      The input box now has a fixed maximum height with scroll behavior for long prompts, preventing buttons from being pushed out of the viewport. Learn more.

Public APIs