diff --git a/docs/managed-datahub/release-notes/v_0_3_6.md b/docs/managed-datahub/release-notes/v_0_3_6.md index 034d04aca06257..dcff767d7ef7c0 100644 --- a/docs/managed-datahub/release-notes/v_0_3_6.md +++ b/docs/managed-datahub/release-notes/v_0_3_6.md @@ -26,9 +26,22 @@ If you are using an older CLI/SDK version, then please upgrade it. This applies - Fixed a bug in the share modal where sharing was disabled even if instances to share were selected - Correctly show the lineage count of upstreams and downstreams when there are large numbers - Combine sibling entities in all search lists throughout the app, and not just the main search page + - Fix view select for Impact Analysis Tab + - Remove "Remove from Domain", "Remove from Data Product", and "Remove from Glossary" buttons when adding assets to domains, data products, and glossary + - Add 'explore all' button below all autocomplete results + - Remove Cntrl-K as a mechanism to invoke the search bar on Mac (Command K only) + - Adding Nullable tag back to V2 UI Columns tab. + - Remove Resources section on Homepage + - Use Browse Path instead of Container Path for rendering the context paths for assets across Search, Entity Profile, and more. + - Minor fixes with Snowflake Tag Sync automation to prevent rate limiting on removals of tags that do not yet exist in Snowflake + - Minor improvements to the Home Page Settings experience (Settings > Home Page) + - Show the number of assets ingested when ingestion succeeds with warnings + - Fetch more than 20 related proposals for an asset when rendering profile page (Glossary term, Tag proposals) + - Add 'ALTER TABLE' expression to BigQuery Audit Log based Freshness Assertion + - Hide the 'For You' section on the home page if there is no applicable content - Product changes - - Show asset count on home page Domain cards + - Show total (nested) asset count on home page Domain cards - Add the ability to copy an urn from the ML Model asset profile page - Added the `deleteStructuredProperty` GraphQL API to delete structured properties - Improved "matched" section on search cards to let users know if a column is matched by a search term @@ -38,6 +51,11 @@ If you are using an older CLI/SDK version, then please upgrade it. This applies - You can also now submit a response on up to 10,000 assets in the bulk form submission screen even if you have more than 10,000 assets. You can always submit again once these answers are processed. - We now show the bulk form submission screen first when entering a form from the Task Center. - We added a search bar in the bulk form submission flow to allow users to search when selecting assets to submit a response for. + - Support Generating AI summaries of Queries via the UI - Request this to be enabled your by Acryl representative. + - Allow hiding "Pending Tasks" module on home page, allows horizontal expansion of content + - Moved "Pinned Links" up to the top of the home page as a separate category, from the left sidebar bottom (based on requests) + - Assertions page uplift! Redesigned Asset Assertions (Entity Profile > Quality) to include a new Summary tab as well as search, filtering, and grouping capabilities on the assertions list. + - Ingestion changes @@ -50,3 +68,4 @@ If you are using an older CLI/SDK version, then please upgrade it. This applies - Added fallback versioning strategy to aggregation query - Authorization cache added per request - API Throttling on Kafka lag extended to API for programmatic access + - New GraphQL API to create subscriptions on behalf of individual users. Simply provide a new optional 'userUrn' parameter to the `createSubscription` mutation.