Skip to content

Commit

Permalink
MINOR: added what's new for 1.4.5 (#16963)
Browse files Browse the repository at this point in the history
* what's new for 1.4.5

* added some change log

* minor changes
  • Loading branch information
Ashish8689 authored and ShaileshParmar11 committed Jul 10, 2024
1 parent 5accefe commit 9ae76f4
Showing 1 changed file with 14 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 = 29;
export const LATEST_VERSION_ID = 30;

export const COOKIE_VERSION = 'VERSION_1_4_4'; // To be changed with each release.
export const COOKIE_VERSION = 'VERSION_1_4_5'; // 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 @@ -1787,4 +1787,16 @@ API:
- Verified for changes in new env for claim mapping.`,
},
},
{
id: 30,
version: 'v1.4.5',
description: `Released on 9th July 2024.`,
features: [],
changeLogs: {
Improvements: `- Improve query filtering with prepared statements.
- Big fix in regex to match test case when using sampled data.
- Bug fix in global profiler config for Snowflake, Redshift, and BigQuery.
- Bug fix for Arg mismatch for DataModels in QlikSense.`,
},
},
];

0 comments on commit 9ae76f4

Please sign in to comment.