chore(ui): Update whats new for 1.8.3 (#22262)

* update whats new for 1.8.3

* minor update
This commit is contained in:
Shrushti Polekar 2025-07-10 12:38:21 +05:30 committed by GitHub
parent 738810c76a
commit 8492e2909c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,7 @@
import collateIcon from '../../../assets/svg/ic-collate.svg';
import { CarousalData } from './FeaturesCarousel.interface';
export const COOKIE_VERSION = 'VERSION_1_8_2'; // To be changed with each release.
export const COOKIE_VERSION = 'VERSION_1_8_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
@ -1086,4 +1086,18 @@ Coupled with existing SAML/OIDC SSO, SCIM rounds out a turn-key identity stack
`,
},
},
{
id: 77,
version: 'v1.8.3',
description: 'Released on 10th July 2025.',
features: [],
changeLogs: {
Improvements: `- Improve tab labels for better readability.
- Improved German ui translations.`,
Fixes: `- Databricks default schema issue.
- Fix ElasticSearchSink and OpenSearchSink.
- Fix Promtheus endpoint.
- Removed debug test.`,
},
},
];