Skip to main content
Here you’ll find the 2026 changelog for . Just want to read about new features? Read our New Features blog. For an explanation of minimum agent version, read Agent version tracks.
March 25, 2026

Components - New features

The Data Cleanse component is now available for transformation pipelines in Amazon Redshift projects. This component provides data profiling and cleansing capabilities to help you identify and resolve data quality issues in your datasets.Minimum agent version: 11.147.0

Observability - New features

Added Webhook as a delivery channel for platform notifications, allowing users to route pipeline failure alerts to services such as Microsoft Teams, ServiceNow, or any internal tooling that accepts a webhook. Notifications can be configured at the project or environment level, removing the need to build notification logic into individual pipelines or rely solely on email alerts. For more information, read Pipeline notifications.Minimum agent version: All supported versions.

Shared pipelines - New features and improvements

Updated the shared pipeline experience. You can now configure scalar and grid variables in the Share pipeline dialog, including setting display names, marking variables as required, and reordering them. Variable descriptions are now visible when configuring the pipeline, and the Run Shared Pipeline component now provides clearer guidance on required and optional inputs.Minimum agent version: All supported versions.
March 24, 2026
Observability

Observability - New features

You can now re-run pipelines directly from the Pipeline Observability dashboard without opening . You can re-run an entire pipeline or re-run execution at the step level using dedicated icons to Run from step (re-runs that step and all downstream steps) or Run only step (re-runs that step in isolation), with each action creating a new pipeline execution.Minimum agent version: All supported versions.
March 23, 2026

API - Improvements

The following endpoints have been updated:
  • The Git-Provider-Access-Token header parameter is now optional for POST /v1/projects/{projectId}/repositories.

- New features

The IP allow list enables account access to be restricted to specific IP addresses or IP ranges.Minimum agent version: All supported versions.
March 20, 2026

Connectors - New features and improvements

Added a new Column mapping parameter to Flex connectors and custom connectors. This parameter allows you to select fields from an unstructured dataset to load as individual columns. As a result, you don’t need to use an Extract Nested Data component to unpack data into columns.Minimum agent version: 11.234.0

API - New endpoints and improvements

The following endpoints have been added to the REST API:Pipeline Quality Review
MethodEndpointDescription
POST/v1/projects//reviewsReview pipelines against quality rules.
Project Variables
MethodEndpointDescription
GET/v1/projects//variablesRetrieve project variables.
POST/v1/projects//variablesCreate a project variable.
DELETE/v1/projects//variables/Delete a project variable.
PATCH/v1/projects//variables/Update a project variable.
Project Variable Environment Overrides
MethodEndpointDescription
GET/v1/projects//variables//environment-overridesRetrieve environment-level overrides for a project variable.
POST/v1/projects//variables//environment-overridesCreate an environment-level override for a project variable.
DELETE/v1/projects//variables//environment-overrides/Delete an environment-level override for a project variable.
The following endpoints have been updated:
  • Added a new Full SaaS Agent on Snowflake example to the request body for POST /v1/projects.
March 19, 2026

Connectors - New features

Added a new Oracle Load connector, which offers Full and Incremental load options.Minimum agent version: 11.134.0

- Improvements

Users with the Contributor role on a project can now create and modify project variables, but can’t delete them. For more information, read Project roles.Minimum agent version: All supported versions.
March 18, 2026
Observability

Observability - Improvements

Added a new table to the Audit event types section of the Audit Service page to list the Maia event types supported by the Audit API. Also updated the Account table to include additional event types.Minimum agent version: All supported versions.
March 17, 2026

- New features

New system variables for environment defaults have been added, allowing you to reference default connection values in your pipelines. These variables provide access to the default database, schema, warehouse, role, catalog, compute resource, S3 bucket, and application configured for the environment. For more information, read System variables.Minimum agent version: 11.217.1
March 16, 2026

Components - New features

The following Load components are now available for Databricks:Minimum agent version: 11.154.0
March 11, 2026

Observability - Improvements

Added a new table to the Audit event types section of the Audit Service page that lists the Project event type supported by the Audit API.Minimum agent version: All supported versions.

- Improvements

Updated the information shown when viewing artifacts. You can now see the Git hash of the commit that created the artifact, and the name of the user who created the artifact.Minimum agent version: All supported versions.

Streaming - Improvements

  • Updated the Streaming agent version from 2.115.1 to 2.116.1.
  • Library updates and security fixes.
  • Added a new advanced property called matillion.snowflake.maintain-primary-keys (default: false). When enabled, the will mirror primary key constraints from your source database onto the destination Snowflake tables. This includes table creation and schema changes. If changes to the primary key of a table are required, writes to the source table must be stopped and outstanding changes allowed to flow through to Snowflake before stopping the pipeline. Once the primary key update is complete, the pipeline can be restarted. To enable this feature, add the following to your Streaming pipeline’s advanced properties:
    • matillion.snowflake.maintain-primary-keys = true
This is a Snowflake-specific property and has no effect on other target types. Snowflake primary keys are unenforced (informational only), but they can be useful for query optimization hints and downstream tooling that reads table metadata.
March 9, 2026
Observability, UI, API

Observability - Improvements

The Your activity page that displays the pipeline run history has been updated to improve visibility and make troubleshooting faster. The update simplifies the run history view and adds new information to help you quickly understand pipeline runs and identify issues during investigations. For more information, read Pipeline run table columns.Minimum agent version: All supported versions.

UI - New features and improvements

  • Added support for environment-level secrets and OAuth credentials, allowing you to manage secrets and OAuth credentials at the environment level for more granular control and simplified cross-environment credential management. For more information, read Configure values and overrides.
  • You can now edit existing secrets and OAuths, making it easier to rotate credentials.
Minimum agent version: All supported versions.

API - New endpoints and improvements

Credential management has been simplified into a single API endpoint for connections.The following endpoints have been added to the REST API:Connections
MethodEndpointDescription
DELETE/v1/projects//connectionsDelete a project connection by name.
GET/v1/projects//connectionsRetrieve a page of project connections, optionally filtered by parameters.
POST/v1/projects//connectionsCreate a new project connection.
PUT/v1/projects//connectionsUpdate an existing project connection by name.
DELETE/v1/projects//connections/environment-overridesDelete environment connection overrides.
GET/v1/projects//connections/environment-overridesRetrieve a page of connection overrides which apply in a specific environment.
POST/v1/projects//connections/environment-overridesCreate or update an environment connection override.
The following endpoints have been updated:
  • Added a new enum value of SKIPPED to the status query parameter for GET /v1/pipeline-executions.
March 6, 2026

Connectors - New features

Microsoft Exchange has been added as a new source to the Data Transfer component. This enables users to transfer attachments from Exchange email messages and calendar events using OAuth-based authentication.Minimum agent version: 11.183.0
March 3, 2026

API - New endpoints

The following endpoint has been added to the REST API:Secrets
MethodEndpointDescription
POST/v1/secrets//secret-valueSet a secret value for an agent.

Connectors - New features

Added a new Sybase ASE Load connector, which offers Full and Incremental Load options. We recommend using this connector instead of using the Database Query component to connect to Sybase ASE.Minimum agent version: 11.191.2
March 2, 2026

Maia - New features

Maia can now notify you when it finishes processing or requires your input. This means you can prompt Maia, then switch to another task, and return as soon as Maia has finished working on your prompt. For more information, read Background notifications.Minimum agent version: All supported versions.

GitHub integration - Improvements

The Matillion App for GitHub (BYOG) now requests read and write access to GitHub Actions workflow files. This enables to update and manage workflow files (.github/workflows/) in connected repositories as part of GitHub pipeline management.Minimum agent version: All supported versions.

Pipeline observability - Improvements

In the Fix with Maia dialog, Maia uses contextual awareness of the executed pipeline’s codebase and history to suggest the most relevant branch based on commit and publish history, and automatically selects the environment where the failure occurred. For more information, read Maia assisted - intelligent pipeline recovery.Minimum agent version: All supported versions.
February 27, 2026

Components - New features

A new Warehouse data tab is available when you click the Add component icon on the canvas, allowing you to directly add data from your warehouse as a Table Input component in transformation pipelines.Minimum agent version: All supported versions.
February 26, 2026

Pipeline observability - New features

  • The Pipeline run history page now displays Skipped pipeline runs when a schedule has Allow concurrent schedule runs disabled and a new execution is triggered while a previous run for the same schedule is still in progress. Skipped runs are recorded with an amber status indicator.
  • You can now search pipeline runs by Execution ID, in addition to pipeline name.
Minimum agent version: All supported versions.

Maia - Improvements

Maia now supports workload conversion from Apache NiFi, IBM DataStage, WhereScape, and Oracle ODI, enabling you to convert existing ETL/ELT workloads into production-ready pipelines.Minimum agent version: All supported versions.
February 23, 2026

Maia - New features

  • Maia can now ask questions in your conversations to better understand your prompts.
  • When approving tool permissions in your chats with Maia, you can now provide a reason when declining permissions. This can help Maia to better understand your prompt or to adjust its approach.
  • Maia now dynamically updates your conversation titles to accurately reflect the topic of discussion, making it easier to understand your conversation history and return to previous conversations.
Minimum agent version: All supported versions.
February 19, 2026

Components - New features

A Data Cleanse component is now available for transformation pipelines in Snowflake projects. This component provides data profiling and cleansing capabilities to help you identify and resolve data quality issues in your datasets.Minimum agent version: 11.147.0
February 12, 2026
Streaming

Streaming - Improvements

  • Updated the Streaming agent version from 2.113.75 to 2.115.1.
  • Db2 for IBM i: Added Heartbeat functionality.
  • Library updates and security fixes.
February 10, 2026

Maia - New features

You can now create skills to help Maia respond to your prompts more effectively. Skills are sets of reusable instructions that are particularly useful if you often give Maia repetitive prompts. They provide guidelines and standards for Maia to follow, which means you don’t need to include this information in every prompt.Minimum agent version: All supported versions.

Pipeline quality review - New features

  • You can now automatically fix selected pipeline quality rule violations using Fix with Maia from the Review results panel, helping resolve common issues such as component naming, missing start or end components, and unused components.
  • Added a new Review all pipelines option to the canvas. This lets you review all orchestration and transformation pipelines in a branch in a single action, making it easier to identify pipeline quality issues across your branch.
  • You can now choose to run pipeline quality checks from the Commit changes dialog by enabling the review option before committing. When enabled, commits are blocked if rule violations with an error enforcement level are detected, while commits with warnings or no issues proceed successfully.
Minimum agent version: All supported versions.

API - Improvements

The following endpoints have been updated:
  • Added a [FULL_SAAS] enum value to property agentDeploymentType for POST /v1/projects.
  • Added a 403 response to DELETE /v1/projects/{projectId}/secret-references/{secretReferenceName}.
February 9, 2026
Billing

Consumption Dashboard - New features

A new Additional Users tab is now available in the Consumption Dashboard, providing visibility into individual user credit charges incurred during the current billing period.Minimum agent version: All supported versions.
February 4, 2026

Connectors - Improvements

A new OAuth 2.0 Client Credentials option is now available in the Authentication type drop-down menu for the Salesforce Load connector.Minimum agent version: 11.67.0
January 30, 2026
Agents

Agents - New features

Hybrid SaaS agents can now export agent logs to Matillion’s systems for support purposes. This facilitates faster response if support is needed. This feature can be enabled or disabled in the agent settings. For more information, read Export logs.Minimum agent version: 11.46.1
January 27, 2026

Connectors - Improvements

Added a new property to the Workday Load component. The new Advanced Mode Type property lets you choose whether to use an SQL query or SOAP operation to fetch your data.Minimum agent version: 11.120.0
January 21, 2026

Maia - New features

Convert Workloads has been added to Maia. This new feature allows users to leverage Maia’s intelligence to seamlessly convert existing ETL/ELT workloads from other platforms into production-ready pipelines.Minimum agent version: All supported versions.
January 14, 2026

Pipeline observability - New features

Added Slack as a delivery channel for platform notifications, allowing users to receive pipeline failure alerts directly in Slack. Notifications can be configured at the project or environment level, removing the need to build notification logic into individual pipelines or rely solely on email alerts. For more information, read Pipeline notifications.Minimum agent version: All supported versions.
January 13, 2026

Connectors - New features

Added an Amazon Redshift Load connector for Snowflake projects. This connector offers Incremental Load and we recommend using it instead of the Database Query component to connect to Amazon Redshift.Minimum agent version: 11.94.0

Roles - Improvements

The Runner role is now renamed to Operator. This role can now modify environment-level overrides for project-level variables, secret definitions, and OAuths. For more information, read Environment roles.Minimum agent version: All supported versions.
January 6, 2026

Maia - New features

Fix with Maia has been added to Root Cause Analysis. This new feature allows users to leverage Maia’s capabilities to automatically identify and fix issues in their scheduled or API-executed pipeline, reducing downtime and improving efficiency.Minimum agent version: All supported versions.

Connectors - New features

Added a new HubSpot Load connector, which uses the HubSpot API to retrieve your data. This connector offers Full and Incremental Load options.Minimum agent version: 11.72.0