- 发行说明
- 2024.10.0
2024.10.0
Release date: 11 November 2024
This release includes security and accessibility improvements.
我们对 Data Service 进行了一些用户界面和用户体验改进。
The following are a few of the major changes:
-
Updated navigation bar: The navigation bar now incorporates two icons, providing quick and easy access to the API and administration sections. This allows for a more seamless navigation, saving time and enhancing user convenience.
-
重新设计的“管理访问权限”部分:重新设计旨在增强用户工作流并带来直观的导航体验。
-
重新定位选项集访问权限:为了提高效率,已重新定位对选项集的访问权限。 现在,它位于“实体” 页面下。
-
Redesign of Date-Time fields: We've renamed and redesigned the Hide Time Field option for Date-Time fields to Exclude time checkbox. Select it to omit the time from your data.
-
我们已将“查看架构”和“自定义架构” 权限重命名为“查看所有架构”和“自定义所有架构” 。
-
“ 自动编号 ” 和系统内置 ID 字段现在在“ 是否唯一 ”列中显示 “是 ”。
-
You can bulk upload data to your entities by using the newest API endpoint:
/<tenant_name>/<entity_name>/bulk-upload
. Bulk upload also supports the CSV (UTF-8) format. -
选项集名称的长度最多可以达到 30 个字符,与最近增加的实体和字段名称的字符数限制保持一致。
-
现在,单击选项集的名称将打开“编辑选项集”面板。
我们修复了以下问题:
-
Entities without valid fields were incorrectly unselectable.
-
System User fields were incorrectly referenced as
"entityTypeId": 0
in a Relationship field where the correct reference is"entityTypeId": 3
. -
Several sorting and searching issues occurred on the Entities page.
-
Data Service API responses returned failed records as objects, where they should have been arrays.
-
An exported schema incorrectly displayed the "entityType" for choice sets as "Entity".
-
Sorting the Manage Access page was notworking as expected.
-
Default values in an entity schema were not being imported.
-
按选项数量对选项集列表进行排序未显示预期结果。
-
按字段数或记录数对实体列表进行排序未显示预期结果。