0.8.44-rc: Data API builder for Azure Databases
Pre-release
Pre-release
What's Changed
- Add support for .env file by @abhishekkumams in #1497
- Overhaul of config system by @aaronpowell in #1402
- Update pipelines to support
-rc
for dab versions by @abhishekkumams in #1558 - Nugetization refactor of DataApiBuilder by @rohkhann in #1539
- Excluding null values from the generated config by @aaronpowell in #1529
- Adding missing properties from the schema by @aaronpowell in #1565
- OpenAPI - Improved resolving of database types to json data types by @seantleonard in #1568
- Filling gaps in config validation for rest settings for entities by @ayush3797 in #1496
- OpenAPI - Distinguish between stored procedure parameters and result set columns by @seantleonard in #1551
- Add support for adding base-route for Runtime by @ayush3797 in #1506
- Add
FileSystemRuntimeConfigLoader
by @rohkhann in #1587 - Add order by and filter tests for missing SQL Types to GQL by @aaronburtle in #1557
Bug Fixes
- Fix merge config file not available issue by @abhishekkumams in #1493
- Fixed broken links in Markdown Contributing and Readme files by @rodyvansambeek in #1498
- Add link with how-to for external contributions to docs on learn platform by @anagha-todalbagi in #1513
- Fix issue when graphql is true and include permission is WILDCARD by @tarazou9 in #1501
- Fix linting issues with markdown files by @abhishekkumams in #1514
- Updated code comments for clarity by @seantleonard in #1519
- Fixing unintended update to GraphQL operation when updating REST methods by @severussundar in #1555
- Fixing bug with only __typename in the selection set by @severussundar in #1525
- Fix REST behavior for Stored Procedures when methods property is absent in the config file by @severussundar in #1548
- fix init command with environment variable by @abhishekkumams in #1541
- [BugFix] Handle configs which have missing options for MsSql by @Aniruddh25 in #1580
New Contributors
- @rodyvansambeek made their first contribution in #1498
- @rohkhann made their first contribution in #1539
Full Changelog: v0.7.6...v0.8.44-rc