Skip to content

2026 changelog🔗

Here you'll find the 2026 changelog for the Data Productivity Cloud. Just want to read about new features? Read our New Features blog.

For an explanation of minimum agent version, read Agent version tracks.


March🔗

March 11🔗

ObservabilityImprovements 🔧

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.

Data Productivity CloudImprovements 🔧

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.

StreamingImprovements 🔧

  • 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 Streaming agent 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

    Note

    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🔗

ObservabilityImprovements 🔧

  • 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.

UINew Features 🎉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.

APINew Endpoints 🎉Improvements 🔧

  • Credential management has been simplified into a single API endpoint for connections.
  • The following endpoints have been added to the Data Productivity Cloud REST API:

Connections

Method Endpoint Description
DELETE /v1/projects/{projectId}/connections Delete a project connection by name.
GET /v1/projects/{projectId}/connections Retrieve a page of project connections, optionally filtered by parameters.
POST /v1/projects/{projectId}/connections Create a new project connection.
PUT /v1/projects/{projectId}/connections Update an existing project connection by name.
DELETE /v1/projects/{projectId}/connections/environment-overrides Delete environment connection overrides.
GET /v1/projects/{projectId}/connections/environment-overrides Retrieve a page of connection overrides which apply in a specific environment.
POST /v1/projects/{projectId}/connections/environment-overrides Create or update an environment connection override.

Shared pipeline artifacts

Method Endpoint Description
POST /v1/shared-pipelines/artifacts Publish a shared pipeline artifact.

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🔗

DesignerNew features 🎉

Connectors:

  • 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🔗

APINew Endpoints 🎉

The following endpoint has been added to the Data Productivity Cloud REST API:

Secrets

Method Endpoint Description
POST /v1/secrets/{agentId}/secret-value Set a secret value for an agent

DesignerNew 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🔗

DesignerNew features 🎉

Maia:

  • 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.

DesignerImprovements 🔧

GitHub integration:

  • The Matillion App for GitHub (BYOG) now requests read and write access to GitHub Actions workflow files. This enables the Data Productivity Cloud 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:

  • 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🔗

February 27🔗

DesignerNew 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🔗

DesignerNew features 🎉

Pipeline Observability:

  • 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 for all new pipeline observability features: All supported versions.

DesignerImprovements 🔧

Maia:

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 Data Productivity Cloud pipelines. Minimum agent version: All supported versions.


February 23🔗

DesignerNew features 🎉

Maia:

  • 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 for all Maia updates: All supported versions.


February 19🔗

DesignerNew features 🎉

  • A Data Cleanse component is now available for transformation pipelines. 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🔗

StreamingImprovements 🔧

  • 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🔗

DesignerNew features 🎉

Maia:

  • 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:

  • 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 Designer 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 for all new pipeline quality review features: All supported versions.

APIImprovements 🔧

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🔗

BillingNew 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🔗

DesignerImprovements 🔧

Connectors:

  • 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🔗

January 30🔗

AgentsNew 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🔗

DesignerImprovements 🔧

  • 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🔗

DesignerNew features 🎉

Maia:

  • 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 Data Productivity Cloud pipelines. Minimum agent version: All supported versions.

January 14🔗

DesignerNew features 🎉

Pipeline Observability:

  • 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🔗

DesignerNew features 🎉

Connectors:

  • 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

DesignerImprovements 🔧

Roles:

  • 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🔗

DesignerNew features 🎉

Maia:

  • Added Fix with Maia, a new feature that 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:

  • 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