From 172c7cfba656ddbc2ac4a5ff22dfed795992b916 Mon Sep 17 00:00:00 2001 From: Steve Schmitt Date: Fri, 1 Dec 2023 21:58:58 -0800 Subject: [PATCH] Update release notes for Breeze Sharp 0.8.2 --- doc-cs/nuget.md | 14 ++++++++++++-- doc-cs/release-notes.md | 8 ++++++++ 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/doc-cs/nuget.md b/doc-cs/nuget.md index 5ffc32e..f95671b 100644 --- a/doc-cs/nuget.md +++ b/doc-cs/nuget.md @@ -5,12 +5,22 @@ redirect_from: "/old/breeze-sharp-documentation/start-nuget.html" # Breeze NuGet packages Breeze offers several NuGet packages for the .NET developer. -## Visual Studio 2013/2015 and .NET 4.5 +## Visual Studio and .NET 4.5 - .NET 8.0 ### *Client side* - *Breeze.Sharp* - The Breeze.Sharp portable class library and its immediate dependencies. -### *Server side* +### *Server side - .NET Core* + +- *Breeze.AspNetCore.NetCore* - Base support for ASP.NET + +- *Breeze.Persistence.EFCore* - If you manage data access with Entity Framework. + +- *Breeze.Persistence.NH* - If you manage data access with NHibernate. + +- *Breeze.Persistence* - If you manage data access by some means other than Entity Framework or NHibernate. The EF and NH packages depend upon this one. + +### *Server side - .NET Framework* - *Breeze.Server.WebApi2* - Base support for Web API 2 (aka v.5) - *Breeze.Server.ContextProvider.EF6* - If you manage data access with Entity Framework 6. diff --git a/doc-cs/release-notes.md b/doc-cs/release-notes.md index a456bc3..9078a80 100644 --- a/doc-cs/release-notes.md +++ b/doc-cs/release-notes.md @@ -6,6 +6,14 @@ redirect_from: "/old/breeze-sharp-documentation/release-notes.html" # Release notes These **Breeze Sharp Release Notes** summarize the key changes. Please read the documentation for more details. +## 0.8.2.0 December 1, 2023 ++ Add support for .NET 7 and .NET 8 ++ Add support for Contains, StartsWith, and EndsWith in JSON query adapter, PR [#68](https://github.com/Breeze/breeze.sharp/issues/68) ++ Add support for Guid constants in JSON query adapter, PR [#68](https://github.com/Breeze/breeze.sharp/issues/68) ++ Fix support for OrderBy with related property, PR [#68](https://github.com/Breeze/breeze.sharp/issues/68) + +Many thanks to [@NLabyK](https://github.com/NLabyK), [@Kapn](https://github.com/Kapn), [@KravetsO](https://github.com/Kravets) for PR [#68](https://github.com/Breeze/breeze.sharp/issues/68) + ## 0.8.1.0 February 10, 2023 + Fix problem with reloading expanded modified entity, [#41](https://github.com/Breeze/breeze.sharp/issues/41) and [#49](https://github.com/Breeze/breeze.sharp/issues/49) + Increase JsonSerializer.MaxDepth to 128 (defaults to 64 as of Json.Net v13) [#51](https://github.com/Breeze/breeze.sharp/issues/51)