Skip to content

Commit

Permalink
Merge pull request #3694 from AiltonLuz/patch-8
Browse files Browse the repository at this point in the history
DataAPI new release: 1.2.3
  • Loading branch information
MariekeGO authored Sep 17, 2024
2 parents 7a77926 + 2910207 commit e993162
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions release-notes/DxMs/DataAPI_change_log.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e993162

Please sign in to comment.