Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add what's new for 1.5.6 #18062

Merged
merged 1 commit into from
Oct 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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_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
Expand Down Expand Up @@ -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