Releases: OData/odata.net
Releases · OData/odata.net
ODL 8.2.1 Release
What's Changed
- Report line numbers correctly for multi-line elements by @habbes in #3115
- Bump version to 8.2.1 by @habbes in #3116
Full Changelog: 8.2.0...8.2.1
NuGet releases:
8.2.0
What's Changed
- Add OData writer validation tests for unhappy paths by @gathogojr in #3083
- Use ReadOnlySpan to replace the 'new string(...)' to reduce memory allocation by @xuzhg in #3077
- Fixes #3088: remove the wrong framework in Edm.Lib nuget spec and update metadata for others by @xuzhg in #3096
- Do not force flush when ODataUtf8JsonWriter buffer threshold is reached by @habbes in #3102
- Improve handling of dynamic properties in expressions by @mikepizzo in #3091
- Fix Cannot Attach Entity to DataServiceContext if Entity Key is an Enum by @WanjohiSammy in #3106
- Fix/1744 isof unquoted type params issue by @WanjohiSammy in #3108
Full Changelog: 8.1.0...8.2.0
7.21.6
7.21.5
What's Changed
- Fix code coverage analysis by @gathogojr in #3062
- Port to 7.x: Fix issue of writing huge Metadata asynchronously by @WanjohiSammy in #3084
Full Changelog: 7.21.4...7.21.5
8.1.0
What's Changed
- Fix code coverage analysis by @gathogojr in #3074
- Enable DateOnly and TimeOnly by @xuzhg in #3078
- Fix issue of writing huge Metadata asynchronously by @WanjohiSammy in #3081
- Update Core Vocabulary to include IsDelta by @mikepizzo in #3087
Full Changelog: 8.0.2...8.1.0
ODL 8.0.2
- Support type cast in group by @clemvnt in #3041
- Update message writer and reader to ignore Message info from DI by @marabooy #3058
- Add support for "Any" and Predicates method call expressions by @joecarl in #3061
- Isolate scoped settings in default OData services by @habbes in #3071
- Port E2E tests to 8.0 by @ElizabethOkerio in #3042, #3046, #3048
- Add
ODataPathInfo
tests by @gathogojr in #3053
Full changelog 8.0.1...8.0.2
ODL 7.21.4
- Remove hardcoded 'Fred' from
EdmModel_Validator_Semantic_TypeMismatchRelationshipConstraint
error message by @WanjohiSammy in #2993 - Fix async wrapper over sync API in reading nested property info by @gathogojr in #2995
- Support enums as keys in OData Client by @WanjohiSammy in #3013
- Allow $filtering with enum integer value in squote and without squote by @WanjohiSammy in #3014
- Fix for error that occurs when you check whether a string or integer literal is in an enum collection by @WanjohiSammy in #3023
- Provide async APIs for
CsdlWriter
andSchemaWriter
by @WanjohiSammy in #3060 - Update message writer and reader to ignore Message info from DI by @marabooy in #3072
Full changelog 7.21.3...7.21.4
ODL 8.0.1
- Fix argument null exception during projection when expanded navigation property is null by @uffelauesen in #3038
- Fix error that occurs when you check whether a string or integer literal is in an enum collection by @WanjohiSammy in #3039
Full Changelog: 8.0.0...8.0.1
ODL 8.0.0
ODL 8.0.0-rc.1
What's Changed
- Fix async wrapper over sync API in reading nested property info (#2995) by @gathogojr in #2998
- Remove Hardcoded 'Fred' from EdmModel_Validator_Semantic_TypeMismatchRelationshipConstraint Error Message by @WanjohiSammy in #3000
- E2E test framework by @ElizabethOkerio in #3002
- Update benchmarks for ODL 8 by @habbes in #2996
- Set
ODataUtf8JsonWriter
as defaultJsonWriter
by @habbes in #2980 - Change ODataResource.Properties property type to IEnumerable by @gathogojr in #2916
- Update version to
8.0.0-rc.1
release candidate by @habbes in #3008
Full Changelog: 8.0.0-preview.3...8.0.0-rc.1