mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-16 13:07:06 +00:00
Docs: Release 1.6.10 Updation (#20926)
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
This commit is contained in:
parent
d3350e0c35
commit
56f07dcc19
21
openmetadata-docs/content/partials/v1.6/releases/1.6.9.md
Normal file
21
openmetadata-docs/content/partials/v1.6/releases/1.6.9.md
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
# 1.6.9 Release 🎉
|
||||||
|
|
||||||
|
{% note noteType="Tip" %}
|
||||||
|
**Apr 17th, 2025**
|
||||||
|
{% /note %}
|
||||||
|
|
||||||
|
You can find the GitHub release [here](https://github.com/open-metadata/OpenMetadata/releases/tag/1.6.9-release).
|
||||||
|
|
||||||
|
- Added policy validation to user creation flow.
|
||||||
|
- Fixed missing permission issue when adding users to a team.
|
||||||
|
- Fixed issue with empty SMTP password handling.
|
||||||
|
- Fixed Azure authentication flow for null refresh token.
|
||||||
|
- Added logging for import/export operations.
|
||||||
|
- Fixed lineage ingestion with null checks in fromEntity processing.
|
||||||
|
- Added readTimeout input field for connector configurations.
|
||||||
|
- Fixed topic import logic for Kinesis connector.
|
||||||
|
- Fixed PATCH API to correctly apply inherited owners.
|
||||||
|
- Ensured correct href loading using server URL.
|
||||||
|
- Made fields immutable for Applications to prevent unexpected modifications.
|
||||||
|
|
||||||
|
**Full Changelog**: [link](https://github.com/open-metadata/OpenMetadata/compare/1.6.8-release...1.6.9-release)
|
@ -1,7 +1,7 @@
|
|||||||
# 1.6.9 Release 🎉
|
# 1.6.10 Release 🎉
|
||||||
|
|
||||||
{% note noteType="Tip" %}
|
{% note noteType="Tip" %}
|
||||||
**Apr 8th, 2025**
|
**Apr 22nd, 2025**
|
||||||
{% /note %}
|
{% /note %}
|
||||||
|
|
||||||
{% inlineCalloutContainer %}
|
{% inlineCalloutContainer %}
|
||||||
@ -10,22 +10,14 @@ color="violet-70"
|
|||||||
icon="celebration"
|
icon="celebration"
|
||||||
bold="Upgrade OpenMetadata"
|
bold="Upgrade OpenMetadata"
|
||||||
href="/deployment/upgrade" %}
|
href="/deployment/upgrade" %}
|
||||||
Learn how to upgrade your OpenMetadata instance to 1.6.9!
|
Learn how to upgrade your OpenMetadata instance to 1.6.10!
|
||||||
{% /inlineCallout %}
|
{% /inlineCallout %}
|
||||||
{% /inlineCalloutContainer %}
|
{% /inlineCalloutContainer %}
|
||||||
|
|
||||||
You can find the GitHub release [here](https://github.com/open-metadata/OpenMetadata/releases/tag/1.6.9-release).
|
You can find the GitHub release [here](https://github.com/open-metadata/OpenMetadata/releases/tag/1.6.10-release).
|
||||||
|
|
||||||
- Added policy validation to user creation flow.
|
- Introduced the ability to use a subset of permissions when adding or deleting users in teams—more granular control for team management.
|
||||||
- Fixed missing permission issue when adding users to a team.
|
- Added an optional mechanism to fetch response schema directly from the schema property of API endpoints—enhancing flexibility for API integrations.
|
||||||
- Fixed issue with empty SMTP password handling.
|
- Fixed an issue with double slashes in API endpoint names for cleaner, consistent paths.
|
||||||
- Fixed Azure authentication flow for null refresh token.
|
|
||||||
- Added logging for import/export operations.
|
|
||||||
- Fixed lineage ingestion with null checks in fromEntity processing.
|
|
||||||
- Added readTimeout input field for connector configurations.
|
|
||||||
- Fixed topic import logic for Kinesis connector.
|
|
||||||
- Fixed PATCH API to correctly apply inherited owners.
|
|
||||||
- Ensured correct href loading using server URL.
|
|
||||||
- Made fields immutable for Applications to prevent unexpected modifications.
|
|
||||||
|
|
||||||
**Full Changelog**: [link](https://github.com/open-metadata/OpenMetadata/compare/1.6.8-release...1.6.9-release)
|
**Full Changelog**: [link](https://github.com/open-metadata/OpenMetadata/compare/1.6.9-release...1.6.10-release)
|
||||||
|
13
openmetadata-docs/content/partials/v1.7/releases/1.6.10.md
Normal file
13
openmetadata-docs/content/partials/v1.7/releases/1.6.10.md
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
# 1.6.10 Release 🎉
|
||||||
|
|
||||||
|
{% note noteType="Tip" %}
|
||||||
|
**Apr 17th, 2025**
|
||||||
|
{% /note %}
|
||||||
|
|
||||||
|
You can find the GitHub release [here](https://github.com/open-metadata/OpenMetadata/releases/tag/1.6.10-release).
|
||||||
|
|
||||||
|
- Introduced the ability to use a subset of permissions when adding or deleting users in teams—more granular control for team management.
|
||||||
|
- Added an optional mechanism to fetch response schema directly from the schema property of API endpoints—enhancing flexibility for API integrations.
|
||||||
|
- Fixed an issue with double slashes in API endpoint names for cleaner, consistent paths.
|
||||||
|
|
||||||
|
**Full Changelog**: [link](https://github.com/open-metadata/OpenMetadata/compare/1.6.9-release...1.6.10-release)
|
@ -233,4 +233,4 @@ We bring new connectors in each release, continuously expanding our coverage. Th
|
|||||||
|
|
||||||
And in Collate, we are bringing a new Pipeline connector: **Wherescape**.
|
And in Collate, we are bringing a new Pipeline connector: **Wherescape**.
|
||||||
|
|
||||||
**Full Changelog**: [link](https://github.com/open-metadata/OpenMetadata/compare/1.6.9-release...1.7.0-release)
|
**Full Changelog**: [link](https://github.com/open-metadata/OpenMetadata/compare/1.6.10-release...1.7.0-release)
|
||||||
|
13
openmetadata-docs/content/partials/v1.8/releases/1.6.10.md
Normal file
13
openmetadata-docs/content/partials/v1.8/releases/1.6.10.md
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
# 1.6.10 Release 🎉
|
||||||
|
|
||||||
|
{% note noteType="Tip" %}
|
||||||
|
**Apr 17th, 2025**
|
||||||
|
{% /note %}
|
||||||
|
|
||||||
|
You can find the GitHub release [here](https://github.com/open-metadata/OpenMetadata/releases/tag/1.6.10-release).
|
||||||
|
|
||||||
|
- Introduced the ability to use a subset of permissions when adding or deleting users in teams—more granular control for team management.
|
||||||
|
- Added an optional mechanism to fetch response schema directly from the schema property of API endpoints—enhancing flexibility for API integrations.
|
||||||
|
- Fixed an issue with double slashes in API endpoint names for cleaner, consistent paths.
|
||||||
|
|
||||||
|
**Full Changelog**: [link](https://github.com/open-metadata/OpenMetadata/compare/1.6.9-release...1.6.10-release)
|
@ -233,4 +233,4 @@ We bring new connectors in each release, continuously expanding our coverage. Th
|
|||||||
|
|
||||||
And in Collate, we are bringing a new Pipeline connector: **Wherescape**.
|
And in Collate, we are bringing a new Pipeline connector: **Wherescape**.
|
||||||
|
|
||||||
**Full Changelog**: [link](https://github.com/open-metadata/OpenMetadata/compare/1.6.9-release...1.7.0-release)
|
**Full Changelog**: [link](https://github.com/open-metadata/OpenMetadata/compare/1.6.10-release...1.7.0-release)
|
||||||
|
@ -1030,6 +1030,8 @@ site_menu:
|
|||||||
url: /releases/supported
|
url: /releases/supported
|
||||||
- category: Releases / All Releases
|
- category: Releases / All Releases
|
||||||
url: /releases/all-releases
|
url: /releases/all-releases
|
||||||
|
- category: Releases / All Releases / 1.6.9 Release
|
||||||
|
url: /releases/all-releases/#1.6.9-release
|
||||||
- category: Releases / All Releases / 1.6.8 Release
|
- category: Releases / All Releases / 1.6.8 Release
|
||||||
url: /releases/all-releases/#1.6.8-release
|
url: /releases/all-releases/#1.6.8-release
|
||||||
- category: Releases / All Releases / 1.6.7 Release
|
- category: Releases / All Releases / 1.6.7 Release
|
||||||
|
@ -1103,6 +1103,8 @@ site_menu:
|
|||||||
url: /releases/supported
|
url: /releases/supported
|
||||||
- category: Releases / All Releases
|
- category: Releases / All Releases
|
||||||
url: /releases/all-releases
|
url: /releases/all-releases
|
||||||
|
- category: Releases / All Releases / 1.6.9 Release
|
||||||
|
url: /releases/all-releases/#1.6.9-release
|
||||||
- category: Releases / All Releases / 1.6.8 Release
|
- category: Releases / All Releases / 1.6.8 Release
|
||||||
url: /releases/all-releases/#1.6.8-release
|
url: /releases/all-releases/#1.6.8-release
|
||||||
- category: Releases / All Releases / 1.6.7 Release
|
- category: Releases / All Releases / 1.6.7 Release
|
||||||
|
@ -14,6 +14,8 @@ version. To see what's coming in next releases, please check our {% collateConte
|
|||||||
|
|
||||||
{% partial file="/v1.6/releases/latest.md" /%}
|
{% partial file="/v1.6/releases/latest.md" /%}
|
||||||
|
|
||||||
|
{% partial file="/v1.6/releases/1.6.9.md" /%}
|
||||||
|
|
||||||
{% partial file="/v1.6/releases/1.6.8.md" /%}
|
{% partial file="/v1.6/releases/1.6.8.md" /%}
|
||||||
|
|
||||||
{% partial file="/v1.6/releases/1.6.7.md" /%}
|
{% partial file="/v1.6/releases/1.6.7.md" /%}
|
||||||
|
@ -1052,6 +1052,8 @@ site_menu:
|
|||||||
url: /releases/supported
|
url: /releases/supported
|
||||||
- category: Releases / All Releases
|
- category: Releases / All Releases
|
||||||
url: /releases/all-releases
|
url: /releases/all-releases
|
||||||
|
- category: Releases / All Releases / 1.6.10 Release
|
||||||
|
url: /releases/all-releases/#1.6.10-release
|
||||||
- category: Releases / All Releases / 1.6.9 Release
|
- category: Releases / All Releases / 1.6.9 Release
|
||||||
url: /releases/all-releases/#1.6.9-release
|
url: /releases/all-releases/#1.6.9-release
|
||||||
- category: Releases / All Releases / 1.6.8 Release
|
- category: Releases / All Releases / 1.6.8 Release
|
||||||
|
@ -1125,6 +1125,8 @@ site_menu:
|
|||||||
url: /releases/supported
|
url: /releases/supported
|
||||||
- category: Releases / All Releases
|
- category: Releases / All Releases
|
||||||
url: /releases/all-releases
|
url: /releases/all-releases
|
||||||
|
- category: Releases / All Releases / 1.6.10 Release
|
||||||
|
url: /releases/all-releases/#1.6.10-release
|
||||||
- category: Releases / All Releases / 1.6.9 Release
|
- category: Releases / All Releases / 1.6.9 Release
|
||||||
url: /releases/all-releases/#1.6.9-release
|
url: /releases/all-releases/#1.6.9-release
|
||||||
- category: Releases / All Releases / 1.6.8 Release
|
- category: Releases / All Releases / 1.6.8 Release
|
||||||
|
@ -14,6 +14,8 @@ version. To see what's coming in next releases, please check our {% collateConte
|
|||||||
|
|
||||||
{% partial file="/v1.7/releases/latest.md" /%}
|
{% partial file="/v1.7/releases/latest.md" /%}
|
||||||
|
|
||||||
|
{% partial file="/v1.7/releases/1.6.10.md" /%}
|
||||||
|
|
||||||
{% partial file="/v1.7/releases/1.6.9.md" /%}
|
{% partial file="/v1.7/releases/1.6.9.md" /%}
|
||||||
|
|
||||||
{% partial file="/v1.7/releases/1.6.8.md" /%}
|
{% partial file="/v1.7/releases/1.6.8.md" /%}
|
||||||
|
@ -1052,6 +1052,8 @@ site_menu:
|
|||||||
url: /releases/supported
|
url: /releases/supported
|
||||||
- category: Releases / All Releases
|
- category: Releases / All Releases
|
||||||
url: /releases/all-releases
|
url: /releases/all-releases
|
||||||
|
- category: Releases / All Releases / 1.6.10 Release
|
||||||
|
url: /releases/all-releases/#1.6.10-release
|
||||||
- category: Releases / All Releases / 1.6.9 Release
|
- category: Releases / All Releases / 1.6.9 Release
|
||||||
url: /releases/all-releases/#1.6.9-release
|
url: /releases/all-releases/#1.6.9-release
|
||||||
- category: Releases / All Releases / 1.6.8 Release
|
- category: Releases / All Releases / 1.6.8 Release
|
||||||
|
@ -1125,6 +1125,8 @@ site_menu:
|
|||||||
url: /releases/supported
|
url: /releases/supported
|
||||||
- category: Releases / All Releases
|
- category: Releases / All Releases
|
||||||
url: /releases/all-releases
|
url: /releases/all-releases
|
||||||
|
- category: Releases / All Releases / 1.6.10 Release
|
||||||
|
url: /releases/all-releases/#1.6.10-release
|
||||||
- category: Releases / All Releases / 1.6.9 Release
|
- category: Releases / All Releases / 1.6.9 Release
|
||||||
url: /releases/all-releases/#1.6.9-release
|
url: /releases/all-releases/#1.6.9-release
|
||||||
- category: Releases / All Releases / 1.6.8 Release
|
- category: Releases / All Releases / 1.6.8 Release
|
||||||
|
@ -14,6 +14,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/latest.md" /%}
|
||||||
|
|
||||||
|
{% partial file="/v1.8/releases/1.6.10.md" /%}
|
||||||
|
|
||||||
{% partial file="/v1.8/releases/1.6.9.md" /%}
|
{% partial file="/v1.8/releases/1.6.9.md" /%}
|
||||||
|
|
||||||
{% partial file="/v1.8/releases/1.6.8.md" /%}
|
{% partial file="/v1.8/releases/1.6.8.md" /%}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user