-
Notifications
You must be signed in to change notification settings - Fork 359
Comparing changes
Open a pull request
base repository: aspnet/AspNetWebStack
base: v3.2.7
head repository: aspnet/AspNetWebStack
compare: v3.2.8
- 16 commits
- 29 files changed
- 9 contributors
Commits on Feb 6, 2019
-
Correct discussion links in CONTRIBUTING.md
- add a link from README.md to CONTRIBUTING.md nit: remove extra blank lines
Configuration menu - View commit details
-
Copy full SHA for f8d0404 - Browse repository at this point
Copy the full SHA f8d0404View commit details -
Configuration menu - View commit details
-
Copy full SHA for 242dcf8 - Browse repository at this point
Copy the full SHA 242dcf8View commit details
Commits on Mar 30, 2019
-
Update ReflectedHttpActionDescriptor.cs
Remove duplicated methodCall
Configuration menu - View commit details
-
Copy full SHA for ea5b885 - Browse repository at this point
Copy the full SHA ea5b885View commit details
Commits on Apr 25, 2019
-
The readme.md for the repo https://github.com/aspnet/Mvc says "This GitHub project has been archived. Ongoing development on this project can be found in https://github.com/aspnet/AspNetCore."
Configuration menu - View commit details
-
Copy full SHA for ebef5b7 - Browse repository at this point
Copy the full SHA ebef5b7View commit details
Commits on Apr 9, 2020
-
Configuration menu - View commit details
-
Copy full SHA for ba26cfb - Browse repository at this point
Copy the full SHA ba26cfbView commit details
Commits on Mar 15, 2021
-
Replace 'master' with 'main' (#295)
John Luo authoredMar 15, 2021 Configuration menu - View commit details
-
Copy full SHA for 42991b3 - Browse repository at this point
Copy the full SHA 42991b3View commit details
Commits on Apr 28, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ffbf707 - Browse repository at this point
Copy the full SHA ffbf707View commit details
Commits on May 2, 2021
-
Rebrand to v3.2.8 / v5.2.8 (#298)
- reformat README.md - merge 'Git tag' and 'Git branch' columns - remove old v3.2.4 / v5.2.4 information - add v3.2.7 / v5.2.7 information
Configuration menu - View commit details
-
Copy full SHA for bc83a3a - Browse repository at this point
Copy the full SHA bc83a3aView commit details
Commits on Jul 29, 2021
-
[releaes/3.2.8] Get builds working again (#302)
- test using netcoreapp2.1 - react to .NET Core breaking change - see https://docs.microsoft.com/en-us/dotnet/core/compatibility/2.1#path-apis-dont-throw-an-exception-for-invalid-characters - suppress NU5125 warnings - break the build because warnings are treated as errors - do not validate Expires header values - #263
Configuration menu - View commit details
-
Copy full SHA for c55dd95 - Browse repository at this point
Copy the full SHA c55dd95View commit details
Commits on Oct 6, 2021
-
Merged PR 18778: Constrain the MemoryStream size
Constrain the MemoryStream size
Pranav Krishnamoorthy committedOct 6, 2021 Configuration menu - View commit details
-
Copy full SHA for 8c4e5b5 - Browse repository at this point
Copy the full SHA 8c4e5b5View commit details
Commits on Jan 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d1df0c8 - Browse repository at this point
Copy the full SHA d1df0c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 664af54 - Browse repository at this point
Copy the full SHA 664af54View commit details
Commits on Jan 14, 2022
-
Configure max request line size limits to be the same as maxHeaderSize (
#312) * Configure max request line size limits to be the same as maxHeaderSize As part of ReadAsHttpRequestMessageAsync, the parsing of the HTTP request line is limited by a non-configurable 2k limit. The size does not affect buffer sizes, only the maximum allowed length. This PR updates the ReadAsHttpRequestMessageAsync API to use the same limits for HTTP request line as the HTTP header line, the latter which is configurable by user code. In the default case, this means the HTTP request line size now supports a 16k limit before it throws. Fixes #307
Configuration menu - View commit details
-
Copy full SHA for ef4296e - Browse repository at this point
Copy the full SHA ef4296eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 20c076c - Browse repository at this point
Copy the full SHA 20c076cView commit details
Commits on Mar 30, 2022
-
Remove deprecated
<licenseUrl />element (#315)- remove `<requireLicenseAcceptance/>` as well - can't require a license w/o `<license/>` or `<licenseUrl/>` - also, don't need to ignore NU5125 anymore
Configuration menu - View commit details
-
Copy full SHA for 362b7be - Browse repository at this point
Copy the full SHA 362b7beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 005f94e - Browse repository at this point
Copy the full SHA 005f94eView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.2.7...v3.2.8