Skip to content

Commit

Permalink
Minor: Whats new content for v1.5.8 (#18388)
Browse files Browse the repository at this point in the history
* Minor: Whats new content for v1.5.8

* minor fix

* addressing comment
  • Loading branch information
ShaileshParmar11 authored and harshach committed Nov 3, 2024
1 parent 69eb09c commit d59e58a
Showing 1 changed file with 23 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import incidentManagerSampleData from '../../../assets/img/incidentManagerSample
import profilerConfigPage from '../../../assets/img/profilerConfigPage.png';
import collateIcon from '../../../assets/svg/ic-collate.svg';

export const COOKIE_VERSION = 'VERSION_1_5_7'; // To be changed with each release.
export const COOKIE_VERSION = 'VERSION_1_5_8'; // To be changed with each release.

// 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
Expand Down Expand Up @@ -1078,4 +1078,26 @@ To continue pursuing this objective, the application was completely refactored t
- **Fix**: Knowledge Page deletion is not deleting from the search index ${CollateIconWithLinkMD}`,
},
},
{
id: 50,
version: 'v1.5.8',
description: 'Released on 24th October 2024.',
features: [],
changeLogs: {
Improvements: `- **Fix**: Hive Meta store connection issue.
- **Fix**: Live index is on test suite creation.
- **Minor**: Supported total unique user count on the Team page.
- **Fix**: Issues in zh language search index mapping.
- **Minor**: Add location path to a table entity.
- **Fix**: LocationPath Index.
- **Fix**: Mode dashboard ingestion API call.
- **Fix**: Task deserialization in Airflow metadata ingestion.
- **Fix**: Mode test connection returns data in dict instead of JSON.
- **Minor**: Do not include soft deleted assets in the Data Insight.
- **Fix**: Web analytic activity being reset.
- **Fix**: Quicksight lineage source.
- **Fix**: Add Azure Token Base Authentication
`,
},
},
];

0 comments on commit d59e58a

Please sign in to comment.