Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding release notes for ODL 7.4.1 #1081

Merged
merged 4 commits into from Feb 16, 2018
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
50 changes: 50 additions & 0 deletions v7/_posts/release notes/2018-02-13-ODL-7.4.1.md
@@ -0,0 +1,50 @@
---
layout: post
title: "ODataLib 7.4.1"
description: "ODataLib 7.4.1 release notes"
category: "4. Release Notes"
---

## Changes in ODataLib 7.4.1 Release ##

## Notes ##

ODataLib 7.4.1 includes the following items: a new OData Client Code Gen extension for VS2017 using the latest version of the libraries, built-in abstract types for Edm models, KeyAsSegmentSupported boolean to the capabilities vocabulary, added validation rules to abstract types, support for AnnotationSegment, NuGet package testing, and various bug fixes.

## Features ##

[[[#987](https://github.com/OData/odata.net/pull/987)] Adding new OData Client Code Gen for VS2017

[[[#1041](https://github.com/OData/odata.net/pull/1041)] Update changeset id to use whole boundary value.

[[[#1042](https://github.com/OData/odata.net/pull/1042)] Remove the NavigationPropertyEntityMustNotIndirectlyContainItself rule

[[[#1051](https://github.com/OData/odata.net/pull/1051)] Add the build-in abstract type into Edm core model - Edm Type Part.

[[[#1055](https://github.com/OData/odata.net/pull/1055)] OptionalDollarSign: Small test update and expose API for DI option setter/getter

[[[#1056](https://github.com/OData/odata.net/pull/1056)] Add KeyAsSegmentSupported annotation term to Capabiliites vocabulary

[[[#1058](https://github.com/OData/odata.net/pull/1058)] Add the validation rules to the abstract types

[[[#1067](https://github.com/OData/odata.net/pull/1067)] Modify the duplicated annotation validation issue

[[[#1068](https://github.com/OData/odata.net/pull/1068)] Odata v4 7.x - Fix #530 LINQ query generation with Date functions produces weird urls
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This duplicates with issue #530 listed below in "Fixed Bugs".


[[[#1075](https://github.com/OData/odata.net/pull/1075)] Add support for AnnotationSegment to PathSegmentHandler.

[[[#1080](https://github.com/OData/odata.net/pull/1080)] Add nuget package testing.

## Fixed Bugs ##

[[Issue #530](https://github.com/OData/odata.net/issues/530)] LINQ query generation with Date functions produces weird urls

[[Issue #1027](https://github.com/OData/odata.net/issues/1027)] Edm.NavigationPropertyPath not supported

[[Issue #1040](https://github.com/OData/odata.net/issues/1040)] Need to update batch changeset ID to boundary value

[[Issue #1046](https://github.com/OData/odata.net/issues/1046)] Odata Edm lib issue with vocabulary

---

This release delivers OData core libraries including ODataLib, EdmLib, Spatial and Client.