1.80 release notes🔗
Long-term support (LTS)
These are the release notes for Matillion ETL version 1.80. This version is a long-term support (LTS) release. Read more about Matillion ETL supported releases.
Note
openSUSE is the default operating system for Matillion ETL version 1.80. For details read Tech Note: Base OS change to openSUSE.
1.80.0🔗
March 4th, 2026
SBOM🔗
Click the link to download a zipped .json file containing the Software Bill of Materials (SBOM) for this version: 1.80.0-SBOM.zip.
You may wish to download the SBOM for purposes such as security auditing, license tracking, compliance, and so on.
Known issues🔗
There are no known issues at this time.
Breaking changes🔗
There are no breaking changes introduced in this release.
Deprecations🔗
Due to the known security vulnerabilities in Python 2, Matillion will no longer offer support for this version of Python, and it will be deprecated in a future release of Matillion ETL. We recommend that you update any Python 2 scripts to Python 3 as soon as possible, or upgrade from Matillion ETL to the Data Productivity Cloud. The upgrade to the Data Productivity Cloud will automatically convert your Python 2 scripts to Python 3.
Improvements and bug fixes🔗
All platforms🔗
- Fixed an issue where the Git integration could encounter inconsistencies in Git status tracking and commit history integrity.
- Credentials hashing now uses the sha3-512 algorithm. Existing passwords will continue to work, but new passwords will be hashed using the more secure sha3-512 algorithm.
- Updated the Tomcat version to
10.1.50. - Fixed an issue that was not allowing message task queues to close when the associated browser window closes, potentially wasting resources.
- Improved the load times for the Matillion ETL application, with reduced delay after the "Loading please wait..." message.
- Fixed an issue in the Jira Query component that was causing queries with a Common Table Expression (CTE) or WITH clause in the SQL Query property to fail with a Java
NullPointerException.
Snowflake🔗
- Added the ability to set a default Snowflake Query Tag at the project level, reducing manual configuration and improving consistency across environments. The project-level tag will act as the default query tag applied across all environments within the project unless overridden.
Delta Lake on Databricks🔗
- Added the ability to retrieve column names from Databricks Unity Catalog foreign tables in the Table Input component.
- Added support for Managed Volumes as a staging option for Databricks. Accessible managed volumes are listed based on Unity Catalog permissions.
Redshift🔗
- Added support for using an IAM Role ARN for authentication when configuring an AWS Redshift environment. Read Custom IAM roles for Amazon Redshift for details.
Driver updates🔗
- Snowflake JDBC driver updated
3.21.0→3.28.0to align with latest vendor release.