0.9.5-rc: Data API builder for Azure Databases
Pre-release
Pre-release
Changes:
New features and enhancements
- 1d43c41 Support for ignoring extraneous fields in rest request body (#1608)
- 4fbe9f8 Mutations on table with triggers - MsSql (#1630) [ #1723 ]
- 7c4bac2 Enable Application Insights when self-hosting DAB (#1649) [ #1601 ]
- ef942f6 Remove duplicate exception logged to console during startup failure. (#1664) [ #1517 ]
- 1e7f6f1 Adding support for positive boolean options in CLI (#1686)
- d9f2a1a Preventing update/insert of read-only fields in a table by user (#1596)
- 7696013 Structured logging compatibility (#1594) [ #1517 ]
- 927fd21 Adding application Name for mssql connections (#1620) [ #1532 ]
- e917ce9 Support
timedata type in MsSql (#1473) [ #1401 ] - e3b65c9 Remove redundant logging of found config file (#1669) [ #1402 ]
Bug Fixes
- 73a02dc [Cherrypick] Fix setting cosmos configuration at runtime by checking whether the graphql schema is set (#1746) [ #1739 ]
- e49d72a Fixes the bug #1680 that necessitated adding the 'name' parameter to the
@modeldirective, regardless of the name of the GraphQL object type's name. (#1714) [ #1402 ] - 29c46c2 Fix $select clause behavior for Find Requests (#1697) [ #1505 ]
- a5f9db0 Ports the patch fix for missing global REST section in config file (for 0.8.* version) to the main branch (#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 ]
See More
Cosmetic Code Changes
- 734f1b7 Move to file scoped namesspace project Auth (#1727)
- 8b57c82 Update README.md (#1715)
- 987df9e bump readme reported version to 0.8.51 (#1716)
- ace4bff Addressing left over review comments from #1641 (#1650)
- 66172f1 Adds SourceLink dependency to Product module (#1657) [ #1655, #1656 ]
- 31b7542 Adds Embedded Sources and enable deterministic builds for Core module (#1656) [ #1655, #1657 ]
- 57886c9 Fixing indentation in the generated configuration (#1663)
- f8373b8 Runtime config changes for multiple database support (#1639)
- 39a014b Update README.md (#1673)
- 8a916b5 Update build-pipelines.yml (#1671)
- 8e4b506 Structured logging for the Core project (#1665) [ #1517 ]
- b5d2cb6 Structured Logging (Service Project) (#1666) [ #1517 ]
- 7b4c8b5 Update README.md (#1694)