-
Notifications
You must be signed in to change notification settings - Fork 351
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
layout: post | ||
title: "ODataLib 7.5.1" | ||
description: "ODataLib 7.5.1 release notes" | ||
category: "4. Release Notes" | ||
--- | ||
|
||
## Changes in ODataLib 7.5.1 Release ## | ||
|
||
## Notes ## | ||
|
||
ODataLib 7.5.1 includes the following bug fixes: | ||
|
||
## Fixed Bugs ## | ||
|
||
[[#1181](https://github.com/OData/odata.net/issues/1181)] Refactor the JSON string escape in JSON writer | ||
|
||
[[#1216](https://github.com/OData/odata.net/issues/1216)] Read parameter should not throw exception if missing optional parameter | ||
|
||
[[#1220](https://github.com/OData/odata.net/issues/1220)] Combined length of user strings exceeds allowed limit in OData V4 Code Generator | ||
|
||
[[#1227](https://github.com/OData/odata.net/issues/1227)] Cache the Edm full name for the Edm types | ||
|
||
[[#1233](https://github.com/OData/odata.net/issues/1233)] Fix lexer bug that breaks functions named 'in' | ||
|
||
--- | ||
|
||
This release delivers OData core libraries including ODataLib, EdmLib, Spatial and Client. |