Skip to content

Commit

Permalink
Update changelog for 8.0.2 and 7.21.4 (MicrosoftDocs#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
gathogojr authored Oct 1, 2024
1 parent 2f0f947 commit a29e345
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Odata-docs/changelog/odatalib-7x.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,19 @@ There was a lot of vestigial code left around from the OData v1-3 days that we

Most of our API improvements fall into the category of namespace simplifications or updating verbiage. The single most impactful change that we made was deciding to merge entity type and complex type in ODataLib. We did this because complex type and entity type are becoming more and more similar in the protocol, but we continue to pay overhead to make things work for both of them.

## ODataLib 7.21.4 Release

*** Improvements***
* Support enums as keys in OData Client in [#3013](https://github.com/OData/odata.net/pull/3013)
* Provide async APIs for CsdlWriter and SchemaWriter in [#3060](https://github.com/OData/odata.net/pull/3060)

*** Fixed Bugs***
* Remove hardcoded 'Fred' from EdmModel_Validator_Semantic_TypeMismatchRelationshipConstraint error message in [#2993](https://github.com/OData/odata.net/pull/2993)
* Fix async wrapper over sync API in reading nested property info in [#2995](https://github.com/OData/odata.net/pull/2995)
* Allow $filtering with enum integer value in squote and without squote in [#3014](https://github.com/OData/odata.net/pull/3014)
* Fix for error that occurs when you check whether a string or integer literal is in an enum collection in [#3023](https://github.com/OData/odata.net/pull/3023)
* Update message writer and reader to ignore Message info from DI in [#3072](https://github.com/OData/odata.net/pull/3072)

## ODataLib 7.17.0 Release

***Features***
Expand Down
11 changes: 11 additions & 0 deletions Odata-docs/changelog/odatalib-8x.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,17 @@ OData lib is loosely used to refer to the following group of OData libraries ava

You can install or update any of the NuGet packages for OData lib using the [Package Manager Console](https://docs.nuget.org/docs/start-here/using-the-package-manager-console).

## [8.0.2](https://github.com/OData/odata.net/releases/tag/8.0.2)

### [Microsoft.OData.Core](https://www.nuget.org/packages/Microsoft.OData.Core/8.0.2)

- Support type cast in group in [#3041](https://github.com/OData/odata.net/pull/3041)
- Update message writer and reader to ignore Message info from DI [#3058](https://github.com/OData/odata.net/pull/3058)
- Add support for "Any" and Predicates method call expressions in [#3061](https://github.com/OData/odata.net/pull/3061)
- Isolate scoped settings in default OData services in [#3071](https://github.com/OData/odata.net/pull/3071)
- Port E2E tests to 8.0 in [#3042](https://github.com/OData/odata.net/pull/3042), [#3046](https://github.com/OData/odata.net/pull/3046), [#3048](https://github.com/OData/odata.net/pull/3048)
- Add ODataPathInfo tests by @gathogojr in [#3053](https://github.com/OData/odata.net/pull/3053)

## [8.0.1](https://github.com/OData/odata.net/releases/tag/8.0.1)

### [Microsoft.OData.Core](https://www.nuget.org/packages/Microsoft.OData.Core/8.0.1)
Expand Down

0 comments on commit a29e345

Please sign in to comment.