chore(ui) : update whats new for 1.7.2 (#21676)

* update whats new

* update cookie version
This commit is contained in:
Shrushti Polekar 2025-06-10 15:52:00 +05:30 committed by GitHub
parent d065d85e0a
commit 3bda02a76b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,7 +17,7 @@ import incidentManagerSampleData from '../../../assets/img/incidentManagerSample
import profilerConfigPage from '../../../assets/img/profilerConfigPage.png'; import profilerConfigPage from '../../../assets/img/profilerConfigPage.png';
import collateIcon from '../../../assets/svg/ic-collate.svg'; import collateIcon from '../../../assets/svg/ic-collate.svg';
export const COOKIE_VERSION = 'VERSION_1_7_1'; // To be changed with each release. export const COOKIE_VERSION = 'VERSION_1_7_2'; // To be changed with each release.
// for youtube video make isImage = false and path = {video embed id} // for youtube video make isImage = false and path = {video embed id}
// embed:- youtube video => share => click on embed and take {url with id} from it // embed:- youtube video => share => click on embed and take {url with id} from it
@ -1754,7 +1754,7 @@ And in Collate, we are bringing a new Pipeline connector: **Wherescape**.`,
description: 'Released on 10th June 2025.', description: 'Released on 10th June 2025.',
features: [], features: [],
changeLogs: { changeLogs: {
Improvements: `- Enable Prefix for Dashboard Lineage instead of only the Database Service. Improvements: `- Make trino query table configurable.
- Pendo Add Company Name Details. - Pendo Add Company Name Details.
- Add Databricks Sampler and refactor Unity Catalog Sampler. - Add Databricks Sampler and refactor Unity Catalog Sampler.
- Added Looker column lineage between views and tables. - Added Looker column lineage between views and tables.
@ -1772,7 +1772,13 @@ And in Collate, we are bringing a new Pipeline connector: **Wherescape**.`,
- SSIS Connector. - SSIS Connector.
- Improve pdf export image file and supported dynamic spacing. - Improve pdf export image file and supported dynamic spacing.
- Reverse Metadata Extensions.`, - Reverse Metadata Extensions.`,
Fixes: ` Fixes: `- Explore tabs with elipsis to render label and count properly.
- Add mention of why snowflake owners are not supported.
- TooManyNestedClauses: Query contains too many nested clauses.
- Bigquery import issue.
- Loading issue for react-awesome-query.
- Japanese localization: update "view-in-service-type" translation from "{{serviceType}}에서 보기" to "{{serviceType}}で表示".
- Fix jakarta to javax
- SearchIndexing: Limit of total fields [1000] has been exceeded. - SearchIndexing: Limit of total fields [1000] has been exceeded.
- db2 custom driver installation. - db2 custom driver installation.
- Domain not getting removed through import. - Domain not getting removed through import.
@ -1834,6 +1840,7 @@ And in Collate, we are bringing a new Pipeline connector: **Wherescape**.`,
- Review activity handling. - Review activity handling.
- Fix setIdleTimeout with lower jetty version. - Fix setIdleTimeout with lower jetty version.
- Fixed the new tags component not showing in the automator form. - Fixed the new tags component not showing in the automator form.
- Remove SearchSuggest.
`, `,
}, },
}, },