Skip to content

Releases: aspnet/AspNetWebStack

3.3.0

24 Oct 20:27
1231b77
Compare
Choose a tag to compare

3.2.9

31 May 20:35
2fa23f2
Compare
Choose a tag to compare

3.2.8

12 Apr 16:07
Compare
Choose a tag to compare

What's Changed

Issues resolved

New Contributors

Full Changelog: v3.2.7...v3.2.8

3.2.7

12 Apr 16:07
39d3064
Compare
Choose a tag to compare

Features

  • NuGet Package : Add repository metadata. (#190)
  • System.Net.Http.FormattingUtilities missed RFC 850 (#187)

Bugs Fixed

  • Correct typos in OKResult (#214)
  • ByteRangeStream does not limit CopyToAsync(...) range as it should (#206)
  • Whitespace (any uri escapable char) in virtual path root results in NoRouteFound in an WebApi/Owin setup (#203)
  • JsonMediaTypeFormatter doesn't work when Request is chunked (#197)
  • Release notes link in NuGet package is out-of-date (#178)
  • DefaultHttpBatchHandler creates innerRequest with scheme http even when outer batch request scheme is https (#173)
  • RadioButtonFor doesn't resolve isChecked properly when nested in EditorTemplate (#164)
  • Make exception handling policy configurable for CORS (#147)

3.2.6

28 Nov 23:30
3155d17
Compare
Choose a tag to compare
3.2.6 Pre-release
Pre-release

Bugs Fixed

  • Japanese resources for MVC 5.2.5 is broken (#156)

3.2.5

02 May 19:36
cf97014
Compare
Choose a tag to compare

ASP.NET MVC 5.2.5, ASP.NET Web API 5.2.5, and ASP.NET Web Pages 3.2.5 release notes

We are pleased to announce the release of ASP.NET MVC 5.2.5, ASP.NET Web API 5.2.5, and ASP.NET Web Pages 3.2.5.

Please also refer to the Preview 1 release notes for additional fixes included in this release.

Bugs Fixed

  • ApiDescription.ResponseDescription is not initialized (#63)

3.2.5-preview1

19 Mar 20:56
b32ab42
Compare
Choose a tag to compare
3.2.5-preview1 Pre-release
Pre-release

ASP.NET MVC 5.2.5 Preview 1, ASP.NET Web API 5.2.5 Preview 1, and ASP.NET Web Pages 3.2.5 Preview 1 release notes

We are pleased to announce the release of ASP.NET MVC 5.2.5 Preview 1, ASP.NET Web API 5.2.5 Preview 1, and ASP.NET Web Pages 3.2.5 Preview 1!

Bugs Fixed

  • Do not use FormattedModelValue in password editor template (#135)
  • ValidationContext.MemberName is set incorrectly in the DataAnnotationsModelValidator (#120)
  • Middleware does not pass OwinContext.User forward in Pipeline (#119)
  • ExpressionHelper contains a compatibility bug with Roslyn compiler (#117)

3.2.4

12 Feb 17:35
Compare
Choose a tag to compare

ASP.NET MVC 5.2.4, ASP.NET Web API 5.2.4, and ASP.NET Web Pages 3.2.4 release notes

We are pleased to announce the release of ASP.NET MVC 5.2.4, ASP.NET Web API 5.2.4, and ASP.NET Web Pages 3.2.4!

Features

  • Target .NET Standard 2.0 in System.Net.Http.Formatting (#101)
  • Add FormUrlEncodedMediaTypeFormatter to client formatting assemblies (#77)
  • DefaultBodyModelValidator extensibility (#9)

Bugs Fixed

  • Update package project URLs to use HTTPS scheme (#105)
  • Html.AntiForgeryToken() adds duplicate X-Frame-Options headers if called more than once (#7)
  • Fix null ref in DefaultControllerFactory (#6)

Known Issues

  • System.TypeInitializationException thrown when using the ASP.NET Web API Client on Xamarin
    When using .NET Standard 2.0 implementation of the ASP.NET Web API Client on Xamarin you may see the following exception: System.TypeInitializationException: The type initializer for 'System.Net.Http.FormattingUtilities' threw an exception. ---> System.NotImplementedException: The method or operation is not implemented. This is due to a known limitation in the .NET Standard 2.0 support on Mono (mono/mono#6376).

3.2.4-preview1

05 Jan 20:26
Compare
Choose a tag to compare
3.2.4-preview1 Pre-release
Pre-release

ASP.NET MVC 5.2.4 Preview 1, ASP.NET Web API 5.2.4 Preview 1, and ASP.NET Web Pages 3.2.4 Preview 1 release notes

We are pleased to announce the release of ASP.NET MVC 5.2.4 Preview 1, ASP.NET Web API 5.2.4 Preview 1, and ASP.NET Web Pages 3.2.4 Preview 1!

Features

  • Target .NET Standard 2.0 in System.Net.Http.Formatting (#101)
  • Add FormUrlEncodedMediaTypeFormatter to client formatting assemblies (#77)
  • DefaultBodyModelValidator extensibility (#9)

Bugs Fixed

  • Update package project URLs to use HTTPS scheme (#105)
  • Html.AntiForgeryToken() adds duplicate X-Frame-Options headers if called more than once (#7)
  • Fix null ref in DefaultControllerFactory (#6)

Known Issues

  • System.TypeInitializationException thrown when using the ASP.NET Web API Client on Xamarin
    When using .NET Standard 2.0 implementation of the ASP.NET Web API Client on Xamarin you may see the following exception: System.TypeInitializationException: The type initializer for 'System.Net.Http.FormattingUtilities' threw an exception. ---> System.NotImplementedException: The method or operation is not implemented. This is due to a known limitation in the .NET Standard 2.0 support on Mono (mono/mono#6376).