Skip to content

[Oct2022] Data API builder for Azure Databases

Pre-release
Pre-release
Compare
Choose a tag to compare
@abhishekkumams abhishekkumams released this 02 Nov 19:34
d4cf663

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

New Features/ Enhancements

Engine

  • Engine startup logs runtime information #909 #543
  • Improved Error Exception with precise stack trace #837
  • Mutation support for views #891
  • Support for Views with primary keys specified in configuration #884
  • Honor Allow-Introspection property from config #889
  • Introduces the authentication provider "Simulator" to effectively emulate an authenticated request in both REST and GraphQL #899
  • Custom GraphQL Route Configurable Post-Startup #902
  • *Cosmos Engine : Support for filter on nested objects within a document. #873
  • *SQL DB: REST API entities can be backed by Stored Procedures #624

CLI

  • Support creation of Views and StoredProcedure in the config using new options: #800
    • --source.type
    • --source.params
    • --source.key-fields
  • Verbose(--verbose) and LogLevel(--LogLevel) Information can be configured with dab start #813

Fixes

Engine

  • Correctly handles concurrent delete requests (acting on same item) #799
  • Fixed handling requests containing OrderBy with int types and null values #937
  • Disabled GraphQL Banana CakePop UI by default in production mode #871
  • Correctly handles generation of GraphQL Mutation schema for non-mutation fields #908
  • Allow GraphQL input fields to be optional when backing column has a default #901
  • Fail permission validation when database policy is defined for create operation #903
  • Azure AD roles detected correctly #927

CLI

  • Fixed case sensitivity for --host-mode #823
  • DAB will now exit in case of any inconsistencies between config and database #858 #874