Releases: open-metadata/OpenMetadata
OpenMetadata 1.4.4 Release
What's Changed
Improvement
- Introduced SSL for Salesforce
- Fixed the claim mappings and usernames
- Fixed issues in Salesforce connector
- FIxed issues in Alation connector
- Verified for changes in new env for claim mapping
Full Changelog: 1.4.3-release...1.4.4-release
OpenMetadata 1.4.4-RC1 Release
What's Changed
Improvement
- Introduced SSL for Salesforce
- Fixed the claim mappings and usernames
- Fixed issues in Salesforce connector
- FIxed issues in Alation connector
- Verified for changes in new env for claim mapping
Full Changelog: 1.4.3-release...1.4.4-rc1-release
OpenMetadata 1.4.3 Release
What's Changed
Improvements
- Fixed User Signup Flow Issue missing authorize
- Fixed vulnerabilities for azure-identity and msal4j
Full Changelog: 1.4.2-release...1.4.3-release
OpenMetadata 1.4.2 Release
What's changed
Enhancements
- In OpenMetadata, we support connecting the data assets to the knowledge articles. The knowledge articles that are pulled from the Alation connector have image URLs. We have enhanced the Alation connector to download and display the images in the Knowledge Articles.
- Test cases can now be filtered by Service, Tag, and Tier.
Changes
- One team or multiple users can be selected as reviewers for a Glossary term.,
- Updated the openmetadata.yaml to remove WebAnalyticsHandler.,
- Add appType as part of the schema in the ingestion pipeline.,
- We now sanitize the Activity Feed editor content.
Improvements
- Fixed the lineage view for tables with many columns.
- Fixed an issue with updating the lineage edge descriptions.
- Fixed an issue with Null Schema Field.
- Fixed the glossary term review process issues.
- Fixed the Kafka SSL connection arguments.
- Fixed an issue with dbt ingestion pipeline that was occurring due to non enum values.
- Fixed an issue with Announcements.
- Fixed redirection issues for Tags and Glossary Terms.
- Fixed a minor issue with filtering the Profiler.
- Fixed the registration Issue with Event Handlers.
- Fixed the sign-in issues with SAML.
- Fixed issues with partition migration with Redshift services.
- Fixed an issue with the Quicksight connector.
- Fixed some minor issues with the user Profile page.
- Fixed some issues with the Teams page.
Full Changelog: 1.4.1-release...1.4.2-release
OpenMetadata 1.4.1 Release
OpenMetadata 1.4.0 Release
In the OpenMetadata 1.4.0 release, we have shipped significant improvements and new features:
-
Lineage Improvements: API and UI support connecting lineage across all data assets, including schema and column-level lineage.
Lineage Layers help users switch from a simple to a detailed lineage view, making it easier to perform root-cause analysis.
Additionally, users can download the nodes in the lineage graph as a CSV file for impact analysis. -
Data Quality: OpenMetadata allows users to create and deploy data quality tests, enabling data leaders to monitor their
organization's data quality through detailed reports generated within the platform. In this release, we’ve improved these reports by
adding filters for service name, platform, test status, and more. Users can now dissect the data quality reports and identify areas for
organizational improvement. -
Data Insights: One standout feature of Data Insights is the ability to define KPIs for data description and ownership, motivating
teams to achieve documentation goals. With the 1.4.0 release, we’ve introduced an option to identify assets that are undocumented
or lack ownership, helping teams quickly address missing descriptions and ownership and improving overall metadata quality and
team productivity. -
Ingestion Performance Improvements: OpenMetadata supports over 80 connectors, achieving one of the core goals of
centralizing metadata. In this release, we’ve innovated a new method to extract metadata faster, reducing the load on data
warehouses. -
APIs for Bulk Import/Export: We've expanded bulk import/export capability beyond glossary terms to include databases, schemas,
and tables. This enhancement allows users to efficiently bulk update descriptions, ownership, tags, and more for many tables,
schemas, and databases in one go, streamlining the management of data assets. -
Custom Properties: Custom Properties enable teams to enrich data asset metadata by adding additional attributes. Previously, we
supported primitive types such as text, integer, and string. In this release, we've expanded the available types to include Enums,
Entity References, Date, Time, and more. These new types allow users to link other assets within OpenMetadata or create Enums,
providing greater flexibility and depth in metadata management. -
Activity Feed: Activity Feed fosters team collaboration by providing a centralized view of all changes within the team or across the
organization. We've improved the UI/UX to display more detailed information about metadata changes, making it easier for users to
understand and comment on ongoing activities and collaborate with their team. -
Custom Theme: OpenMetadata sets the UX/UI design standard for metadata platforms. With the Custom Themes feature, admins
can create personalized themes to match their organization's color palette, ensuring a cohesive and branded user experience. -
Health Endpoints: OpenMetadata is well known for its ease of use and maintainability. Our new Health Check page makes
validating all configurations are properly set up even simpler, helping new adopters and experienced users get the most out of
OpenMetadata.
The 1.4.0 release has backward-incompatible changes. To upgrade, ensure you have referred to the mentioned changes and followed the documentation.
What's Changed
- Issue #14765 - Preparatory Work by @TeddyCr in #15312
- test: unit test case of Add Data Product Modal by @harsh-vador in #15360
- test: unit test case of Notification feed card by @harsh-vador in #15267
- supported glossary search index and fix explore glosarry count by @Ashish8689 in #15349
- MINOR: Fix mongodb profiler imports by @ulixius9 in #15383
- test: unit test case of navbar by @harsh-vador in #15352
- test: unit test case of add domain by @harsh-vador in #15363
- Fixes 15375: Metabase metadata extraction fix by @IceS2 in #15376
- Docs: Update connectors in the documentation by @aniketkatkar97 in #15384
- MINOR: add tooltip for icons by @Ashish8689 in #15348
- Fixes #15132: remove semi-colon from db2 query by @sushi30 in #15385
- MINOR: change placeholder for add asset in teams by @Ashish8689 in #15390
- MINOR: Set add BigTable to beta by @sushi30 in #15332
- ISSUE #14765 - Implement Athena Injected Partition Check by @TeddyCr in #15318
- Fixes #15355: fix KeyError issue if not present by @ayush-shah in #15387
- Fixes #15066 - bigint out of range issue by @ayush-shah in #15395
- MINOR: Part 1 of #15090: dbt JSON Schema & Parsing Improvements by @OnkarVO7 in #15297
- remove unnecessary LOADING_STATE enum & fix failing unit tests by @harsh-vador in #15373
- fix(CI): Use the standard cypress GHA way with environments by @akash-jain-10 in #15399
- [Fix] Remove Instance on delete of the Application by @mohityadav766 in #15400
- chore: minor ui fixes by @Ashish8689 in #15398
- Add Custom Propety Config to store format, enum values, entity types by @harshach in #15302
- #14001 Add sort option for Test Cases by @ShaileshParmar11 in #15401
- #14063 Scale of axis on Data Quality Chart by @ShaileshParmar11 in #15368
- MINOR - Bump postgresql version by @pmbrull in #15406
- [Fix] Bug in Token and User Instance due to cache by @mohityadav766 in #15412
- fix url malformed issue in entity popover and data insight detail page by @Ashish8689 in #15402
- doc: add whats new for 1.3.1 by @Sachin-chaurasiya in #15407
- fix: type errors for pr #15297 by @Sachin-chaurasiya in #15411
- [Fix] Make Recreate Index Default as true by @mohityadav766 in #15413
- #15403 Team filter on the Data Insights page doesn't work as expected by @ShaileshParmar11 in #15410
- ui: replace description comp with descriptionv1 comp by @harsh-vador in #15370
- Docs: Update the docs content to fix broken links by @aniketkatkar97 in #15415
- MINOR: Fix some links on ingestion docs by @IceS2 in #15417
- MINOR - Update ES translation by @pmbrull in #15416
- Minor: Fix and update docs with links and new release 1.3.1 by @dhruvinmaniar123 in #15422
- ISSUE #15381 - Fix execution summary timeout by @TeddyCr in #15378
- ui: display source of lineage by @harsh-vador in #15391
- Add Dao Get Call based on type by @mohityadav766 in #15429
- fix issue 14802: disable self-sigup interface when using ldap authent… by @thiagopirex in #15280
- Docs: Fix the wrong link on kubernetes gke page in the documentation by @aniketkatkar97 in #15431
- Fix #15438: Update filters and destination for 'Conversation' source in notification alert by @aniketkatkar97 in #15443
- [Perf Fix] Use Where clause on change event listing by @mohityadav766 in #15430
- fix: get_connection import when using customDashboard by @aballiet in #15447
- #15425 - Move SecretsManagerUpdateService to migrate command by @pmbrull in #15444
- fix description related cypress tests by @harsh-vador in #15434
- [MINOR] Fixes for Mention Notificaition missing on Alert by @mohityadav766 in #15452
- chore(ui): reduce routes from specific to generic to reduce the code by @chirag-madlani in #15404
- Minor: filter out the filterPatterns if excludes and includes are empty by @Sachin-chaurasiya in #15449
- DOC - Updated custom sql documentation by @TeddyCr in #15440
- ...
OpenMetadata 1.4.0 RC4
What's Changed
- Issue #14765 - Preparatory Work by @TeddyCr in #15312
- test: unit test case of Add Data Product Modal by @harsh-vador in #15360
- test: unit test case of Notification feed card by @harsh-vador in #15267
- supported glossary search index and fix explore glosarry count by @Ashish8689 in #15349
- MINOR: Fix mongodb profiler imports by @ulixius9 in #15383
- test: unit test case of navbar by @harsh-vador in #15352
- test: unit test case of add domain by @harsh-vador in #15363
- Fixes 15375: Metabase metadata extraction fix by @IceS2 in #15376
- Docs: Update connectors in the documentation by @aniketkatkar97 in #15384
- MINOR: add tooltip for icons by @Ashish8689 in #15348
- Fixes #15132: remove semi-colon from db2 query by @sushi30 in #15385
- MINOR: change placeholder for add asset in teams by @Ashish8689 in #15390
- MINOR: Set add BigTable to beta by @sushi30 in #15332
- ISSUE #14765 - Implement Athena Injected Partition Check by @TeddyCr in #15318
- Fixes #15355: fix KeyError issue if not present by @ayush-shah in #15387
- Fixes #15066 - bigint out of range issue by @ayush-shah in #15395
- MINOR: Part 1 of #15090: dbt JSON Schema & Parsing Improvements by @OnkarVO7 in #15297
- remove unnecessary LOADING_STATE enum & fix failing unit tests by @harsh-vador in #15373
- fix(CI): Use the standard cypress GHA way with environments by @akash-jain-10 in #15399
- [Fix] Remove Instance on delete of the Application by @mohityadav766 in #15400
- chore: minor ui fixes by @Ashish8689 in #15398
- Add Custom Propety Config to store format, enum values, entity types by @harshach in #15302
- #14001 Add sort option for Test Cases by @ShaileshParmar11 in #15401
- #14063 Scale of axis on Data Quality Chart by @ShaileshParmar11 in #15368
- MINOR - Bump postgresql version by @pmbrull in #15406
- [Fix] Bug in Token and User Instance due to cache by @mohityadav766 in #15412
- fix url malformed issue in entity popover and data insight detail page by @Ashish8689 in #15402
- doc: add whats new for 1.3.1 by @Sachin-chaurasiya in #15407
- fix: type errors for pr #15297 by @Sachin-chaurasiya in #15411
- [Fix] Make Recreate Index Default as true by @mohityadav766 in #15413
- #15403 Team filter on the Data Insights page doesn't work as expected by @ShaileshParmar11 in #15410
- ui: replace description comp with descriptionv1 comp by @harsh-vador in #15370
- Docs: Update the docs content to fix broken links by @aniketkatkar97 in #15415
- MINOR: Fix some links on ingestion docs by @IceS2 in #15417
- MINOR - Update ES translation by @pmbrull in #15416
- Minor: Fix and update docs with links and new release 1.3.1 by @dhruvinmaniar123 in #15422
- ISSUE #15381 - Fix execution summary timeout by @TeddyCr in #15378
- ui: display source of lineage by @harsh-vador in #15391
- Add Dao Get Call based on type by @mohityadav766 in #15429
- fix issue 14802: disable self-sigup interface when using ldap authent… by @thiagopirex in #15280
- Docs: Fix the wrong link on kubernetes gke page in the documentation by @aniketkatkar97 in #15431
- Fix #15438: Update filters and destination for 'Conversation' source in notification alert by @aniketkatkar97 in #15443
- [Perf Fix] Use Where clause on change event listing by @mohityadav766 in #15430
- fix: get_connection import when using customDashboard by @aballiet in #15447
- #15425 - Move SecretsManagerUpdateService to migrate command by @pmbrull in #15444
- fix description related cypress tests by @harsh-vador in #15434
- [MINOR] Fixes for Mention Notificaition missing on Alert by @mohityadav766 in #15452
- chore(ui): reduce routes from specific to generic to reduce the code by @chirag-madlani in #15404
- Minor: filter out the filterPatterns if excludes and includes are empty by @Sachin-chaurasiya in #15449
- DOC - Updated custom sql documentation by @TeddyCr in #15440
- DOC - added threshold details by @TeddyCr in #15458
- fix: move migration to 1.3.1 by @TeddyCr in #15463
- Minor: Fix E2E Ingestion Tests by @IceS2 in #15462
- Revert "chore(ui): reduce routes from specific to generic to reduce the code" by @chirag-madlani in #15465
- [FIX] Fixes Poll Interval for App Jobs, and fixed Search Indexing Stats by @mohityadav766 in #15453
- supported unit test for email configuration, incident header page and fix some cypress by @Ashish8689 in #15420
- Cleanup entity details by @chirag-madlani in #15461
- MINOR: make test setup non-static so it can be overriden by @sushi30 in #15451
- support unit test for addDomainForm and minor cleanup by @Ashish8689 in #15470
- Fix: Update test suite workflow example in ingestion folder by @italo-batista in #15476
- Fix #15299 - Handle Table metrics & test cases for Empty Tables by @TeddyCr in #15469
- MINOR: fix entity reference look up for data products by @TeddyCr in #15439
- Minor: fixed ui layout issue of role page by @ShaileshParmar11 in #15481
- MINOR - Note on airflow docs by @pmbrull in #15472
- Docs: 1.3.1 Release Doc + Other changes by @ShilpaVernekar in #15484
- MINOR - Application Handler instance by @pmbrull in #15482
- chore(ui): typescript support for cypress tests by @chirag-madlani in #15239
- MINOR - Reconfigure app metrics by @pmbrull in #15460
- revamp data asset icon to colour one by @Ashish8689 in #15485
- MINOR: added log levels to all example ingestion configs config by @sushi30 in #15488
- fix(docs): Unify Prerequisites of Kubernetes Deployment Docs by @akash-jain-10 in #15480
- ISSUE #15336 - Added type and status for test case list by @TeddyCr in #15457
- MINOR: Fix athena e2e tests by @IceS2 in #15486
- User and applications suggestions for entities by @karanh37 in #15345
- #15336 UI: Add Pagination to Data Quality Tab on Entity pages by @ShaileshParmar11 in #15475
- MINOR: Added alation connection argument docs by @OnkarVO7 in #15495
- Fix #15503: Cache MultiJWKsProvider response by @harshach in #15504
- docs: 1.4.x-SNAPSHOT by @sushi30 in #15506
- MINOR: add the systemApp property by @sushi30 in https://github.com/open-metadata/Open...
OpenMetadata 1.4.0 RC3
What's Changed
- Issue #14765 - Preparatory Work by @TeddyCr in #15312
- test: unit test case of Add Data Product Modal by @harsh-vador in #15360
- test: unit test case of Notification feed card by @harsh-vador in #15267
- supported glossary search index and fix explore glosarry count by @Ashish8689 in #15349
- MINOR: Fix mongodb profiler imports by @ulixius9 in #15383
- test: unit test case of navbar by @harsh-vador in #15352
- test: unit test case of add domain by @harsh-vador in #15363
- Fixes 15375: Metabase metadata extraction fix by @IceS2 in #15376
- Docs: Update connectors in the documentation by @aniketkatkar97 in #15384
- MINOR: add tooltip for icons by @Ashish8689 in #15348
- Fixes #15132: remove semi-colon from db2 query by @sushi30 in #15385
- MINOR: change placeholder for add asset in teams by @Ashish8689 in #15390
- MINOR: Set add BigTable to beta by @sushi30 in #15332
- ISSUE #14765 - Implement Athena Injected Partition Check by @TeddyCr in #15318
- Fixes #15355: fix KeyError issue if not present by @ayush-shah in #15387
- Fixes #15066 - bigint out of range issue by @ayush-shah in #15395
- MINOR: Part 1 of #15090: dbt JSON Schema & Parsing Improvements by @OnkarVO7 in #15297
- remove unnecessary LOADING_STATE enum & fix failing unit tests by @harsh-vador in #15373
- fix(CI): Use the standard cypress GHA way with environments by @akash-jain-10 in #15399
- [Fix] Remove Instance on delete of the Application by @mohityadav766 in #15400
- chore: minor ui fixes by @Ashish8689 in #15398
- Add Custom Propety Config to store format, enum values, entity types by @harshach in #15302
- #14001 Add sort option for Test Cases by @ShaileshParmar11 in #15401
- #14063 Scale of axis on Data Quality Chart by @ShaileshParmar11 in #15368
- MINOR - Bump postgresql version by @pmbrull in #15406
- [Fix] Bug in Token and User Instance due to cache by @mohityadav766 in #15412
- fix url malformed issue in entity popover and data insight detail page by @Ashish8689 in #15402
- doc: add whats new for 1.3.1 by @Sachin-chaurasiya in #15407
- fix: type errors for pr #15297 by @Sachin-chaurasiya in #15411
- [Fix] Make Recreate Index Default as true by @mohityadav766 in #15413
- #15403 Team filter on the Data Insights page doesn't work as expected by @ShaileshParmar11 in #15410
- ui: replace description comp with descriptionv1 comp by @harsh-vador in #15370
- Docs: Update the docs content to fix broken links by @aniketkatkar97 in #15415
- MINOR: Fix some links on ingestion docs by @IceS2 in #15417
- MINOR - Update ES translation by @pmbrull in #15416
- Minor: Fix and update docs with links and new release 1.3.1 by @dhruvinmaniar123 in #15422
- ISSUE #15381 - Fix execution summary timeout by @TeddyCr in #15378
- ui: display source of lineage by @harsh-vador in #15391
- Add Dao Get Call based on type by @mohityadav766 in #15429
- fix issue 14802: disable self-sigup interface when using ldap authent… by @thiagopirex in #15280
- Docs: Fix the wrong link on kubernetes gke page in the documentation by @aniketkatkar97 in #15431
- Fix #15438: Update filters and destination for 'Conversation' source in notification alert by @aniketkatkar97 in #15443
- [Perf Fix] Use Where clause on change event listing by @mohityadav766 in #15430
- fix: get_connection import when using customDashboard by @aballiet in #15447
- #15425 - Move SecretsManagerUpdateService to migrate command by @pmbrull in #15444
- fix description related cypress tests by @harsh-vador in #15434
- [MINOR] Fixes for Mention Notificaition missing on Alert by @mohityadav766 in #15452
- chore(ui): reduce routes from specific to generic to reduce the code by @chirag-madlani in #15404
- Minor: filter out the filterPatterns if excludes and includes are empty by @Sachin-chaurasiya in #15449
- DOC - Updated custom sql documentation by @TeddyCr in #15440
- DOC - added threshold details by @TeddyCr in #15458
- fix: move migration to 1.3.1 by @TeddyCr in #15463
- Minor: Fix E2E Ingestion Tests by @IceS2 in #15462
- Revert "chore(ui): reduce routes from specific to generic to reduce the code" by @chirag-madlani in #15465
- [FIX] Fixes Poll Interval for App Jobs, and fixed Search Indexing Stats by @mohityadav766 in #15453
- supported unit test for email configuration, incident header page and fix some cypress by @Ashish8689 in #15420
- Cleanup entity details by @chirag-madlani in #15461
- MINOR: make test setup non-static so it can be overriden by @sushi30 in #15451
- support unit test for addDomainForm and minor cleanup by @Ashish8689 in #15470
- Fix: Update test suite workflow example in ingestion folder by @italo-batista in #15476
- Fix #15299 - Handle Table metrics & test cases for Empty Tables by @TeddyCr in #15469
- MINOR: fix entity reference look up for data products by @TeddyCr in #15439
- Minor: fixed ui layout issue of role page by @ShaileshParmar11 in #15481
- MINOR - Note on airflow docs by @pmbrull in #15472
- Docs: 1.3.1 Release Doc + Other changes by @ShilpaVernekar in #15484
- MINOR - Application Handler instance by @pmbrull in #15482
- chore(ui): typescript support for cypress tests by @chirag-madlani in #15239
- MINOR - Reconfigure app metrics by @pmbrull in #15460
- revamp data asset icon to colour one by @Ashish8689 in #15485
- MINOR: added log levels to all example ingestion configs config by @sushi30 in #15488
- fix(docs): Unify Prerequisites of Kubernetes Deployment Docs by @akash-jain-10 in #15480
- ISSUE #15336 - Added type and status for test case list by @TeddyCr in #15457
- MINOR: Fix athena e2e tests by @IceS2 in #15486
- User and applications suggestions for entities by @karanh37 in #15345
- #15336 UI: Add Pagination to Data Quality Tab on Entity pages by @ShaileshParmar11 in #15475
- MINOR: Added alation connection argument docs by @OnkarVO7 in #15495
- Fix #15503: Cache MultiJWKsProvider response by @harshach in #15504
- docs: 1.4.x-SNAPSHOT by @sushi30 in #15506
- MINOR: add the systemApp property by @sushi30 in https://github.com/open-metadata/Open...
OpenMetadata 1.4.0 RC2
What's Changed
- Issue #14765 - Preparatory Work by @TeddyCr in #15312
- test: unit test case of Add Data Product Modal by @harsh-vador in #15360
- test: unit test case of Notification feed card by @harsh-vador in #15267
- supported glossary search index and fix explore glosarry count by @Ashish8689 in #15349
- MINOR: Fix mongodb profiler imports by @ulixius9 in #15383
- test: unit test case of navbar by @harsh-vador in #15352
- test: unit test case of add domain by @harsh-vador in #15363
- Fixes 15375: Metabase metadata extraction fix by @IceS2 in #15376
- Docs: Update connectors in the documentation by @aniketkatkar97 in #15384
- MINOR: add tooltip for icons by @Ashish8689 in #15348
- Fixes #15132: remove semi-colon from db2 query by @sushi30 in #15385
- MINOR: change placeholder for add asset in teams by @Ashish8689 in #15390
- MINOR: Set add BigTable to beta by @sushi30 in #15332
- ISSUE #14765 - Implement Athena Injected Partition Check by @TeddyCr in #15318
- Fixes #15355: fix KeyError issue if not present by @ayush-shah in #15387
- Fixes #15066 - bigint out of range issue by @ayush-shah in #15395
- MINOR: Part 1 of #15090: dbt JSON Schema & Parsing Improvements by @OnkarVO7 in #15297
- remove unnecessary LOADING_STATE enum & fix failing unit tests by @harsh-vador in #15373
- fix(CI): Use the standard cypress GHA way with environments by @akash-jain-10 in #15399
- [Fix] Remove Instance on delete of the Application by @mohityadav766 in #15400
- chore: minor ui fixes by @Ashish8689 in #15398
- Add Custom Propety Config to store format, enum values, entity types by @harshach in #15302
- #14001 Add sort option for Test Cases by @ShaileshParmar11 in #15401
- #14063 Scale of axis on Data Quality Chart by @ShaileshParmar11 in #15368
- MINOR - Bump postgresql version by @pmbrull in #15406
- [Fix] Bug in Token and User Instance due to cache by @mohityadav766 in #15412
- fix url malformed issue in entity popover and data insight detail page by @Ashish8689 in #15402
- doc: add whats new for 1.3.1 by @Sachin-chaurasiya in #15407
- fix: type errors for pr #15297 by @Sachin-chaurasiya in #15411
- [Fix] Make Recreate Index Default as true by @mohityadav766 in #15413
- #15403 Team filter on the Data Insights page doesn't work as expected by @ShaileshParmar11 in #15410
- ui: replace description comp with descriptionv1 comp by @harsh-vador in #15370
- Docs: Update the docs content to fix broken links by @aniketkatkar97 in #15415
- MINOR: Fix some links on ingestion docs by @IceS2 in #15417
- MINOR - Update ES translation by @pmbrull in #15416
- Minor: Fix and update docs with links and new release 1.3.1 by @dhruvinmaniar123 in #15422
- ISSUE #15381 - Fix execution summary timeout by @TeddyCr in #15378
- ui: display source of lineage by @harsh-vador in #15391
- Add Dao Get Call based on type by @mohityadav766 in #15429
- fix issue 14802: disable self-sigup interface when using ldap authent… by @thiagopirex in #15280
- Docs: Fix the wrong link on kubernetes gke page in the documentation by @aniketkatkar97 in #15431
- Fix #15438: Update filters and destination for 'Conversation' source in notification alert by @aniketkatkar97 in #15443
- [Perf Fix] Use Where clause on change event listing by @mohityadav766 in #15430
- fix: get_connection import when using customDashboard by @aballiet in #15447
- #15425 - Move SecretsManagerUpdateService to migrate command by @pmbrull in #15444
- fix description related cypress tests by @harsh-vador in #15434
- [MINOR] Fixes for Mention Notificaition missing on Alert by @mohityadav766 in #15452
- chore(ui): reduce routes from specific to generic to reduce the code by @chirag-madlani in #15404
- Minor: filter out the filterPatterns if excludes and includes are empty by @Sachin-chaurasiya in #15449
- DOC - Updated custom sql documentation by @TeddyCr in #15440
- DOC - added threshold details by @TeddyCr in #15458
- fix: move migration to 1.3.1 by @TeddyCr in #15463
- Minor: Fix E2E Ingestion Tests by @IceS2 in #15462
- Revert "chore(ui): reduce routes from specific to generic to reduce the code" by @chirag-madlani in #15465
- [FIX] Fixes Poll Interval for App Jobs, and fixed Search Indexing Stats by @mohityadav766 in #15453
- supported unit test for email configuration, incident header page and fix some cypress by @Ashish8689 in #15420
- Cleanup entity details by @chirag-madlani in #15461
- MINOR: make test setup non-static so it can be overriden by @sushi30 in #15451
- support unit test for addDomainForm and minor cleanup by @Ashish8689 in #15470
- Fix: Update test suite workflow example in ingestion folder by @italo-batista in #15476
- Fix #15299 - Handle Table metrics & test cases for Empty Tables by @TeddyCr in #15469
- MINOR: fix entity reference look up for data products by @TeddyCr in #15439
- Minor: fixed ui layout issue of role page by @ShaileshParmar11 in #15481
- MINOR - Note on airflow docs by @pmbrull in #15472
- Docs: 1.3.1 Release Doc + Other changes by @ShilpaVernekar in #15484
- MINOR - Application Handler instance by @pmbrull in #15482
- chore(ui): typescript support for cypress tests by @chirag-madlani in #15239
- MINOR - Reconfigure app metrics by @pmbrull in #15460
- revamp data asset icon to colour one by @Ashish8689 in #15485
- MINOR: added log levels to all example ingestion configs config by @sushi30 in #15488
- fix(docs): Unify Prerequisites of Kubernetes Deployment Docs by @akash-jain-10 in #15480
- ISSUE #15336 - Added type and status for test case list by @TeddyCr in #15457
- MINOR: Fix athena e2e tests by @IceS2 in #15486
- User and applications suggestions for entities by @karanh37 in #15345
- #15336 UI: Add Pagination to Data Quality Tab on Entity pages by @ShaileshParmar11 in #15475
- MINOR: Added alation connection argument docs by @OnkarVO7 in #15495
- Fix #15503: Cache MultiJWKsProvider response by @harshach in #15504
- docs: 1.4.x-SNAPSHOT by @sushi30 in #15506
- MINOR: add the systemApp property by @sushi30 in https://github.com/open-metadata/Open...
OpenMetadata 1.3.4
- Fixes reindex issues related to the
changeDescription
payload of some entities - Adds Cypress tests to validate reindex app execution
Full Changelog: 1.3.3-release...1.3.4-release