diff --git a/modules/release-notes/pages/index.adoc b/modules/release-notes/pages/index.adoc index a0b10fdc..88f31b18 100644 --- a/modules/release-notes/pages/index.adoc +++ b/modules/release-notes/pages/index.adoc @@ -4,6 +4,7 @@ :fn-preview: footnote:preview[Features in the preview stage should not be used for production purposes. General Availability (GA) versions of the feature will be available in a later release.] TigerGraph Server {page-component-version}.0 was released on Nov 15th, 2022. +Known Issues were updated on June 25, 2023. [IMPORTANT] This is a Feature Preview version. @@ -102,9 +103,15 @@ xref:3.8@tigergraph-server:backup-and-restore:configurations.adoc[user-supplied [#_known_issues] == Known issues * If `System.Backup.Local.Enable` is set to `true`, this also enables a daily full backup at 12:00am UTC +* If you used a default-width INT or UINT in a user-defined type (UDT) prior to version 3.7, the standard upgrade process will not import your pre-3.7 UDT data correctly. + + === Compatibility Issues * `TYPE` is a xref:3.8@gsql-ref:appendix:keywords-and-reserved-words.adoc [DDL reserved word]. In particular, you may not use `TYPE` as a vertex or attribute property name. +* The default width of INT or UINT fields in a +xref:3.8@gsql-ref:ddl-and-loading:attribute-data-types.adoc#_user_defined_tuples[user-defined tuple (UDT)] +has changed from 4 bytes to 8 bytes, to be consistent with standalone INT attributes. == Release notes for previous versions