Skip to content

1.4.20-rc: Data API builder for Azure Databases

Pre-release
Pre-release
Compare
Choose a tag to compare
@Aniruddh25 Aniruddh25 released this 24 Jan 14:37
b95b95f

Changes:

Features

Bug Fixes

  • b95b95f Fix SQL Syntax when doing a valid insert with request body empty (#2530)
  • 7ff62e7 Update column validation logic for insert operations when considering request-body-strict (#2528)
  • c25d5eb Fix mssql filter parser for wildcard characters for LIKE query (#2498) [ #2434, #2499 ]
  • 5acf69e Ignore Auto-Generated primary keys in request body when request-body-strict is false (#2507)
  • d86e630 Added ValidateAspNetCoreUrls (#2466) [ #2465 ]
  • b04dfc1 Adding numeric type support for data api builder (#2497) [ #2059 ]
  • 053fe83 Do not allow Mode to Hot-Reload (#2478)

Improvements

Doc Updates