diff --git a/release-notes/DxMs/DataAPI_change_log.md b/release-notes/DxMs/DataAPI_change_log.md index 24e3626cac..c9ad6f86c8 100644 --- a/release-notes/DxMs/DataAPI_change_log.md +++ b/release-notes/DxMs/DataAPI_change_log.md @@ -7,6 +7,14 @@ uid: DataAPI_change_log > [!IMPORTANT] > At present, the Data API feature is only available in preview, if the soft-launch option *DataAPI* is enabled. For more information, see [Getting started with the Data Sources module](xref:Data_Sources_Setup). +### 12 September - Fix - DataAPI 1.2.3 - Auto-increment column duplicated when ID column was specified in new request [ID 40187] + +When DataAPI generates a table, it uses the *ID* column from the request as the index. If the request does not include an *ID* column, DataAPI creates an *Idx* column with auto-incremented values. However, up to now, when the *ID* column was added in later requests, it could occur that two *Idx* columns were created. + +### 12 September - Enhancement - DataAPI 1.2.3 - Prevent the configuration of units or decimals on table parameters [ID 40152] + +The config endpoint will now return an error when it receives a request to configure the units or decimals of a table parameter. + ### 30 July - Enhancement - DataAPI 1.2.2 - Dual instance for debugging [ID 40192] The ability to debug two running instances of the DxM to test inter-DxM communication has been added.