1.4.20-rc: Data API builder for Azure Databases
Pre-release
Pre-release
Changes:
Features
- 833521d Add Support for Hot Reload of GraphQL Schemas (#2510) [ #2431 ]
- 900e965 Cosmos DB: Adds multi container support in schema generation (#2479)
- b5fbcef Add support for Open Telemetry (#2449) [ #2397 ]
- 05c60fe Drop .NET 6 Support (#2432)
Bug Fixes
- b95b95f Fix SQL Syntax when doing a valid insert with request body empty (#2530)
- 7ff62e7 Update column validation logic for insert operations when considering request-body-strict (#2528)
- c25d5eb Fix mssql filter parser for wildcard characters for
LIKE
query (#2498) [ #2434, #2499 ] - 5acf69e Ignore Auto-Generated primary keys in request body when
request-body-strict
is false (#2507) - d86e630 Added ValidateAspNetCoreUrls (#2466) [ #2465 ]
- b04dfc1 Adding numeric type support for data api builder (#2497) [ #2059 ]
- 053fe83 Do not allow Mode to Hot-Reload (#2478)
Improvements
- d757585 Add exception messages for data source and entities (#2490) [ #2480 ]
- b3f2ff6 Move Global Log-Level (#2508) [ #2452 ]
- b019d52 Use version 9.0.0 of Microsoft.Extensions.Configuration (#2514)
- a4e1567 Hot Reload Validation Test Move & Refactor (#2489) [ #2451 ]
- 26a694c Fix namespace collision for string and CollectionUtils method
IsNullOrEmpty
(#2471) [ #2469 ] - c9e836b Add exponential backoff to reading config file (#2467)