Skip to content

[Sept2022] Data API builder for Azure Databases

Pre-release
Pre-release

Choose a tag to compare

@abhishekkumams abhishekkumams released this 29 Sep 21:55
d655d83

This is the latest release for Data API builder for Azure Databases, version 0.2.52 (Sept2022).

New Features

Engine

  • Transient Error Retry Logic
  • CosmosDB support for Azure AD Managed Identities
  • Authenticate-devmode-request configuration flag used to simulate the authenticated role locally in development mode without setting up Azure AD.
  • Entity Definition validation for GraphQL schema creation
  • Support for connecting to a database using MSI/Azure AD locally
  • Support for --debug and --verbose logging options for engine execution
  • Stored Procedure support in REST endpoint.
  • Support for database datatype UUID
  • Honors REST route path defined per Entity.

CLI

  • dab init generates minimal config file
  • Additional entity relationship validation
  • Connection string (--connection-strting) is no longer required when initializing config with dab init

Fixes

Engine

  • Correctly handles non-nullable field
  • Correct handling of SWA token payload claims
  • Correctly handles JSON in REST request body
  • Correctly handles incorrect foreign key values in REST request
  • Correctly handles null query parameters in REST requests.
  • Fixed handling orderby clause columns processing during authorization.

CLI

  • dab init no longer overwrites existing config file