From bd5925ac1bfa754b84451789167b466ee0ecb665 Mon Sep 17 00:00:00 2001 From: Aseem Bansal Date: Mon, 2 Sep 2024 15:30:55 +0530 Subject: [PATCH] doc(acryl cloud): release notes for 0.3.5.x (#11259) Co-authored-by: david-leifker <114954101+david-leifker@users.noreply.github.com> Co-authored-by: Jay <159848059+jayacryl@users.noreply.github.com> --- docs-website/sidebars.js | 1 + docs/managed-datahub/release-notes/v_0_3_5.md | 33 +++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 docs/managed-datahub/release-notes/v_0_3_5.md diff --git a/docs-website/sidebars.js b/docs-website/sidebars.js index 20bed6099cdae..0382f821a31ca 100644 --- a/docs-website/sidebars.js +++ b/docs-website/sidebars.js @@ -307,6 +307,7 @@ module.exports = { }, { "DataHub Cloud Release History": [ + "docs/managed-datahub/release-notes/v_0_3_5", "docs/managed-datahub/release-notes/v_0_3_4", "docs/managed-datahub/release-notes/v_0_3_3", "docs/managed-datahub/release-notes/v_0_3_2", diff --git a/docs/managed-datahub/release-notes/v_0_3_5.md b/docs/managed-datahub/release-notes/v_0_3_5.md new file mode 100644 index 0000000000000..468f2bd59a918 --- /dev/null +++ b/docs/managed-datahub/release-notes/v_0_3_5.md @@ -0,0 +1,33 @@ +# v0.3.5 +--- + +Release Availability Date +--- +02-Sep-2024 + +Recommended CLI/SDK +--- +- `v0.14.0.2` with release notes at https://github.com/acryldata/datahub/releases/tag/v0.14.0.2 + +If you are using an older CLI/SDK version, then please upgrade it. This applies for all CLI/SDK usages, if you are using it through your terminal, GitHub Actions, Airflow, in Python SDK somewhere, Java SDK, etc. This is a strong recommendation to upgrade, as we keep on pushing fixes in the CLI, and it helps us support you better. + +## Release Changelog +--- + +- All changes in https://github.com/datahub-project/datahub/releases/tag/v0.14.0.2 + - Note Breaking Changes: https://datahubproject.io/docs/how/updating-datahub/#0140 + +- Product changes + - Misc fixes and improvements for the Snowflake Tag Propagation Automation (Beta) + - Misc fixes and improvements for the Glossary Term Tag Propagation Automation (Beta) + - Misc fixes and improvements for the Column Docs Propagation Automation (Beta) + - Minor UX improvements on the groups profile page + - Add 'Explore All' button to search dropdown permanently + - Add toggle to filter out transformations in lineage viz + - Misc fixes and minor improvements around the subscriptions and slack integrations experience + - The new slack ingestion source enables one-click subscriptions for your users by automatically hydrating users' memberID. New users who sign up will also automatically have their memberIDs hydrated. + - Please reach out to the Acryl team to get assistance in setting this up. + - Installing or Re-installing the slackbot will now enable the `/datahub` command and ensure your `botToken` is compatible with the new slack ingestion source. You can reach out to the Acryl team for assistance with re-installation. + +- Ingestion changes + - New configuration for dbt lineage, "merges" sources with their sibling in viz: set `prefer_sql_parser_lineage` and `skip_sources_in_lineage` in ingestion; set flag `HIDE_DBT_SOURCE_IN_LINEAGE=true` in gms