diff --git a/openmetadata-docs/content/partials/v1.8/releases/1.8.6.md b/openmetadata-docs/content/partials/v1.8/releases/1.8.6.md new file mode 100644 index 00000000000..fe9708afed7 --- /dev/null +++ b/openmetadata-docs/content/partials/v1.8/releases/1.8.6.md @@ -0,0 +1,45 @@ +# 1.8.6 Release 🎉 + +{% note noteType="Tip" %} +**July 16th, 2025** +{% /note %} + +You can find the GitHub release [here](https://github.com/open-metadata/OpenMetadata/releases/tag/1.8.6-release). + +### Improvements + +- Search RBAC enhancements for better performance and accuracy. +- Revamped metrics system with detailed request latencies and breakdown of database/search operations. +- Added Virtual Threads and Semaphore control for improved performance. +- Enhanced browser language support with fixes for Chinese (zh) language search indexing. +- Improved German UI translations. +- Dashboard service prefix support for better organization. +- Added columns.description in search settings for enhanced discoverability. +- Improved handling of appPrivateConfig with empty parameters. +- Enhanced JVM parameters optimization for Java 21. +- Added missing supportsMetadataExtraction flag in connectors. +- Implement Freshness Test on Pandas. (Collate) + +## Fixes + +- Handle text overflow in CommonEntitySummaryInfo and improved loader in search bar. +- Fixed soft-delete and restore handling for charts linked to dashboards. +- Fixed null columns handling in various scenarios. +- Fixed Postgres query column name for execution time. +- Fixed pagination alignment issues in UI. +- Resolved race condition in bulk import between websocket and REST API. +- Fixed column lineage validation and update/delete operations. +- Fixed activity feed not showing column-level metadata changes. +- Fixed issues with Chinese (zh) language search index mapping. +- Corrected parent FQN extraction for column FQN. +- Fixed NPE when reading appPrivateConfig with empty parameters. +- Fixed recursive suggestion application for deeply nested columns. +- Fixed auto pilot trigger button enable state. +- Fixed custom logo failure causing repetitive API calls. +- Fixed unaligned charts display. +- Removed "Default: null" from columns for better JSON to POJO handling. +- Updated button names for consistency. +- Set Presidio logger to ERROR level to reduce noise. +- Reverse Metadata - Illegal result error. (Collate) + +**Full Changelog**: [link](https://github.com/open-metadata/OpenMetadata/compare/1.8.3-release...1.8.6-release) diff --git a/openmetadata-docs/content/partials/v1.8/releases/latest.md b/openmetadata-docs/content/partials/v1.8/releases/latest.md index d70c3628bac..a068571e31b 100644 --- a/openmetadata-docs/content/partials/v1.8/releases/latest.md +++ b/openmetadata-docs/content/partials/v1.8/releases/latest.md @@ -1,7 +1,7 @@ -# 1.8.6 Release 🎉 +# 1.8.7 Release 🎉 {% note noteType="Tip" %} -**16th July 2025** +**23rd July 2025** {% /note %} {% inlineCalloutContainer %} @@ -10,48 +10,28 @@ color="violet-70" icon="celebration" bold="Upgrade OpenMetadata" href="/deployment/upgrade" %} -Learn how to upgrade your OpenMetadata instance to 1.8.6! +Learn how to upgrade your OpenMetadata instance to 1.8.7! {% /inlineCallout %} {% /inlineCalloutContainer %} -You can find the GitHub release [here](https://github.com/open-metadata/OpenMetadata/releases/tag/1.8.6-release). +You can find the GitHub release [here](https://github.com/open-metadata/OpenMetadata/releases/tag/1.8.7-release). # What's New ## Improvements -- Search RBAC enhancements for better performance and accuracy. -- Revamped metrics system with detailed request latencies and breakdown of database/search operations. -- Added Virtual Threads and Semaphore control for improved performance. -- Enhanced browser language support with fixes for Chinese (zh) language search indexing. -- Improved German UI translations. -- Dashboard service prefix support for better organization. -- Added columns.description in search settings for enhanced discoverability. -- Improved handling of appPrivateConfig with empty parameters. -- Enhanced JVM parameters optimization for Java 21. -- Added missing supportsMetadataExtraction flag in connectors. -- Implement Freshness Test on Pandas. (Collate) +- SAdd Permission Debugger to understand roles & permissions for a user +- Smart Reindex functionality for improved performance +- Pass GX description on test case creation +- Add Actual Case on the displayName to aggregate with right bucket ## Fixes -- Handle text overflow in CommonEntitySummaryInfo and improved loader in search bar. -- Fixed soft-delete and restore handling for charts linked to dashboards. -- Fixed null columns handling in various scenarios. -- Fixed Postgres query column name for execution time. -- Fixed pagination alignment issues in UI. -- Resolved race condition in bulk import between websocket and REST API. -- Fixed column lineage validation and update/delete operations. -- Fixed activity feed not showing column-level metadata changes. -- Fixed issues with Chinese (zh) language search index mapping. -- Corrected parent FQN extraction for column FQN. -- Fixed NPE when reading appPrivateConfig with empty parameters. -- Fixed recursive suggestion application for deeply nested columns. -- Fixed auto pilot trigger button enable state. -- Fixed custom logo failure causing repetitive API calls. -- Fixed unaligned charts display. -- Removed "Default: null" from columns for better JSON to POJO handling. -- Updated button names for consistency. -- Set Presidio logger to ERROR level to reduce noise. -- Reverse Metadata - Illegal result error. (Collate) +- Add support for editing "Compute row count" from parameter screen +- Explore page count mismatch +- Fix lineage search issue in UI +- Fix domain custom property persistence improvements +- Fix table query pagination showing incorrect pageSize +- Fix stored procedure temp table processing and lineage filtering with db & schema -**Full Changelog**: [link](https://github.com/open-metadata/OpenMetadata/compare/1.8.3-release...1.8.6-release) +**Full Changelog**: [link](https://github.com/open-metadata/OpenMetadata/compare/1.8.6-release...1.8.7-release) diff --git a/openmetadata-docs/content/partials/v1.9/releases/1.8.6.md b/openmetadata-docs/content/partials/v1.9/releases/1.8.6.md new file mode 100644 index 00000000000..fe9708afed7 --- /dev/null +++ b/openmetadata-docs/content/partials/v1.9/releases/1.8.6.md @@ -0,0 +1,45 @@ +# 1.8.6 Release 🎉 + +{% note noteType="Tip" %} +**July 16th, 2025** +{% /note %} + +You can find the GitHub release [here](https://github.com/open-metadata/OpenMetadata/releases/tag/1.8.6-release). + +### Improvements + +- Search RBAC enhancements for better performance and accuracy. +- Revamped metrics system with detailed request latencies and breakdown of database/search operations. +- Added Virtual Threads and Semaphore control for improved performance. +- Enhanced browser language support with fixes for Chinese (zh) language search indexing. +- Improved German UI translations. +- Dashboard service prefix support for better organization. +- Added columns.description in search settings for enhanced discoverability. +- Improved handling of appPrivateConfig with empty parameters. +- Enhanced JVM parameters optimization for Java 21. +- Added missing supportsMetadataExtraction flag in connectors. +- Implement Freshness Test on Pandas. (Collate) + +## Fixes + +- Handle text overflow in CommonEntitySummaryInfo and improved loader in search bar. +- Fixed soft-delete and restore handling for charts linked to dashboards. +- Fixed null columns handling in various scenarios. +- Fixed Postgres query column name for execution time. +- Fixed pagination alignment issues in UI. +- Resolved race condition in bulk import between websocket and REST API. +- Fixed column lineage validation and update/delete operations. +- Fixed activity feed not showing column-level metadata changes. +- Fixed issues with Chinese (zh) language search index mapping. +- Corrected parent FQN extraction for column FQN. +- Fixed NPE when reading appPrivateConfig with empty parameters. +- Fixed recursive suggestion application for deeply nested columns. +- Fixed auto pilot trigger button enable state. +- Fixed custom logo failure causing repetitive API calls. +- Fixed unaligned charts display. +- Removed "Default: null" from columns for better JSON to POJO handling. +- Updated button names for consistency. +- Set Presidio logger to ERROR level to reduce noise. +- Reverse Metadata - Illegal result error. (Collate) + +**Full Changelog**: [link](https://github.com/open-metadata/OpenMetadata/compare/1.8.3-release...1.8.6-release) diff --git a/openmetadata-docs/content/partials/v1.9/releases/latest.md b/openmetadata-docs/content/partials/v1.9/releases/latest.md index d70c3628bac..a068571e31b 100644 --- a/openmetadata-docs/content/partials/v1.9/releases/latest.md +++ b/openmetadata-docs/content/partials/v1.9/releases/latest.md @@ -1,7 +1,7 @@ -# 1.8.6 Release 🎉 +# 1.8.7 Release 🎉 {% note noteType="Tip" %} -**16th July 2025** +**23rd July 2025** {% /note %} {% inlineCalloutContainer %} @@ -10,48 +10,28 @@ color="violet-70" icon="celebration" bold="Upgrade OpenMetadata" href="/deployment/upgrade" %} -Learn how to upgrade your OpenMetadata instance to 1.8.6! +Learn how to upgrade your OpenMetadata instance to 1.8.7! {% /inlineCallout %} {% /inlineCalloutContainer %} -You can find the GitHub release [here](https://github.com/open-metadata/OpenMetadata/releases/tag/1.8.6-release). +You can find the GitHub release [here](https://github.com/open-metadata/OpenMetadata/releases/tag/1.8.7-release). # What's New ## Improvements -- Search RBAC enhancements for better performance and accuracy. -- Revamped metrics system with detailed request latencies and breakdown of database/search operations. -- Added Virtual Threads and Semaphore control for improved performance. -- Enhanced browser language support with fixes for Chinese (zh) language search indexing. -- Improved German UI translations. -- Dashboard service prefix support for better organization. -- Added columns.description in search settings for enhanced discoverability. -- Improved handling of appPrivateConfig with empty parameters. -- Enhanced JVM parameters optimization for Java 21. -- Added missing supportsMetadataExtraction flag in connectors. -- Implement Freshness Test on Pandas. (Collate) +- SAdd Permission Debugger to understand roles & permissions for a user +- Smart Reindex functionality for improved performance +- Pass GX description on test case creation +- Add Actual Case on the displayName to aggregate with right bucket ## Fixes -- Handle text overflow in CommonEntitySummaryInfo and improved loader in search bar. -- Fixed soft-delete and restore handling for charts linked to dashboards. -- Fixed null columns handling in various scenarios. -- Fixed Postgres query column name for execution time. -- Fixed pagination alignment issues in UI. -- Resolved race condition in bulk import between websocket and REST API. -- Fixed column lineage validation and update/delete operations. -- Fixed activity feed not showing column-level metadata changes. -- Fixed issues with Chinese (zh) language search index mapping. -- Corrected parent FQN extraction for column FQN. -- Fixed NPE when reading appPrivateConfig with empty parameters. -- Fixed recursive suggestion application for deeply nested columns. -- Fixed auto pilot trigger button enable state. -- Fixed custom logo failure causing repetitive API calls. -- Fixed unaligned charts display. -- Removed "Default: null" from columns for better JSON to POJO handling. -- Updated button names for consistency. -- Set Presidio logger to ERROR level to reduce noise. -- Reverse Metadata - Illegal result error. (Collate) +- Add support for editing "Compute row count" from parameter screen +- Explore page count mismatch +- Fix lineage search issue in UI +- Fix domain custom property persistence improvements +- Fix table query pagination showing incorrect pageSize +- Fix stored procedure temp table processing and lineage filtering with db & schema -**Full Changelog**: [link](https://github.com/open-metadata/OpenMetadata/compare/1.8.3-release...1.8.6-release) +**Full Changelog**: [link](https://github.com/open-metadata/OpenMetadata/compare/1.8.6-release...1.8.7-release) diff --git a/openmetadata-docs/content/v1.8.x/deployment/docker/index.md b/openmetadata-docs/content/v1.8.x/deployment/docker/index.md index d7387e552f8..775db49c16b 100644 --- a/openmetadata-docs/content/v1.8.x/deployment/docker/index.md +++ b/openmetadata-docs/content/v1.8.x/deployment/docker/index.md @@ -102,7 +102,7 @@ This docker compose file contains only the docker compose services for OpenMetad You can also run the below command to fetch the docker compose file directly from the terminal - ```bash -wget https://github.com/open-metadata/OpenMetadata/releases/download/1.8.6-release/docker-compose-openmetadata.yml +wget https://github.com/open-metadata/OpenMetadata/releases/download/1.8.7-release/docker-compose-openmetadata.yml ``` ### 3. Update Environment Variables required for OpenMetadata Dependencies @@ -196,7 +196,7 @@ You can validate that all containers are up by running with command `docker ps`. ```commandline ❯ docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES -470cc8149826 openmetadata/server:1.8.6 "./openmetadata-star…" 45 seconds ago Up 43 seconds 3306/tcp, 9200/tcp, 9300/tcp, 0.0.0.0:8585-8586->8585-8586/tcp openmetadata_server +470cc8149826 openmetadata/server:1.8.7 "./openmetadata-star…" 45 seconds ago Up 43 seconds 3306/tcp, 9200/tcp, 9300/tcp, 0.0.0.0:8585-8586->8585-8586/tcp openmetadata_server ``` In a few seconds, you should be able to access the OpenMetadata UI at [http://localhost:8585](http://localhost:8585) diff --git a/openmetadata-docs/content/v1.8.x/menu.md b/openmetadata-docs/content/v1.8.x/menu.md index 4a305b780b7..f90c2508ee3 100644 --- a/openmetadata-docs/content/v1.8.x/menu.md +++ b/openmetadata-docs/content/v1.8.x/menu.md @@ -1144,6 +1144,8 @@ site_menu: url: /releases/supported - category: Releases / All Releases url: /releases/all-releases + - category: Releases / All Releases / 1.8.6 Release + url: /releases/all-releases/#1.8.6-releases - category: Releases / All Releases / 1.8.3 Release url: /releases/all-releases/#1.8.3-releases - category: Releases / All Releases / 1.8.2 Release diff --git a/openmetadata-docs/content/v1.8.x/quick-start/local-docker-deployment.md b/openmetadata-docs/content/v1.8.x/quick-start/local-docker-deployment.md index 5dae5a68e6a..860a594febb 100644 --- a/openmetadata-docs/content/v1.8.x/quick-start/local-docker-deployment.md +++ b/openmetadata-docs/content/v1.8.x/quick-start/local-docker-deployment.md @@ -120,15 +120,15 @@ The latest version is at the top of the page You can use the curl or wget command as well to fetch the docker compose files from your terminal - ```commandline -curl -sL -o docker-compose.yml https://github.com/open-metadata/OpenMetadata/releases/download/1.8.6-release/docker-compose.yml +curl -sL -o docker-compose.yml https://github.com/open-metadata/OpenMetadata/releases/download/1.8.7-release/docker-compose.yml -curl -sL -o docker-compose-postgres.yml https://github.com/open-metadata/OpenMetadata/releases/download/1.8.6-release/docker-compose-postgres.yml +curl -sL -o docker-compose-postgres.yml https://github.com/open-metadata/OpenMetadata/releases/download/1.8.7-release/docker-compose-postgres.yml ``` ```commandline -wget https://github.com/open-metadata/OpenMetadata/releases/download/1.8.6-release/docker-compose.yml +wget https://github.com/open-metadata/OpenMetadata/releases/download/1.8.7-release/docker-compose.yml -wget https://github.com/open-metadata/OpenMetadata/releases/download/1.8.6-release/docker-compose-postgres.yml +wget https://github.com/open-metadata/OpenMetadata/releases/download/1.8.7-release/docker-compose-postgres.yml ``` ### 3. Start the Docker Compose Services @@ -167,10 +167,10 @@ You can validate that all containers are up by running with command `docker ps`. ```commandline ❯ docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES -470cc8149826 openmetadata/server:1.8.6 "./openmetadata-star…" 45 seconds ago Up 43 seconds 3306/tcp, 9200/tcp, 9300/tcp, 0.0.0.0:8585-8586->8585-8586/tcp openmetadata_server -63578aacbff5 openmetadata/ingestion:1.8.6 "./ingestion_depende…" 45 seconds ago Up 43 seconds 0.0.0.0:8080->8080/tcp openmetadata_ingestion +470cc8149826 openmetadata/server:1.8.7 "./openmetadata-star…" 45 seconds ago Up 43 seconds 3306/tcp, 9200/tcp, 9300/tcp, 0.0.0.0:8585-8586->8585-8586/tcp openmetadata_server +63578aacbff5 openmetadata/ingestion:1.8.7 "./ingestion_depende…" 45 seconds ago Up 43 seconds 0.0.0.0:8080->8080/tcp openmetadata_ingestion 9f5ee8334f4b docker.elastic.co/elasticsearch/elasticsearch:7.16.3 "/tini -- /usr/local…" 45 seconds ago Up 44 seconds 0.0.0.0:9200->9200/tcp, 0.0.0.0:9300->9300/tcp openmetadata_elasticsearch -08947ab3424b openmetadata/db:1.8.6 "/entrypoint.sh mysq…" 45 seconds ago Up 44 seconds (healthy) 3306/tcp, 33060-33061/tcp openmetadata_mysql +08947ab3424b openmetadata/db:1.8.7 "/entrypoint.sh mysq…" 45 seconds ago Up 44 seconds (healthy) 3306/tcp, 33060-33061/tcp openmetadata_mysql ``` In a few seconds, you should be able to access the OpenMetadata UI at [http://localhost:8585](http://localhost:8585) diff --git a/openmetadata-docs/content/v1.8.x/releases/releases/index.md b/openmetadata-docs/content/v1.8.x/releases/releases/index.md index 7d370de80cb..aa88a9d98c1 100644 --- a/openmetadata-docs/content/v1.8.x/releases/releases/index.md +++ b/openmetadata-docs/content/v1.8.x/releases/releases/index.md @@ -15,6 +15,8 @@ version. To see what's coming in next releases, please check our {% collateConte {% partial file="/v1.8/releases/latest.md" /%} +{% partial file="/v1.8/releases/1.8.6.md" /%} + {% partial file="/v1.8/releases/1.8.3.md" /%} {% partial file="/v1.8/releases/1.8.2.md" /%} diff --git a/openmetadata-docs/content/v1.8.x/sdk/python/index.md b/openmetadata-docs/content/v1.8.x/sdk/python/index.md index 4c75f4232d5..45b2736c7f4 100644 --- a/openmetadata-docs/content/v1.8.x/sdk/python/index.md +++ b/openmetadata-docs/content/v1.8.x/sdk/python/index.md @@ -13,10 +13,10 @@ We are now going to present a high-level Python API as a type-safe and gentle wr The Python SDK is part of the `openmetadata-ingestion` base package. You can install it from [PyPI](https://pypi.org/project/openmetadata-ingestion/). Make sure to use the same `openmetadata-ingestion` version as your server version. For example, if you have the OpenMetadata -server at version 1.8.6, you will need to install: +server at version 1.8.7, you will need to install: ```python -pip install "openmetadata-ingestion~=1.8.6.0" +pip install "openmetadata-ingestion~=1.8.7.0" ``` {% /note %} diff --git a/openmetadata-docs/content/v1.9.x-SNAPSHOT/deployment/docker/index.md b/openmetadata-docs/content/v1.9.x-SNAPSHOT/deployment/docker/index.md index 7747d315083..0963872ab40 100644 --- a/openmetadata-docs/content/v1.9.x-SNAPSHOT/deployment/docker/index.md +++ b/openmetadata-docs/content/v1.9.x-SNAPSHOT/deployment/docker/index.md @@ -102,7 +102,7 @@ This docker compose file contains only the docker compose services for OpenMetad You can also run the below command to fetch the docker compose file directly from the terminal - ```bash -wget https://github.com/open-metadata/OpenMetadata/releases/download/1.8.6-release/docker-compose-openmetadata.yml +wget https://github.com/open-metadata/OpenMetadata/releases/download/1.8.7-release/docker-compose-openmetadata.yml ``` ### 3. Update Environment Variables required for OpenMetadata Dependencies @@ -196,7 +196,7 @@ You can validate that all containers are up by running with command `docker ps`. ```commandline ❯ docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES -470cc8149826 openmetadata/server:1.8.6 "./openmetadata-star…" 45 seconds ago Up 43 seconds 3306/tcp, 9200/tcp, 9300/tcp, 0.0.0.0:8585-8586->8585-8586/tcp openmetadata_server +470cc8149826 openmetadata/server:1.8.7 "./openmetadata-star…" 45 seconds ago Up 43 seconds 3306/tcp, 9200/tcp, 9300/tcp, 0.0.0.0:8585-8586->8585-8586/tcp openmetadata_server ``` In a few seconds, you should be able to access the OpenMetadata UI at [http://localhost:8585](http://localhost:8585) diff --git a/openmetadata-docs/content/v1.9.x-SNAPSHOT/menu.md b/openmetadata-docs/content/v1.9.x-SNAPSHOT/menu.md index 2dd37d9ae59..44815d45cc6 100644 --- a/openmetadata-docs/content/v1.9.x-SNAPSHOT/menu.md +++ b/openmetadata-docs/content/v1.9.x-SNAPSHOT/menu.md @@ -1143,6 +1143,8 @@ site_menu: url: /releases/supported - category: Releases / All Releases url: /releases/all-releases + - category: Releases / All Releases / 1.8.6 Release + url: /releases/all-releases/#1.8.6-releases - category: Releases / All Releases / 1.8.3 Release url: /releases/all-releases/#1.8.3-releases - category: Releases / All Releases / 1.8.2 Release diff --git a/openmetadata-docs/content/v1.9.x-SNAPSHOT/quick-start/local-docker-deployment.md b/openmetadata-docs/content/v1.9.x-SNAPSHOT/quick-start/local-docker-deployment.md index 3ba22a5f195..651c73bfebf 100644 --- a/openmetadata-docs/content/v1.9.x-SNAPSHOT/quick-start/local-docker-deployment.md +++ b/openmetadata-docs/content/v1.9.x-SNAPSHOT/quick-start/local-docker-deployment.md @@ -120,15 +120,15 @@ The latest version is at the top of the page You can use the curl or wget command as well to fetch the docker compose files from your terminal - ```commandline -curl -sL -o docker-compose.yml https://github.com/open-metadata/OpenMetadata/releases/download/1.8.6-release/docker-compose.yml +curl -sL -o docker-compose.yml https://github.com/open-metadata/OpenMetadata/releases/download/1.8.7-release/docker-compose.yml -curl -sL -o docker-compose-postgres.yml https://github.com/open-metadata/OpenMetadata/releases/download/1.8.6-release/docker-compose-postgres.yml +curl -sL -o docker-compose-postgres.yml https://github.com/open-metadata/OpenMetadata/releases/download/1.8.7-release/docker-compose-postgres.yml ``` ```commandline -wget https://github.com/open-metadata/OpenMetadata/releases/download/1.8.6-release/docker-compose.yml +wget https://github.com/open-metadata/OpenMetadata/releases/download/1.8.7-release/docker-compose.yml -wget https://github.com/open-metadata/OpenMetadata/releases/download/1.8.6-release/docker-compose-postgres.yml +wget https://github.com/open-metadata/OpenMetadata/releases/download/1.8.7-release/docker-compose-postgres.yml ``` ### 3. Start the Docker Compose Services @@ -167,10 +167,10 @@ You can validate that all containers are up by running with command `docker ps`. ```commandline ❯ docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES -470cc8149826 openmetadata/server:1.8.6 "./openmetadata-star…" 45 seconds ago Up 43 seconds 3306/tcp, 9200/tcp, 9300/tcp, 0.0.0.0:8585-8586->8585-8586/tcp openmetadata_server -63578aacbff5 openmetadata/ingestion:1.8.6 "./ingestion_depende…" 45 seconds ago Up 43 seconds 0.0.0.0:8080->8080/tcp openmetadata_ingestion +470cc8149826 openmetadata/server:1.8.7 "./openmetadata-star…" 45 seconds ago Up 43 seconds 3306/tcp, 9200/tcp, 9300/tcp, 0.0.0.0:8585-8586->8585-8586/tcp openmetadata_server +63578aacbff5 openmetadata/ingestion:1.8.7 "./ingestion_depende…" 45 seconds ago Up 43 seconds 0.0.0.0:8080->8080/tcp openmetadata_ingestion 9f5ee8334f4b docker.elastic.co/elasticsearch/elasticsearch:7.16.3 "/tini -- /usr/local…" 45 seconds ago Up 44 seconds 0.0.0.0:9200->9200/tcp, 0.0.0.0:9300->9300/tcp openmetadata_elasticsearch -08947ab3424b openmetadata/db:1.8.6 "/entrypoint.sh mysq…" 45 seconds ago Up 44 seconds (healthy) 3306/tcp, 33060-33061/tcp openmetadata_mysql +08947ab3424b openmetadata/db:1.8.7 "/entrypoint.sh mysq…" 45 seconds ago Up 44 seconds (healthy) 3306/tcp, 33060-33061/tcp openmetadata_mysql ``` In a few seconds, you should be able to access the OpenMetadata UI at [http://localhost:8585](http://localhost:8585) diff --git a/openmetadata-docs/content/v1.9.x-SNAPSHOT/releases/releases/index.md b/openmetadata-docs/content/v1.9.x-SNAPSHOT/releases/releases/index.md index e13921c82b5..78d5fb898bf 100644 --- a/openmetadata-docs/content/v1.9.x-SNAPSHOT/releases/releases/index.md +++ b/openmetadata-docs/content/v1.9.x-SNAPSHOT/releases/releases/index.md @@ -15,6 +15,8 @@ version. To see what's coming in next releases, please check our {% collateConte {% partial file="/v1.9/releases/latest.md" /%} +{% partial file="/v1.9/releases/1.8.6.md" /%} + {% partial file="/v1.9/releases/1.8.3.md" /%} {% partial file="/v1.9/releases/1.8.2.md" /%} diff --git a/openmetadata-docs/content/v1.9.x-SNAPSHOT/sdk/python/index.md b/openmetadata-docs/content/v1.9.x-SNAPSHOT/sdk/python/index.md index 4c75f4232d5..45b2736c7f4 100644 --- a/openmetadata-docs/content/v1.9.x-SNAPSHOT/sdk/python/index.md +++ b/openmetadata-docs/content/v1.9.x-SNAPSHOT/sdk/python/index.md @@ -13,10 +13,10 @@ We are now going to present a high-level Python API as a type-safe and gentle wr The Python SDK is part of the `openmetadata-ingestion` base package. You can install it from [PyPI](https://pypi.org/project/openmetadata-ingestion/). Make sure to use the same `openmetadata-ingestion` version as your server version. For example, if you have the OpenMetadata -server at version 1.8.6, you will need to install: +server at version 1.8.7, you will need to install: ```python -pip install "openmetadata-ingestion~=1.8.6.0" +pip install "openmetadata-ingestion~=1.8.7.0" ``` {% /note %}