Closed KanishManuja-MS closed 5 years ago
Docs Build status updates of commit b38a93b:
File | Status | Preview URL | Details |
---|---|---|---|
Odata-docs/changelog/webapi-7x.md | :white_check_mark:Succeeded | View |
For more details, please refer to the build report.
Note: If you changed an existing file name or deleted a file, broken links in other files to the deleted or renamed file are listed only in the full build report.
Release Notes for WebAPI 7.2
New Features:
[ #1844 ] Support count in orderby and filter query options
[ #1839 ] Support 4.01 OData version
[ #1797 ] Enable $ref after $expand
[ #1728 ] Support $apply for EF Core
[ #1724 ] Custom NextLink generation with default SkipToken implementation
Improvements and fixes:
[ #1867 ] Fix ordering the keys according to the ColumnAttribute.Order property Update to OData Library v7.6 1825
[ #1855 ] Flatten properties before using in aggregation to avoid nested querie…
[ #1854 ] Fix error response in ValidateODataBatchRequest
[ #1851 ] Support default value for primitive and enum property
[ #1849 ] Improvement support continue-on-error in batch request
[ #1825 ] Update to OData Library v7.6
[ #1823 ] Support leading and trailing spaces in query options
[ #1802 ] ODataEnumDeserializer.ReadInline fails with InvalidCastException when edmType comes from CsdlParser
[ #1742 ] Fixes and coverage for primitives in URL parameters.
[ #1725 ] No coercion operator is defined between types 'Microsoft.OData.Edm.Date' and 'System.DateTimeOffset'.
[ #1715 ] Fix for Nav/any(f:false) conversion
[ #1693 ] Fix assignment of CollectionExpandedProperty.TotalCount when using EF
[ #1653 ] Fixing N+1 query bug on expands
[ #1542 ] Fix SelectExpandBinder to take into account constant parameterization