Releases: aspnet/AspNetWebStack
Releases · aspnet/AspNetWebStack
3.3.0
3.2.9
3.2.8
What's Changed
- Correct discussion links in CONTRIBUTING.md by @dougbu in #228
- !fixup! CONTRIBUTING.md typo by @dougbu in #229
- Update ReflectedHttpActionDescriptor.cs by @chinason in #239
- Replace link to outdated repo in README.md by @cendern in #244
- Link Code of Conduct by @terrajobst in #277
- Replace 'master' with 'main' by @JunTaoLuo in #295
- Rebrand to v3.2.8 / v5.2.8 by @dougbu in #298
- [releaes/3.2.8] Get builds working again by @dougbu in #302
- Clean up doc comments for PushStreamContent by @pranavkm in #311
- Configure max request line size limits to be the same as maxHeaderSize by @pranavkm in #312
- Remove deprecated
<licenseUrl />
element by @dougbu in #315
Issues resolved
- HttpResponseMessage Serialisation still breaks in .NET Core 3.0
- Increase HTTP header line size limit during deserialization of HttpRequestMessage
- Crash when deserializing a HttpResponseMessage on .NET Core
- Fix the LicenseUrl and IconURL metadata items for packages
New Contributors
Full Changelog: v3.2.7...v3.2.8
3.2.7
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 limitCopyToAsync(...)
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
3.2.5
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
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
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
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).