Skip to content

Commit

Permalink
Minor: Added whats new content for 1.4.6 release (#17148)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaileshParmar11 authored Jul 23, 2024
1 parent 151dd3e commit 35258fd
Showing 1 changed file with 17 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ import profilerConfigPage from '../../../assets/img/profilerConfigPage.png';
import tagCategoryImg from '../../../assets/img/TagCategory.png';
import collateIcon from '../../../assets/svg/ic-collate.svg';

export const LATEST_VERSION_ID = 30;
export const LATEST_VERSION_ID = 31;

export const COOKIE_VERSION = 'VERSION_1_4_5'; // To be changed with each release.
export const COOKIE_VERSION = 'VERSION_1_4_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 @@ -1799,4 +1799,19 @@ API:
- Bug fix for Arg mismatch for DataModels in QlikSense.`,
},
},
{
id: 31,
version: 'v1.4.6',
description: `Released on 29th July 2024.`,
features: [],
changeLogs: {
Improvements: `- Fixed test case summary updates
- Fixed Test Suite indexing
- Fix repeated alerts being sent after no changes in the Entity
- Fixed table import
- Fixed an issue handling users with capital letters
- Centralize OIDC flow handling
- Fixed Ingestion Pipeline alert URL`,
},
},
];

0 comments on commit 35258fd

Please sign in to comment.