mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-28 09:13:58 +00:00
Minor: Whats new content for v1.5.8 (#18388)
* Minor: Whats new content for v1.5.8 * minor fix * addressing comment
This commit is contained in:
parent
cd63a218c7
commit
3ccbde8b84
@ -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_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}
|
// 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
|
||||||
@ -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}`,
|
- **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
|
||||||
|
`,
|
||||||
|
},
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user