Skip to content

1.5.50: Data API builder for Azure Databases

Choose a tag to compare

@Aniruddh25 Aniruddh25 released this 13 Jun 16:56
f27ee70

Changes:

New Features:

Improvements:

  • 4aa9d42 Upgraded DAB to use HotChocolate v15 (#2348)
  • 61c2a85 Improve health check test cases for Rest and GraphQL requests (#2667)
  • 0f4a3fd Improved N-1 join query performance for DW SQL (#2631)
  • 44a9afd Add more tests for EntraId/AzureAd providers (#2610) [ #2407 ]
  • af09e10 Enhance error handling with innerException in DataApiBuilderException (#2621)
  • d49d119 Adds Query-Identifying IDs to HTTPContext for SQL Queries to track DAB's performance (#2553)
  • da6cdcc Cosmos DB: Improve Error message During Schema Generation (#2548)

Bug Fixes:

  • 97c9b4c Fix Add and Update CLI commands to add Cache.Ttl of entities in Config File(#2717)
  • 365fbda Fix Health request for GraphQL endpoint (#2657)
  • a5f4f8e, 36e6824 Fix DAB failure to connect to Azure SQL Server through Azure Kubernetes Service (AKS) (#2702) (#2705)
  • db54a66 Fix URI validation to ensure Health Check goes to correct path (#2659)
  • 70c48d7 Fixed concurrency issue in which metadata did not update properly in CosmosDB (#2695)
  • 433c0b0 Fix health endpoint to use proper port when using DAB in a container (#2688)
  • 19e322f Properly handle unexpected exception due to invalid column type change in datasource (#2681)
  • eefc57a Fix support for quoted table names in PostgreSQL (#2616) [ #2385 ]
  • a6eccb7 Change favicon.ico error to NotFound (#2640) [ #2539 ]
  • aee9690 Fix Json Schema validations for optional fields that are not present (#2611) [ #2542 ]
  • 4d7207e Remove "And", "Or", and entities associated by relationships as valid OrderByInput types. (#2625)
  • 5b3a471 Fix string interpolation for path in log (#2630) [ #2629 ]
  • 6c55993 Ensure aggregation and groupby nodes are properly handled in case tables have no fields to aggregate or groupby on (#2609)
  • 1eada84 Remove case insensitive filter operator from generated schema (#2607) [ #2280 ]
  • 23f4cc3 Fix issue when optional authentication property is not provided (#2560) [ #2513, #2414 ]
  • 9fd99aa Fixed the timers to track proper DB execution duration (#2536)
  • a15a33c Update Dockerfile with correct string format (#2547) [ #2546, #2466 ]

Documentation Updates