- リリース ノート
- 2024.10.0
2024.10.0
公開日: 2024 年 11 月 11 日
This release includes security and accessibility improvements.
Data Service 全体で UI と UX に関する改良をいくつか行いました。
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.
-
[スキーマの表示] 権限と [スキーマのカスタマイズ] 権限の名称を、それぞれ [すべてのスキーマの表示] と [すべてのスキーマのカスタマイズ] に変更しました。
-
[Auto-number] フィールドと、システム組み込みの [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.
-
チョイス セットのリストをチョイスの数で並べ替えても、期待した結果が表示されませんでした。
-
エンティティのリストをフィールド数またはレコード数で並べ替えても、期待した結果が表示されませんでした。