From dd42f8bd816a92c1341c12facc06bfc385a7ed43 Mon Sep 17 00:00:00 2001 From: Rounak Dhillon <162090200+RounakDhillon@users.noreply.github.com> Date: Wed, 23 Apr 2025 16:06:25 +0530 Subject: [PATCH] Docs: 1.7 Release Section Updation (#20936) * Docs: 1.7 Release Section Updation * Update latest.md * Update latest.md --------- Co-authored-by: Rounak Dhillon Co-authored-by: Prajwal214 <167504578+Prajwal214@users.noreply.github.com> --- .../content/partials/v1.7/releases/latest.md | 29 ++++++++++--------- .../content/partials/v1.8/releases/latest.md | 29 ++++++++++--------- 2 files changed, 32 insertions(+), 26 deletions(-) diff --git a/openmetadata-docs/content/partials/v1.7/releases/latest.md b/openmetadata-docs/content/partials/v1.7/releases/latest.md index e9bc6d00b50..1331723b930 100644 --- a/openmetadata-docs/content/partials/v1.7/releases/latest.md +++ b/openmetadata-docs/content/partials/v1.7/releases/latest.md @@ -18,7 +18,22 @@ You can find the GitHub release [here](https://github.com/open-metadata/OpenMeta The latest Release 1.7 of OpenMetadata and Collate delivers new features to accelerate the onboarding of both data services and users, taking discovery, automations, and customizations one step further. -## Features +# What's Changed + +## Breaking Changes + +### Removing support for Python 3.8 + +Python 3.8 was [officially EOL on 2024-10-07](https://devguide.python.org/versions/). Some of our dependencies have already +started removing support for higher versions, and are following suit to ensure we are using the latest and most stable +versions of our dependencies. + +This means that for Release 1.7, the supported Python versions for the Ingestion Framework are 3.9, 3.10 and 3.11. + +We were already shipping our Docker images with Python 3.10, so this change should not affect you if you are using our Docker images. +However, if you installed the `openmetadata-ingestion` package directly, please make sure to update your Python version to 3.9 or higher. + +# What's New ### Automate Metadata Onboarding Instantly with OpenMetadata AutoPilot @@ -106,18 +121,6 @@ You can now **import and export the entire entity hierarchy** with all related d ### Asynchronous Deletion Support for both **soft** and **hard deletion** operations across **all services**, **entities**, **glossary**, and **term entries** — improving overall performance. -## Breaking Changes - -### Removing support for Python 3.8 - -Python 3.8 was [officially EOL on 2024-10-07](https://devguide.python.org/versions/). Some of our dependencies have already -started removing support for higher versions, and are following suit to ensure we are using the latest and most stable -versions of our dependencies. - -This means that for Release 1.7, the supported Python versions for the Ingestion Framework are 3.9, 3.10 and 3.11. - -We were already shipping our Docker images with Python 3.10, so this change should not affect you if you are using our Docker images. -However, if you installed the `openmetadata-ingestion` package directly, please make sure to update your Python version to 3.9 or higher. ### Putting your Metadata Ingestion on AutoPilot diff --git a/openmetadata-docs/content/partials/v1.8/releases/latest.md b/openmetadata-docs/content/partials/v1.8/releases/latest.md index e9bc6d00b50..1331723b930 100644 --- a/openmetadata-docs/content/partials/v1.8/releases/latest.md +++ b/openmetadata-docs/content/partials/v1.8/releases/latest.md @@ -18,7 +18,22 @@ You can find the GitHub release [here](https://github.com/open-metadata/OpenMeta The latest Release 1.7 of OpenMetadata and Collate delivers new features to accelerate the onboarding of both data services and users, taking discovery, automations, and customizations one step further. -## Features +# What's Changed + +## Breaking Changes + +### Removing support for Python 3.8 + +Python 3.8 was [officially EOL on 2024-10-07](https://devguide.python.org/versions/). Some of our dependencies have already +started removing support for higher versions, and are following suit to ensure we are using the latest and most stable +versions of our dependencies. + +This means that for Release 1.7, the supported Python versions for the Ingestion Framework are 3.9, 3.10 and 3.11. + +We were already shipping our Docker images with Python 3.10, so this change should not affect you if you are using our Docker images. +However, if you installed the `openmetadata-ingestion` package directly, please make sure to update your Python version to 3.9 or higher. + +# What's New ### Automate Metadata Onboarding Instantly with OpenMetadata AutoPilot @@ -106,18 +121,6 @@ You can now **import and export the entire entity hierarchy** with all related d ### Asynchronous Deletion Support for both **soft** and **hard deletion** operations across **all services**, **entities**, **glossary**, and **term entries** — improving overall performance. -## Breaking Changes - -### Removing support for Python 3.8 - -Python 3.8 was [officially EOL on 2024-10-07](https://devguide.python.org/versions/). Some of our dependencies have already -started removing support for higher versions, and are following suit to ensure we are using the latest and most stable -versions of our dependencies. - -This means that for Release 1.7, the supported Python versions for the Ingestion Framework are 3.9, 3.10 and 3.11. - -We were already shipping our Docker images with Python 3.10, so this change should not affect you if you are using our Docker images. -However, if you installed the `openmetadata-ingestion` package directly, please make sure to update your Python version to 3.9 or higher. ### Putting your Metadata Ingestion on AutoPilot