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

doc: add whats new for 1.2.3 #14271

Merged
merged 1 commit into from
Dec 7, 2023
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 @@ -19,9 +19,9 @@ import ingestionFramework from '../../../assets/img/IngestionFramework.png';
import tagCategoryImg from '../../../assets/img/TagCategory.png';
import collateIcon from '../../../assets/svg/ic-collate.svg';

export const LATEST_VERSION_ID = 19;
export const LATEST_VERSION_ID = 20;

export const COOKIE_VERSION = 'VERSION_1_2_0'; // To be changed with each release.
export const COOKIE_VERSION = 'VERSION_1_2_3'; // 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 @@ -1081,4 +1081,52 @@ export const WHATS_NEW = [
- Support has been added for Snowflake, and we will continue to add more sources in upcoming releases.`,
},
},
{
id: 20,
version: 'v1.2.3',
description: 'Released on 7th Dec 2023.',
features: [],
changeLogs: {
Glossary: `- Improvements have been made to add assets in bulk to a glossary term
- An Assets filter has been introduced to quickly find and add assets to a glossary term.
- Improvements have been made with the glossary term deletion.
`,
'Other Changes': `- RTL support for description and feed editor.

- Display name is now supported in the Description title.

- The property tagType added and can be used when suggesting tags.

- Initial options updated for Tag suggestions.

- The ingestion framework now supports the deletion of data models and stored procedures.

- Assets can be added in bulk to Domains, Data Products, and to Teams.

- OpenMetadata base server has been upgraded to Alpine 3.18.5.

- The ingestion dependencies for database connections have been updated.

- Improvements have been made to the data insights ingestion.

- Fixed the issue with Tag version page.

- Fixed the issue with task filter pipeline, which created duplicate columns.

- Fixed issue with the creation of glossary terms.

- Issue resolved with custom properties on glossary terms.

- Fixed the missing tags issue on editing a glossary term.

- Fixed the pipeline task filtering for failed status.

- Fixed the issue with scroll bar in the Explore page.

- UI issues with data quality test cases fixed.

- Fixed the issue with ingestion bot deleting the assets assigned to data products.
`,
},
},
];