2023-07-14 14:12:27 +02:00
---
title: Releases
slug: /releases
---
2023-08-04 09:58:38 +02:00
# 1.1.1 Release 🎉
2023-07-14 14:12:27 +02:00
{% inlineCalloutContainer %}
{% inlineCallout
color="violet-70"
icon="celebration"
bold="Upgrade OpenMetadata"
href="/deployment/upgrade" %}
2023-08-04 09:58:38 +02:00
Learn how to upgrade your OpenMetadata instance to 1.1.1!
2023-07-14 14:12:27 +02:00
{% /inlineCallout %}
{% /inlineCalloutContainer %}
## UI Improvements
2023-08-04 09:58:38 +02:00
- User profile page UI / UX improvements
- Superset Connection fixes for Basic and IAM auth type
- Fix task flow bugs
- UI / UX improvements for Service, Database, and Schema pages.
- Support custom cron for schedule ingestion
2023-07-14 14:12:27 +02:00
## Data Quality
2023-08-04 09:58:38 +02:00
- Fix BigQuery, MSSQL, and Clickhouse profiling errors
2023-07-14 14:12:27 +02:00
## Ingestion
2023-08-04 09:58:38 +02:00
- Fixed Airflow lineage extraction.
- Added support for Databricks complex columns comments.
- Fixed Athena lineage and usage parameter validation.
- Airflow Managed APIs now support Airflow 2.6
2023-07-14 14:12:27 +02:00
## Connectors
2023-08-04 09:58:38 +02:00
- New [Qliksense ](qlik.com ) Connector.
- Hive supports extracting metadata directly from the metastore to speed up the execution. Users whose metastore is not exposed can still run the extraction pointing to Hive.
- Added Usage & Lineage connector for Trino.
- Impala scheme has been deprecated from Hive connector. Users can use the Impala connector instead.
- Snowflake can now ingest TRANSIENT tables.
- Added support for JSON fields in SingleStore.
2023-07-14 14:12:27 +02:00
## Backend
2023-08-04 09:58:38 +02:00
- Bumped table and column names length
- Aggregation Improvements for Search
- Test Suite Improvements