Skip to content

Commit

Permalink
Minor: Added whats new content for 1.4.4 (#16787)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaileshParmar11 committed Jun 25, 2024
1 parent a377329 commit c3cc73b
Showing 1 changed file with 15 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 = 28;
export const LATEST_VERSION_ID = 29;

export const COOKIE_VERSION = 'VERSION_1_4_3'; // To be changed with each release.
export const COOKIE_VERSION = 'VERSION_1_4_4'; // 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 @@ -1774,4 +1774,17 @@ API:
- Fixed vulnerabilities for azure-identity and msal4j.`,
},
},
{
id: 29,
version: 'v1.4.4',
description: `Released on 26th June 2024.`,
features: [],
changeLogs: {
Improvements: `- Introduced SSL for Salesforce.
- Fixed the claim mappings and usernames.
- Fixed issues in Salesforce connector.
- FIxed issues in Alation connector.
- Verified for changes in new env for claim mapping.`,
},
},
];

0 comments on commit c3cc73b

Please sign in to comment.