Add what's new content for 1.5.11 (#18534)

This commit is contained in:
Aniket Katkar 2024-11-06 18:53:14 +05:30
parent 278d1f638a
commit ea9b4fe484

View File

@ -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_10'; // To be changed with each release.
export const COOKIE_VERSION = 'VERSION_1_5_11'; // 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
@ -1123,6 +1123,22 @@ To continue pursuing this objective, the application was completely refactored t
- **Fix**: Disable empty rule for query builder widget.
- **Fix**: Unable to add more enum values for enum cp.
- **Fix**: Navigate to listing for deleting a service.
`,
},
},
{
id: 53,
version: 'v1.5.11',
description: 'Released on 6th November 2024.',
features: [],
changeLogs: {
Improvements: `- **Improvement**: Parallelize the search indexing process.
- **Fix**: Return s3 endpoint as str() instead of Url.
- **Improvement**: Databricks query run optimisation.
- **Fix**: Make Export CSV Async API, websocket to push data back.
- **Fix**: Airflow dependency.
- **Improvement**: Add Column Value to be At Expected Location Test.
- **Fix**: User count doesn't update on adding to the team while using search.
`,
},
},