Skip to content

Commit

Permalink
Include ODL 8 release notes in published docs. (MicrosoftDocs#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
habbes authored Aug 13, 2024
1 parent 27fcc68 commit 3096fc4
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Odata-docs/TOC.yml
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@
- name: What's new
items:
- name: What's new in OData .NET 8
href: /odata/odatalib/whats-new/odatalib-8
href: /odata/odatalib/release-notes/odatalib-8
- name: Core lib
items:
- name: Write OData payload
Expand Down
7 changes: 7 additions & 0 deletions Odata-docs/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,13 @@
"src": "odatalib/v7/edm",
"dest": "odatalib/edm"
},
{
"files": [
"*.{md,yml}"
],
"src": "odatalib/release-notes",
"dest": "odatalib/release-notes"
},
{
"files": [
"*.{md,yml}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,3 @@ author: habbes
# OData client v8 supported

![OData Client V8](/odata/assets/doc-assets/yes.png) OData Client V8


## `Microsoft.OData.Core`

### Default JSON writer changed

The
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
title: "What's new in OData .NET 8"
description: Get an overview of new features and changes in OData.NET 8 and guides to help you migrate from OData .NET 7.
date: 2024-08-05
ms.date: 08/05/2024
ms.date: 8/5/2024
author: habbes
ms.author: clhabins
---

# What's new in OData .NET 8.0
**Applies To**:[!INCLUDE[appliesto-webapi](../includes/appliesto-odatalib-v8.md)] [!INCLUDE[appliesto-webapi](../includes/appliesto-odataclient-v8.md)]

**Applies To**:[!INCLUDE[appliesto-odatalib](../../includes/appliesto-odatalib-v8.md)] [!INCLUDE[appliesto-webapi](../../includes/appliesto-odataclient-v8.md)]

## Target Framework

Expand All @@ -31,8 +32,8 @@ This writer has some notable changes in how some values are handled during seria

The default writer in version 8 uses uppercase letters for unicode code points, the default in version 7 uses lowercase letters

- OData.NET v7 default writer: "Cust1 \ud800\udc05 \u00e4"
- OData .NET v8 default writer: "Cust1 \uD800\uDC05 \u00E4"
- OData .NET v7 default writer: `"Cust1 \ud800\udc05 \u00e4"`
- OData .NET v8 default writer: `"Cust1 \uD800\uDC05 \u00E4"`

Both versions are valid and equivalent, compliant clients should handle them the same way.

Expand Down
2 changes: 1 addition & 1 deletion Odata-docs/support/support-policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ OData.NET libraries in this context refer to `Microsoft.OData.Core`, `Microsoft.

### OData.NET 8.x

OData.NET 8 is the next major release of the OData.NET libraries, including `Microsoft.OData.Core` 8, `Microsoft.OData.Edm` 8, `Microsoft.Spatial` 8 and `Microsoft.OData.Client` 8.
OData.NET 8 is the current major release of the OData.NET libraries, including `Microsoft.OData.Core` 8, `Microsoft.OData.Edm` 8, `Microsoft.Spatial` 8 and `Microsoft.OData.Client` 8.
These libraries will only support .NET 8 and later.

OData.NET 8 will support the following OData protocal versions:
Expand Down

0 comments on commit 3096fc4

Please sign in to comment.