From a30158efa2c840b36cf7fc0ccc9a57d0e72f9e7e Mon Sep 17 00:00:00 2001 From: Lee Coward Date: Tue, 26 Jun 2018 09:50:22 -0700 Subject: [PATCH 1/3] add ASP commit list --- release-notes/2.1/2.1.1-commit.md | 46 ++++++++++++++++++++++++++++++- 1 file changed, 45 insertions(+), 1 deletion(-) diff --git a/release-notes/2.1/2.1.1-commit.md b/release-notes/2.1/2.1.1-commit.md index e3a133c5..444b8871 100644 --- a/release-notes/2.1/2.1.1-commit.md +++ b/release-notes/2.1/2.1.1-commit.md @@ -35,4 +35,48 @@ This is a somewhat currated list of commits across the entire .NET Core 2.1.1 de * [`[0a99dd88]`](https://github.com/dotnet/wcf/commit/0a99dd88) Add net461 as a supported framework for S.SM.Security. * [`[45855085]`](https://github.com/dotnet/wcf/commit/45855085) Generate ThisAssembly.cs, update the version and links for svcutil.xmlserializer (#2893) -* [`[68457365]`](https://github.com/dotnet/wcf/commit/68457365) Target svcutil.xmlserializer app at dotnetcore. (#2855) \ No newline at end of file +* [`[68457365]`](https://github.com/dotnet/wcf/commit/68457365) Target svcutil.xmlserializer app at dotnetcore. (#2855) + +## ASP + +### Entity Framework + +* [`[5bf9cc37]`](https://github.com/aspnet/EntityFrameworkCore/commit/5bf9cc370699f86e3609c183b3b23bfe2e3b1b23) Adds recursion guards to analyzer. [(#12054)](https://github.com/aspnet/EntityFrameworkCore/issues/12054) +* [`[96049284]`](https://github.com/dotnet/corefx/pull/29846/commits/96049284dd577863c8b361fea06eadcfe5f1588b) Fix Sockets hang caused by concurrent Socket disposal [(#11993)](https://github.com/aspnet/EntityFrameworkCore/issues/11993) +* [`[96049284]`](https://github.com/dotnet/corefx/pull/29846/commits/96049284dd577863c8b361fea06eadcfe5f1588b) Fix Sockets hang caused by concurrent Socket disposal [(#11977)](https://github.com/aspnet/EntityFrameworkCore/issues/11977) +* [`[ef61273e]`](https://github.com/aspnet/EntityFrameworkCore/pull/12164/commits/ef61273ed948a2be8f0a081dc57b16ad3bc2de03) [(#12119)](https://github.com/aspnet/EntityFrameworkCore/issues/12119) +* [`[1d447bdb]`](https://github.com/aspnet/EntityFrameworkCore/commit/1d447bdb0a550c52a04dcbd2cbc1200faa837686) SqlServer RevEng: Use concat operators instead of function[(#11932)](https://github.com/aspnet/EntityFrameworkCore/issues/11932) + +### Kestrel + +* [`[c6f1dbf3]`](https://github.com/aspnet/KestrelHttpServer/pull/2578/commits/c6f1dbf37840dfb7d0e46ec4907c87a7b27e60ea) Fix Json perf regression in Socket Transport [(#2578)](https://github.com/aspnet/KestrelHttpServer/issues/2578) +* [`[448ece73]`](https://github.com/aspnet/KestrelHttpServer/pull/2622/commits/448ece73cc670a75faec18eaf9d4cc3403a22222 Add Memory overloads to HttpUpgradeStream +* [`[28a7dbf6]`](https://github.com/aspnet/KestrelHttpServer/pull/2618/commits/28a7dbf6f13ff9611d6cb23fdeb227776823f714) Use correct TaskCompletionSource ctor +* [`[4d276baa]`](https://github.com/aspnet/KestrelHttpServer/pull/2614/commits/4d276baa6f5dcef8215ff3042c73f62ac09a806c) Lower severity of AuthenticationException logs from SslStream handshake +* [`[340eaf68]`](https://github.com/aspnet/KestrelHttpServer/pull/2623/commits/340eaf6831ce906145ad9f839185481e5cdea329) Provide clearer exception message for breaking change + +### MVC + +* [`[2d636696]`](https://github.com/aspnet/Mvc/commit/2d63669695379d7da9c92653c24c8c626df02dad) ApiBehaviorApplicationModelProvider overwrites existing BindingInfo in entirety when inferring binding sources [(#7609)](https://github.com/aspnet/Mvc/issues/7609) +* [`[624a5ed5]`](https://github.com/aspnet/Mvc/commit/624a5ed522e8e32a97fb1ba61e25d2302a5abfed) XmlSerializerOutputFormatter throws InvalidCastException on async method [(#7782)](https://github.com/aspnet/Mvc/issues/7782) + +### SignalR + +* [`[5d37d312]`](https://github.com/aspnet/SignalR/commit/5d37d312e043c73a5f6d1db2c1e57a1c1280fb46) Add Content-Type header in HttpClient.ts [(#2412)](https://github.com/aspnet/SignalR/issues/2412) +* [`[c976d0aa]`](https://github.com/aspnet/SignalR/commit/c976d0aa6ed4c77574aa49a46a178008a0cb1636) Gracefully handle disposing while writing [(#2341)](https://github.com/aspnet/SignalR/issues/2341) +* [`[3fa10f92]`](https://github.com/aspnet/SignalR/commit/3fa10f92adf8be2c3c390ed78251143f82c0745c) Fix losing UTC DateTimeKind on ISO8601 UTC values [(#2339)](https://github.com/aspnet/SignalR/issues/2339) +* [`[0452f460]`](https://github.com/aspnet/SignalR/commit/0452f460c65b7de2806f12bea44c615b229534f5) Fix not reading to end of argument JSON on binding error [(#2336)](https://github.com/aspnet/SignalR/issues/2336) +* [`[adc1c4d0]`](https://github.com/dotnet/corefx/commit/adc1c4d0d5d7886d63b3372559cb2f5cf942ffd9) Fix WebSocket split UTF8 read [(#2349)](https://github.com/aspnet/SignalR/issues/2349) + + +### Templating + +* [`[9e17d93a]`](https://github.com/aspnet/templating/commit/9e17d93acf4cc9eebc12560ff55e6027b2c5ba87) Remove obsolete reference in Angular template home. [(#470)](https://github.com/aspnet/templating/issues/470) +* [`[c6b50011]`](https://github.com/aspnet/templating/commit/c6b5001149fb39e2d030f564385ebd05b5de6f2d) Remove reference to Microsoft.AspNetCore.Mvc.Razor.ViewCompilation from desktop templates [(#531)](https://github.com/aspnet/templating/issues/531) +* [`[74883b2c]`](https://github.com/aspnet/templating/commit/74883b2cf035ae0a05d99cc125ce352eade66d40) Windows authentication is not applied on launchSettings.json [(#528)](https://github.com/aspnet/templating/issues/528) +* [`[a5fb8a3d]`](https://github.com/aspnet/templating/pull/543/commits/a5fb8a3d3cb582ca4fadf71098a3b1bc16ed5a18) Fix the jquery.min.js file in RazorPages web application [(#525)](https://github.com/aspnet/templating/issues/525) + +### Other + +* [`[cdbcfb7a]`](https://github.com/aspnet/Razor/commit/cdbcfb7a05db42f33c27aff0dcffa76735db13e7) Fixup references to versions in vsix [(#2363)](https://github.com/aspnet/Razor/issues/2363) +* [`[9e595f7b]`](https://github.com/aspnet/websdk/commit/9e595f7b78ff0b0bee35ad47d7af417adee8b7b7) Update implicit versioning logic for patches [(#344)](https://github.com/aspnet/websdk/issues/344) \ No newline at end of file From 17fee179af5d9c389fc8f75e1faa8e78427fedc2 Mon Sep 17 00:00:00 2001 From: Lee Coward Date: Tue, 26 Jun 2018 10:30:29 -0700 Subject: [PATCH 2/3] add asp to table of contents --- release-notes/2.1/2.1.1-commit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-notes/2.1/2.1.1-commit.md b/release-notes/2.1/2.1.1-commit.md index 444b8871..d9163db1 100644 --- a/release-notes/2.1/2.1.1-commit.md +++ b/release-notes/2.1/2.1.1-commit.md @@ -6,6 +6,7 @@ This is a somewhat currated list of commits across the entire .NET Core 2.1.1 de * [CoreCLR](#coreclr) * [CoreFX](#corefx) * [WCF](#wcf) +* [ASP](#asp) ## CLI @@ -68,7 +69,6 @@ This is a somewhat currated list of commits across the entire .NET Core 2.1.1 de * [`[0452f460]`](https://github.com/aspnet/SignalR/commit/0452f460c65b7de2806f12bea44c615b229534f5) Fix not reading to end of argument JSON on binding error [(#2336)](https://github.com/aspnet/SignalR/issues/2336) * [`[adc1c4d0]`](https://github.com/dotnet/corefx/commit/adc1c4d0d5d7886d63b3372559cb2f5cf942ffd9) Fix WebSocket split UTF8 read [(#2349)](https://github.com/aspnet/SignalR/issues/2349) - ### Templating * [`[9e17d93a]`](https://github.com/aspnet/templating/commit/9e17d93acf4cc9eebc12560ff55e6027b2c5ba87) Remove obsolete reference in Angular template home. [(#470)](https://github.com/aspnet/templating/issues/470) From bb9a989344084eb02a46a9d867f819ac69c2da67 Mon Sep 17 00:00:00 2001 From: Lee Coward Date: Tue, 26 Jun 2018 12:58:53 -0700 Subject: [PATCH 3/3] update asp commit list --- release-notes/2.1/2.1.1-commit.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/release-notes/2.1/2.1.1-commit.md b/release-notes/2.1/2.1.1-commit.md index d9163db1..7b6607b3 100644 --- a/release-notes/2.1/2.1.1-commit.md +++ b/release-notes/2.1/2.1.1-commit.md @@ -43,8 +43,6 @@ This is a somewhat currated list of commits across the entire .NET Core 2.1.1 de ### Entity Framework * [`[5bf9cc37]`](https://github.com/aspnet/EntityFrameworkCore/commit/5bf9cc370699f86e3609c183b3b23bfe2e3b1b23) Adds recursion guards to analyzer. [(#12054)](https://github.com/aspnet/EntityFrameworkCore/issues/12054) -* [`[96049284]`](https://github.com/dotnet/corefx/pull/29846/commits/96049284dd577863c8b361fea06eadcfe5f1588b) Fix Sockets hang caused by concurrent Socket disposal [(#11993)](https://github.com/aspnet/EntityFrameworkCore/issues/11993) -* [`[96049284]`](https://github.com/dotnet/corefx/pull/29846/commits/96049284dd577863c8b361fea06eadcfe5f1588b) Fix Sockets hang caused by concurrent Socket disposal [(#11977)](https://github.com/aspnet/EntityFrameworkCore/issues/11977) * [`[ef61273e]`](https://github.com/aspnet/EntityFrameworkCore/pull/12164/commits/ef61273ed948a2be8f0a081dc57b16ad3bc2de03) [(#12119)](https://github.com/aspnet/EntityFrameworkCore/issues/12119) * [`[1d447bdb]`](https://github.com/aspnet/EntityFrameworkCore/commit/1d447bdb0a550c52a04dcbd2cbc1200faa837686) SqlServer RevEng: Use concat operators instead of function[(#11932)](https://github.com/aspnet/EntityFrameworkCore/issues/11932)