mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-30 12:49:58 +00:00
add what's new for 1.5.6 (#18062)
This commit is contained in:
parent
f6b6874f57
commit
2260857f10
@ -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_5'; // To be changed with each release.
|
||||
export const COOKIE_VERSION = 'VERSION_1_5_6'; // 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
|
||||
@ -1007,4 +1007,31 @@ To continue pursuing this objective, the application was completely refactored t
|
||||
`,
|
||||
},
|
||||
},
|
||||
{
|
||||
id: 48,
|
||||
version: 'v1.5.6',
|
||||
description: 'Released on 1st October 2024.',
|
||||
features: [],
|
||||
changeLogs: {
|
||||
Improvements: `- **Minor**: MSTR connector import fix.
|
||||
- **Minor**: Show displayName for database and databaseSchema in explore tree.
|
||||
- **Minor**: Allow PowerBI datamodel children in col.lineage.
|
||||
- **Fix**: Manifest is not parsed correctly on dbt versionless.
|
||||
- **Minor**: Fixed lineage & queries in dbt.
|
||||
- **Improvement**: Added DBT tests with versionless and fixed v7 parsing.
|
||||
- **Feature**: Add new enumWithDescriptions Custom Property to allow adding Enum Keys with Description.
|
||||
- **Minor**: Reset displayName to avoid being persisted.
|
||||
- **Fix**: Fixed incorrect @Schema implementations in Swagger annotations.
|
||||
- **Fix**: Resolved type null exception on user feed.
|
||||
- **Fix**: Addressed missing cast to str.
|
||||
- **Minor**: DI Missing Dashboard Description Status.
|
||||
- **Fix**: SAML redirect leads to 404 page on UI.
|
||||
- **Minor**: Fixed General Profiler Bugs.
|
||||
- **Improvement**: Change time format for the created_at of the DBT cloud pipeline status.
|
||||
- **Minor**: Fixed role page size from 10 to 50.
|
||||
- **Fix**: Search Indexing Fixes.
|
||||
- **Feature**: Allow Custom Property Update in Glossary Bulk Import/export.
|
||||
- **Improvement**: Collate API with Knowledge Center routes ${CollateIconWithLinkMD}.`,
|
||||
},
|
||||
},
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user