Skip to content

0.9.7: Data API builder for Azure Databases

Choose a tag to compare

@Aniruddh25 Aniruddh25 released this 14 Nov 01:50
e560142

New features and enhancements

Bug Fixes

  • 73a02dc [Cherrypick] Fix setting cosmos configuration at runtime by checking whether the graphql schema is set (#1746) [ #1739 ]
  • e3b65c9 Remove redundant logging of found config file (#1669) [ #1402 ]
  • e49d72a Fixes the bug #1680 that necessitated adding the 'name' parameter to the @model directive, regardless of the name of the GraphQL object type's name. (#1714) [ #1402 ]
  • 29c46c2 Fix $select clause behavior for Find Requests (#1697) [ #1505 ]
  • a5f9db0 Fix for missing global REST section in config file (#1712) [ #1678, #1675 ]
  • 653a8f6 Fix Config File Path Issue (#1681) [ #1674 ]
  • 1b82fb8 Avoid escaping HTML sensitive characters when writing configuration to file (#1691) [ #1687, #1386, #1402 ]
  • 60e38a2 When databasename is empty it should not be added to prefix. (#1605)
  • 33774c2 Skip writing the HTTP actions to config file and log warning when REST Methods are configured for tables/views (#1607) [ #1571, #1570 ]
  • 5e3874e Fix Location Header in POST Response header (#1626) [ #1613 ]
  • 854154e Replace environment variable only for dab start (#1641) [ #1632, #1402 ]
  • ecc0778 Fixing bug with handling output columns - MySql (#1647)
  • 8b05b5b Fix for guid filter in GraphQL (#1644)
  • 31a0e7d OpenAPI document resolves custom configured REST path (#1653) [ #1633 ]
  • 529471b Optional properties in runtime config properties are correctly set when using DAB CLI merge feature.
  • 297096d Updates dab.draft.schema.json to pass linting validation
  • f3c3ca0 POST, PATCH and PUT REST API response metadata corrected behavior.
  • b8c0c84 Improved handling of missing environment variables.
  • 34fa935 Updated project dependencies.
  • 73a02dc Fixed Cosmos late-bound config handling based on presence of GraphQL schema.

Changes between this stable version 0.9.7 and the previous release candidate 0.9.6-rc:

  • #1876 Use CosmosDB Local Emulator for running integration tests
  • #1821 Enhance shutdown logs with extra details
  • #1854 Upgrade HotChocolate dependencies
  • #1851 Change the form of nextLink used for pagination cursors
  • #1872 Attempt to create OpenAPI document only if rest is enabled
  • #1868 Add telemetry client only if it is enabled.
See More

Cosmetic Code Changes