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 version, read version tracks.
You can filter the changelog using the topic filters on the right of this page, making it easier to learn about the new features and improvements you’re most interested in. Click one or more topics to show the changelog entries for the selected topics. For more information about the topics, read the corresponding changelog entry.
June 17, 2026
Documentation

Documentation - New features

Added topic filters to the changelog. Click one or more topics on the right of this page to show the changelog entries for the selected topics. Each topic covers a number of sub-topics, including:
  • Admin: Roles and permissions, billing, SSO, security, and account-level settings
  • API: The API and MCP server
  • Connectors: Connectors and custom connectors
  • : Features available on the canvas, such as variables, sampling, and Git actions
  • : , , chat features
  • Pipelines: Orchestration and transformation components, test pipelines, shared pipelines, and pipeline observability
  • Projects: Project-level features, such as environments, schedules, secret definitions, and OAuths
  • Runners: s and s
June 17, 2026
Connectors

Connectors - New features

Added a new Excel Load connector, which offers Full and Incremental load options.Minimum version: 11.456.0
June 16, 2026
API

API - New endpoint

The following endpoint has been added to the REST API:
MethodEndpointDescription
POST/v1/projects/{projectId}/repositories/tokenRotate the Git provider personal access token for a project repository. The new token is stored in the customer vault.
Minimum version: All supported versions.
June 16, 2026
Designer

Designer - Improvements

The following improvements have been made in :
  • A new property of iterator components allows the Task History and Observability Dashboard to show the names and values of variables used in each iteration.
  • You can now search for variables by name in the Variables panel at the bottom of the canvas.
Minimum version: All supported versions.
June 15, 2026
API

API - Updated endpoints

The following endpoint has been updated for the REST API:
MethodEndpointDescription
POST/v1/projects/{projectId}/environmentsThe request body now includes a new inheritProjectDefaults property that determines whether the environment inherits the project’s default settings.

API - Improvements

You can now associate a GitLab repository with a project when using the Project Provisioning API to create a project.Minimum version: All supported versions.
June 11, 2026
Maia AI Agents

Maia AI Agents - Improvements

You can now filter the tasks shown on the board by their Source app and Source branch for a clearer overview of where your tasks were created and where are working on them. For more details, read Viewing tasks.Minimum version: All supported versions.
June 10, 2026
Pipelines

Pipelines - Improvements

Observability

Pipeline notifications now support four completion trigger types: Success, Failure, Cancelled, and Skipped. You can subscribe to any combination of trigger types for your scheduled and API-driven pipelines. For more information, see Pipeline notifications.Minimum version: All supported versions.
June 10, 2026
Projects

Projects - Improvements

Secret definitions

When creating a secret using the public API, you will now see a 409 Conflict response if a secret with the same name already exists in the target vault location. Previously, if you created a secret with a name that already existed, the stored value was overwritten without warning.Secret names must now be unique within a vault location, and existing secrets aren’t overwritten. This ensures that the relevant create and edit permissions are correctly applied through the API. The change applies to the endpoint for creating a secret value. For more information, read Managing secret references.Minimum version: All supported versions.
June 10, 2026
API

API - New endpoint

The following endpoint has been added to the REST API:
MethodEndpointDescription
PUT/v1/projects/{projectId}/connections/environment-overridesUpdate an existing environment-specific connection override. Use this endpoint to update an override that was created via the corresponding POST endpoint.

API - Updated endpoints

The following endpoints have been updated for the REST API:
MethodEndpointDescription
GET/v1/ai/agents/tasksAdded createdAfter and createdBefore query parameters for filtering by creation time. Existing branchId, projectId, and status query parameters are now documented. Response now includes a createdAt timestamp per task.
GET/v1/consumptionDescription updated to note that consumption data refreshes every three hours to reflect recent credit usage.
GET/v1/consumption/etl-usersDescription updated to note that consumption data refreshes every three hours to reflect recent credit usage.
GET/v1/projects/{projectId}/connectionsVault location schemas in the response now carry titles (AWS Secrets Manager, Azure Key Vault, Default Vault, Matillion-hosted Vault) for clearer client-side discrimination.
POST/v1/projects/{projectId}/connectionsMajor description overhaul, including a new combinations table for valid platformConnectionType × authProvider × authType configurations. Added COMPOSITE_TOKEN and OAUTH_1_0_X_ADS enum values for authType. Removed the deprecated DWH enum value from platformConnectionType. Added a new CLOUD_PLATFORM_CREDENTIALS Connection request example and a corresponding response example. Vault location schemas in the response now carry titles.
PUT/v1/projects/{projectId}/connectionsMirrors the POST endpoint updates: added COMPOSITE_TOKEN and OAUTH_1_0_X_ADS to authType enum, removed DWH from platformConnectionType, descriptions rewritten, and vault location schemas now titled.
DELETE/v1/projects/{projectId}/connections/environment-overridesconnectionNames query parameter description cleaned up — fixed Its to It's and removed stray leading whitespace.
GET/v1/projects/{projectId}/connections/environment-overridesVault location schemas in the response now carry titles for clearer client-side discrimination.
POST/v1/projects/{projectId}/connections/environment-overridesEndpoint now creates overrides only — it no longer upserts. Returns 409 Conflict if an override already exists; use the new PUT endpoint to update. Added COMPOSITE_TOKEN and OAUTH_1_0_X_ADS to the authType enum. New CLOUD_PLATFORM_CREDENTIALS Environment Override request and response examples. The 403 response description has been corrected from Unauthorized to Forbidden.
POST/v1/projects/{projectId}/repositoriesNow supports creating GitLab repositories. provider enum extended with gitlab, a new providerParameters property has been added, and a new GitLab Repository request example has been included.
POST/v1/secrets/{agentId}/secret-valueAdded a 409 Conflict response.

MCP server - New features

Four new Test Execution tools are now available in the Matillion MCP server, enabling you to validate pipeline changes by running tests from your AI assistant client:
ToolTypeDescription
list-test-executionsReadList test executions across all projects, with optional filters
get-test-execution-statusReadGet the status and details of a specific test execution
create-test-executionWriteTrigger all or specified test executions in a project
cancel-test-executionWriteCancel a running test execution
Minimum version: All supported versions.
June 10, 2026
Designer

Designer - New features

Three new system variables are available for all iterator components. Use these variables to retrieve counts of attempted iterations, generated iterations, and successful iterations. For details, read Iterator components.Minimum version: All supported versions.
June 1, 2026
Connectors

Connectors - Improvements

The Zuora Bulk connector is now available for Databricks and Amazon Redshift projects.Minimum version: 11.334.9-patch.2
May 29, 2026
Connectors

Connectors - New features

The following connectors have been added:
  • Zuora Bulk orchestration connector that allows you to extract large volumes of data from Zuora via the Zuora Bulk API, and load that data into either Snowflake or a cloud storage location (Amazon S3, Azure Blob Storage, or Google Cloud Storage).
Minimum version: 11.387.0
  • Oracle Fusion Cloud HCM Load orchestration connector that allows you to extract data from Oracle Fusion Cloud HCM and load it directly into your preferred cloud storage location.
Minimum version: 11.403.0
May 28, 2026
Maia AI Agents

Maia AI Agents - New features

Navigation: Added to the left navigation. Use this icon to access and . is now available in public preview. Use to add and manage knowledge graphs that capture the structure, relationships, and meaning of your data. use knowledge graphs to speak the language of your business and build pipelines relevant to your data landscape. Add crawlers to ingest data from your connected data warehouses and pipeline execution history to keep your knowledge graphs up to date. is now available in public preview. provides a kanban-style dashboard where you can create, track, and manage tasks being executed by across all your projects. Tasks move through four columns—Backlog, In progress, Needs attention, and Completed—and each task has its own chat panel, so you can switch between tasks without losing context. When creating a task, you can select a knowledge graph to help work with awareness of your data landscape.With , we’ve introduced support for multi-modality. When you create a task in , you can attach images and PDFs to provide additional context. can see and understand the content of these attachments, allowing them to work directly from diagrams, screenshots, mockups, whiteboard photos, and PDF specifications you share. This is especially useful for tasks like troubleshooting a complex pipeline, where a screenshot of the pipeline canvas or error message can provide critical context that might be missed in a text description. You can reference these attachments in your conversations by typing @ and then the name of the file.
Text files (.txt, .md, etc.) aren’t supported as attachments. These file types belong in the project itself, where can already read them.
With tasks, we’ve also introduced Bypass permissions mode. When enabled, execute tool calls immediately without pausing for approvals, decisions, or check-ins—the opposite of Ask permission mode. This is useful for trusted, hands-off runs such as prototyping or clearing a backlog in a sandbox environment. We recommend keeping Ask permission as your default and enabling Bypass permissions only for specific tasks where you know what are doing and have scoped your environment accordingly.Minimum version: All supported versions.
May 27, 2026
Connectors

Connectors - Improvements

The Maia Flex connector component has been updated to include three new Test Execution endpoints:Minimum version: All supported versions.
May 26, 2026
Designer

Designer - Improvements

The following improvements have been made in :
  • The pipeline file list now updates automatically in real time after importing assets from the Exchange or making changes in another browser tab, removing the need for a manual page refresh.
  • When you switch shared pipelines within an orchestration job, any pre-configured variable values that no longer exist or match the new pipeline are automatically cleared to prevent runtime errors.
Minimum version: All supported versions.
May 25, 2026
Designer

Designer - New features

The Stop on condition mode property for iterator components now includes an Advanced option, letting you write stop conditions manually using SQL. For more information, read the documentation for each component:Minimum version: All supported versions.
May 22, 2026
Designer

Designer - Improvements

The Variables panel has now moved to the bottom of the UI, sitting between the Metadata and Review results tabs. This relocation empowers you to manage your pipeline, project, and grid variables, as well as environment overrides—while keeping the interface open on your canvas.Minimum version: All supported versions.
May 22, 2026
Runners

Runners - New features

s can now be deployed to Google Cloud on Google Kubernetes Engine (GKE). For details on architecture, prerequisites, and deployment, read the Google Cloud GKE deployment for s.Minimum version: All supported versions.
May 21, 2026
Designer

Designer - Improvements

The following improvements have been made in :
  • You can now copy and paste canvas notes individually, or select multiple canvas notes to copy, delete, or change the color of all selected notes.
  • When you select multiple components on the canvas, you can now use the component action bar to skip, copy, or delete all selected components.
  • You can now deselect a selected component by holding the Shift key and clicking the component.
Minimum version: All supported versions.
May 21, 2026
API

API - Updated endpoints

The following endpoint has been updated for the REST API:
MethodEndpointDescription
POST/v1/projects/{projectId}/environmentsAdded a new request body example, Snowflake Environment with Cloud Platform Credentials, demonstrating how to create a Snowflake environment that also defines CLOUD_PLATFORM connections (AWS, GCP, and Azure) with credential secret references.
May 19, 2026
API

API - New endpoints

The following endpoints have been added to the REST API:Test Execution
MethodEndpointDescription
POST/v1/projects/{projectId}/test-executionsTrigger test executions for a project. Supports TEST, PIPELINE, and PROJECT scopes, with optional versionName, executionTag, and agentId parameters.
GET/v1/projects/{projectId}/test-executions/{testExecutionId}Get the status of a specific test execution.
PATCH/v1/projects/{projectId}/test-executions/{testExecutionId}Cancel a test execution, optionally forcing termination.
GET/v1/test-executionsList summarized test executions across the account, ordered by start time (most recent first). Supports filtering by project, environment, test name, and time range, with pagination.

API - New features

The Project Provisioning API now supports Azure DevOps, enabling you to associate an Azure DevOps Git repository with the provisioned project. For more details, read the Initialize repository section of the Project Provisioning API guide.

API - Improvements

The connections API now supports cloud provider credentials (AWS, Azure, and GCP), enabling you to programmatically create and manage cloud credentials. Combined with the Project Provisioning API, this completes the zero-touch provisioning flow for full SaaS projects.
May 19, 2026
Designer

Designer - New features

Post-processing in now supports updating grid variables. Set static or dynamic values, or map data from a source grid variable column by column. You can also export grid variables from child pipelines. For more information, read Post-processing.Minimum version: 11.329.1

Designer - Improvements

You can now search for and add pipeline variables when using dual listbox editors, such as the Column Names parameter of the Table Input component. Variables appear in the same selector as static list items and can be added to the selection like any other item.Minimum version: All supported versions.
May 19, 2026
Projects

Projects - Improvements

Cloud credentials

Cloud credentials now support environment overrides, enabling you to configure different cloud provider credentials (AWS, Azure, and GCP) per environment. For more information, read Cloud credentials.
The allowed characters in cloud credential names have been updated to align with other connection types such as secrets and OAuths. Any existing names with non-compliant characters have been updated automatically.
Minimum version: All supported versions.
May 19, 2026
Pipelines

Pipelines - New features

Test pipelines

You can now create and run tests for your pipelines. Three test types are available:
  • Unit tests: Test pipeline logic with mock inputs to validate behavior in isolation.
  • Comparison tests: Compare output between pipelines to verify migration equality.
  • Operational tests: Validate pipeline behavior for scenarios such as idempotency and temporal patterns.
can suggest and create tests for you. Enable Maia test suggestions in your chat settings to allow to offer test creation when you build or modify pipelines. When you update a pipeline, automatically flag which existing tests are affected.You can also trigger tests in bulk via API to integrate testing into your CI/CD workflow. For more information, read Test pipelines.Minimum version: 11.348.0
May 18, 2026
Connectors

Connectors - New features

Added a new Microsoft Dynamics 365 Load connector, which offers Full and Incremental load options.Minimum version: 11.305.3
May 18, 2026
Designer

Designer - Improvements

  • Sample filtering: The Filter field in the Sample data panel is now visible as soon as the open pipeline has been validated. If a sample request fails, the Filter field and retry controls remain visible, enabling you to change your filter request and sample again without interruption. For more information, read Filtering sampled data.
  • Inspect tables and views: You can now observe the column metadata in a table or view from the Schemas panel. Click Inspect data next to a table or view to browse your warehouse data. You can also sample the data from this panel.
  • Select database: A database selection drop-down has been added to the Schemas panel and the Warehouse data tab when you click the Add component icon on the canvas, allowing you to switch databases without changing your environment configuration.
Minimum version: All supported versions.
May 15, 2026
API

MCP server - New features

Ten new AI Agents tools are now available in the Matillion MCP server, enabling you to create and manage ’ tasks from your AI assistant client:
ToolTypeDescription
create-agent-taskWriteCreate a new task
list-agent-tasksReadList ’ tasks for the account
get-agent-taskReadGet a task’s status, configuration, and pending decisions
get-agent-task-messagesReadGet the message history and events for a task
send-agent-task-messageWriteSend a follow-up message to a running task to grant permissions or update the task configuration
submit-agent-task-decisionsWriteApprove or reject tool calls that are waiting on, and answer pending questions
set-agent-task-permissionsWriteReplace the full list of granted tool permissions for a task
wait-for-agent-taskReadMonitor a task until it reaches a pending decision, terminal state, or timeout
stop-agent-taskWriteStop a task that is currently running
delete-agent-taskWriteDelete a task that has been stopped
Minimum version: All supported versions.
May 14, 2026
Admin

Admin - Improvements

Security

The allow list is now enforced on existing schedules. Subsequent pipeline runs will be recorded with a new Forbidden status.
May 13, 2026
API

API - Updated endpoints

This release contains a breaking change. Existing API clients that call this endpoint without the connectionNames query parameter will now receive a 400 Bad Request response.
The Delete environment connection overrides endpoint has been updated for the REST API:
MethodEndpointDescription
DELETE/v1/projects/{projectId}/connections/environment-overridesThe connectionNames query parameter is now required (previously optional). Requests that omit this parameter will return a 400 Bad Request response.
May 8, 2026
Pipelines

Pipelines - New features

Observability

The Your activity page now supports saved views. Save your applied filters as a named view, switch between views from the Saved filters drop-down, and mark one view as your default to load automatically each time you open the page. For more information, read Saved views.Minimum version: All supported versions.

Pipelines - Improvements

Observability

The root cause analysis that provides when a scheduled or API-triggered executed pipeline run fails has been improved. The analysis conducts is more thorough and context-aware, and the analysis report you receive is more detailed and actionable. For more information, read Root cause analysis.Minimum version: All supported versions.
May 8, 2026
API

API - Updated endpoints

The following endpoints have been updated for the REST API:
MethodEndpointDescription
POST/v1/projects/{projectId}/connectionsauthType now accepts three additional OAuth values: OAUTH_USER_TOKENS, OAUTH_AUTHORIZATION_CODE, and OAUTH_CLIENT_CRED. For COMPONENT_BASIC connections, the value determines the type of OAuth secret referenced.
PUT/v1/projects/{projectId}/connectionsauthType now accepts three additional OAuth values: OAUTH_USER_TOKENS, OAUTH_AUTHORIZATION_CODE, and OAUTH_CLIENT_CRED.
POST/v1/projects/{projectId}/connections/environment-overridesauthType is now a required field in the request body, accepting GENERIC_SECRET, CLOUD_PROVIDER_SECRET, OAUTH_USER_TOKENS, OAUTH_AUTHORIZATION_CODE, or OAUTH_CLIENT_CRED. The value must match the parent connection’s authType.
POST/v1/projects/{projectId}/environmentsThe connectionOverrides array now accepts up to 200 items when creating an environment (previously limited to 1).
GET/v1/projects/{projectId}/published-pipelinespage and size query parameters are now explicitly typed as integers with documented defaults (page: 0, size: 25) and a maximum of 1000 for size.
May 7, 2026
Runners

Runners - New features

  • s now support exporting logs to Matillion’s systems for support. To enable the feature, set the EXPORT_LOGS optional parameter to true. For more information, read Export logs.

Runners - Improvements

  • Updated the version from 2.116.1 to 2.119.1.
  • s log structure updated to a JSON format.
  • Library updates and security fixes.
May 6, 2026
API

API - New endpoints

The following endpoints have been added to the REST API:AI Agent Tasks
MethodEndpointDescription
GET/v1/ai/agents/tasksList AI agent tasks for the account, optionally filtered by project, branch, or status.
POST/v1/ai/agents/tasksCreate a new AI agent task and start async execution.
GET/v1/ai/agents/tasks/{taskId}Get details of a specific AI agent task, including current status and pending decisions.
DELETE/v1/ai/agents/tasks/{taskId}Permanently delete an AI agent task. The task must not be in RUNNING status.
GET/v1/ai/agents/tasks/{taskId}/messagesGet paginated events for a task.
POST/v1/ai/agents/tasks/{taskId}/messagesSend a follow-up message to a running or stopped task, resuming agent execution.
POST/v1/ai/agents/tasks/{taskId}/decisionsSubmit approval or question-answer decisions for a task awaiting human input.
PUT/v1/ai/agents/tasks/{taskId}/permissionsReplace the full set of granted tool permissions for a task.
POST/v1/ai/agents/tasks/{taskId}/stopRequest that a running task be stopped gracefully.

API - Updated endpoints

The following endpoints have been updated for the REST API:
MethodEndpointDescription
POST/v1/projects/{projectId}/repositoriesRequest body now accepts oneOf CreateGitHubRepositoryRequest or CreateAzureDevOpsRepositoryRequest, adding support for creating Azure DevOps repositories. The provider enum now includes azure-devops alongside github. A new example has been added for an Azure DevOps repository with organization, repositoryId, and tenantId parameters.
GET/v1/consumptionResponse schema updated: the dimensions object now includes an environment field for orchestration and transformation consumption, identifying the environment in which the pipeline ran.
POST/v1/projects/{projectId}/secret-references and related endpointsagentId is no longer a required field on SecretReferenceRequest, AwsSecretReferenceRequest, and AzureSecretReferenceRequest. It remains an optional property on JsonSecretReferenceRequest.
April 28, 2026
Designer

Designer - Improvements

can now sample up to 200 rows of data when working on pipelines in to review your data, identify patterns, and troubleshoot transformation steps. For more information about how sample your data, read Sampling data. Minimum version: All supported versions.
April 27, 2026
Designer

Designer - New features

Iterator components now support a Stop on condition property, allowing you to stop iterations early when a specific condition is met. This brings iterator behavior in line with . When enabled, a Condition dialog lets you define one or more conditions using a no-code UI, with a Text mode toggle available for writing conditions manually as a JavaScript expression. A Combine conditions property controls whether multiple conditions are evaluated using And or Or logic. For more information, read the documentation for each component:Minimum version: All supported versions.
April 24, 2026
Designer

Designer - New features

Connectors:The following new connectors are now available for Snowflake projects, offering full and incremental load options to only fetch new and updated rows of data:Minimum version for both connectors: 11.313.7
April 21, 2026
Admin

Admin - Improvements

Accounts

now supports three regions: US, EU, and Australia:
  • Customers can select Australia as their region at account creation, and trials will run in AU automatically.
  • Hybrid-SaaS Maia runner support is available in the Australia region.
April 21, 2026
API

API - Updated endpoints

The following endpoints have been updated for the REST API:
MethodEndpointDescription
GET/v1/consumptionResponse schema updated: examples for results and consumption properties now include more detailed pipeline/project/user information in the dimensions object. Descriptions for pipelineName and projectId updated for clarity.
GET/v1/projects/{projectId}/pipeline-executions/{pipelineExecutionId}Summary updated to “Pipeline Execution Details”. Description expanded to clarify the endpoint returns full execution details. 200 response description updated for accuracy.
POST/v1/projects/{projectId}/pipeline-executionsDescription expanded to clarify asynchronous execution, artifact versioning, agent selection, concurrency control, and variable overrides. Request body schema updated: scalarVariables and gridVariables descriptions now clarify override behavior.
POST/v1/projects/{projectId}/schedulesRequest body schema updated: pipeline.scalarVariables and pipeline.gridVariables descriptions now clarify override behavior for scheduled pipeline executions.
April 20, 2026
Admin

Admin - Improvements

Roles and permissions

User management and roles improvements:
  • Redesigned user management screen with sorting, filtering, and paging for easier navigation.
  • Simplified account-level roles to make permissions easier to understand.
  • For users only, project roles can now be assigned during user invitation, so access is ready on acceptance.
  • For users only, a new Roles section shows clear permissions across account, project, and environment levels.
April 20, 2026
API

API - New endpoint

The following endpoint has been added for the REST API:
MethodEndpointDescription
GET/v1/projects/{projectId}/pipeline-executions/{pipelineExecutionId}/statusReturns the current status of a pipeline execution.
April 16, 2026
API

API - Updated endpoints

The following endpoints have been updated for the REST API:
MethodEndpointDescription
GET/v1/consumptionResponse 200: results.consumption.credits example changed from ‘28.4’ (string) to 28.4 (number).
GET/v1/pipeline-executionsResponse 200: Added enum value SCHEDULE_RUN_NOW to results.trigger updated results.user description. Response 401/403: Description changes.
POST/v1/projects/{projectId}/pipeline-executionsCorrected response descriptions (401 Unauthorized, 403 Forbidden).
GET/v1/projects/{projectId}/pipeline-executions/{pipelineExecutionId}Description updated to recommend getExecutionStatusOnly. Response 200: Added enum value SCHEDULE_RUN_NOW to trigger; updated user description. Response 401/403: Description changes.
PATCH/v1/projects/{projectId}/pipeline-executions/{pipelineExecutionId}Corrected response descriptions (401 Unauthorized, 403 Forbidden).
GET/v1/projects/{projectId}/pipeline-executions/{pipelineExecutionId}/stepsCorrected response descriptions (401 Unauthorized, 403 Forbidden).
POST/v1/projects/{projectId}/reviewsRequest body: filePaths property type can now be null (previously required an array).
April 10, 2026
Connectors

Connectors - Improvements

Matillion’s own Flex connector has been renamed from Data Productivity Cloud to . The connector’s functionality and configuration remain unchanged.
April 10, 2026
API

API - New endpoints

The following endpoints have been added to the REST API:Shared Pipeline Artifacts
MethodEndpointDescription
GET/v1/shared-pipelinesList all published shared pipelines across the account.
GET/v1/shared-pipelines/artifactsList published artifact versions with optional filters.
GET/v1/shared-pipelines/artifacts/detailsGet artifact metadata and the pipelines inside a version.
POST/v1/shared-pipelines/artifactsPublish a new artifact version.
PATCH/v1/shared-pipelines/artifactsEnable or disable a specific artifact version.
April 9, 2026
Pipelines

Pipelines - Improvements

Orchestration

The Python Script component has been updated to use Python 3.12, ahead of the planned Python 3.10 end-of-life in October 2026. For further details, read this Tech note.Minimum version: 11.281.0
April 9, 2026
API

API - New endpoints

The following endpoints have been added to the REST API:Agents
MethodEndpointDescription
GET/v1/agents/releasesGet agent track history.
Minimum version: All supported versions.

API - Updated endpoints

The following endpoints have been updated:
  • The gke deployment type is now available for both Maia and Streaming agent types for POST /v1/agents (previously only available for streaming agents).
  • A new FORBIDDEN status value is now available for the status filter parameter of GET /v1/pipeline-executions.
Minimum version: All supported versions.
April 1, 2026
Runners

Runners - New features

A public Terraform provider is now available for s and Streaming pipelines, enabling you to create and configure s and pipelines programmatically at scale using Terraform scripts. For more information, read Deploy with Terraform.
March 31, 2026
Admin

Admin - New features

Billing

A Premium category has been introduced for selected connectors. These connectors require an additional subscription regardless of your current plan. For more information, contact your Matillion account representative.Minimum version: All supported versions.
March 25, 2026
Pipelines

Pipelines - New features

Transformation

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 version: 11.147.0

Pipelines - Improvements

Shared pipelines

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 version: All supported versions.
March 25, 2026
Pipelines

Pipelines - New features

Observability

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 version: All supported versions.
March 24, 2026
Pipelines

Pipelines - New features

Observability

You can now re-run pipelines directly from the Pipeline run history 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 version: All supported versions.
March 23, 2026
API

API - Updated endpoints

The Git-Provider-Access-Token header parameter is now optional for POST /v1/projects/{projectId}/repositories.
March 23, 2026
Admin

Admin - New features

Security

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

Connectors - 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 version: 11.234.0
March 20, 2026
API

API - New endpoints

The following endpoints have been added to the REST API:Pipeline Quality Review
MethodEndpointDescription
POST/v1/projects/{projectId}/reviewsReview pipelines against quality rules.
Project Variables
MethodEndpointDescription
GET/v1/projects/{projectId}/variablesRetrieve project variables.
POST/v1/projects/{projectId}/variablesCreate a project variable.
DELETE/v1/projects/{projectId}/variables/{variableName}Delete a project variable.
PATCH/v1/projects/{projectId}/variables/{variableName}Update a project variable.
Project Variable Environment Overrides
MethodEndpointDescription
GET/v1/projects/{projectId}/variables/{variableName}/environment-overridesRetrieve environment-level overrides for a project variable.
POST/v1/projects/{projectId}/variables/{variableName}/environment-overridesCreate an environment-level override for a project variable.
DELETE/v1/projects/{projectId}/variables/{variableName}/environment-overrides/{environmentName}Delete an environment-level override for a project variable.
Minimum version: All supported versions.

API - Updated endpoints

A new Full SaaS Agent on Snowflake example has been added to the request body for POST /v1/projects.Minimum version: All supported versions.
March 19, 2026
Projects

Projects - New features

Environments

Added a new Allow inherit project defaults toggle to control whether an environment inherits project-level variable values by default or requires manual overrides. For more information on managing these configurations, read Environments.Minimum version: All supported versions.
March 19, 2026
Connectors

Connectors - New features

Added a new Oracle Load connector, which offers Full and Incremental load options.Minimum version: 11.134.0
March 19, 2026
Admin

Admin - Improvements

Roles and permissions

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 version: All supported versions.
March 18, 2026
Pipelines

Pipelines - Improvements

Observability

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

Designer - 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 version: 11.217.1
March 16, 2026
Pipelines

Pipelines - New features

Orchestration

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

Pipelines - Improvements

Observability

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 version: All supported versions.
March 11, 2026
Projects

Projects - Improvements

Artifacts

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 version: All supported versions.
March 11, 2026
Runners

Runners - Improvements

  • Updated the 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
Pipelines

Pipelines - Improvements

Observability

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 history.The Audit service now records audit events for project connections and environment connections. Project connection events are produced for SSH tunnels, OAuths, and secret definitions. Environment connection events are produced for OAuths and secret definitions.Minimum version: All supported versions.
March 9, 2026
Projects

Projects - New features

Secret definitions, OAuths

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.Minimum version: All supported versions.

Projects - Improvements

Secret definitions, OAuths

  • You can now edit existing secrets and OAuths, making it easier to rotate credentials.
Minimum version: All supported versions.
March 9, 2026
API

API - New endpoints

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/{projectId}/connectionsDelete a project connection by name.
GET/v1/projects/{projectId}/connectionsRetrieve a page of project connections, optionally filtered by parameters.
POST/v1/projects/{projectId}/connectionsCreate a new project connection.
PUT/v1/projects/{projectId}/connectionsUpdate an existing project connection by name.
DELETE/v1/projects/{projectId}/connections/environment-overridesDelete environment connection overrides.
GET/v1/projects/{projectId}/connections/environment-overridesRetrieve a page of connection overrides which apply in a specific environment.
POST/v1/projects/{projectId}/connections/environment-overridesCreate or update an environment connection override.
Minimum version: All supported versions.

API - Updated endpoints

A new enum value of SKIPPED has been added to the status query parameter for GET /v1/pipeline-executions.Minimum version: All supported versions.
March 6, 2026
Connectors

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 version: 11.183.0
March 3, 2026
API

API - New endpoints

The following endpoint has been added to the REST API:Secrets
MethodEndpointDescription
POST/v1/secrets/{agentId}/secret-valueSet a secret value for a .
March 3, 2026
Connectors

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 version: 11.191.2
March 3, 2026
Runners

Runners - New features

s can now be deployed using Kubernetes on Amazon EKS or Azure AKS. This provides horizontal pod autoscaling, standardized Helm chart deployment, and native cloud authentication. A public deployment library is available with Terraform modules, Helm charts, and pre-deployment validation scripts. For an overview, read the Kubernetes deployment guide.Minimum version: All supported versions.
March 2, 2026
Maia AI Agents

Maia AI Agents - New features

can now notify you when they finish processing or require your input. This means you can prompt , then switch to another task, and return as soon as have finished working on your prompt. For more information, read Background notifications.Minimum version: All supported versions.

Maia AI Agents - Improvements

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

Projects - Improvements

Git providers

The Matillion App for GitHub 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 version: All supported versions.
February 27, 2026
Pipelines

Pipelines - New features

Transformation

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 version: All supported versions.
February 26, 2026
Pipelines

Pipelines - New features

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 version: All supported versions.
February 26, 2026
Maia AI Agents

Maia AI Agents - Improvements

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

Maia AI Agents - New features

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

Pipelines - New features

Transformation

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 version: 11.147.0
February 12, 2026
Runners

Runners - Improvements

  • Updated the 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 AI Agents

Maia AI Agents - New features

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

Pipelines - New features

Observability

  • 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 version: All supported versions.
February 10, 2026
API

API - Updated endpoints

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
Pipelines

Pipelines - New features

Observability

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 version: All supported versions.
February 4, 2026
Connectors

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 version: 11.67.0
January 30, 2026
Runners

Runners - New features

Hybrid SaaS s can now export 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 settings. For more information, read Export logs.Minimum version: 11.46.1
January 27, 2026
Connectors

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 version: 11.120.0
January 21, 2026
Maia AI Agents

Maia AI Agents - New features

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

API - Updated endpoints

The pipelineName field has been added to the dimensions object of the response for GET /v1/consumption. Applies to orchestration and transformation pipeline credit usage types.
January 14, 2026
Pipelines

Pipelines - New features

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 version: All supported versions.
January 13, 2026
Connectors

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 version: 11.94.0
January 13, 2026
Admin

Admin - Improvements

Roles and permissions

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 version: All supported versions.
January 6, 2026
Maia AI Agents

Maia AI Agents - 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 version: All supported versions.
January 6, 2026
Connectors

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 version: 11.72.0