v1.0.0
This is the 1.0.0 GA release of System.Web Adapters. Thanks to everyone who has tried them, contributed changes, or provided feedback or feature requests. Your contributions mean a lot to the project and we hope you keep them coming!
An announcement post with more info is here: https://devblogs.microsoft.com/dotnet/migrating-from-asp-net-to-asp-net-core-part-5/
What's Changed
- Update PreReleaseVersionLabel to rc.2. by @adityamandaleeka in #211
- Replace IRequestBodyPipeFeature if prebuffering by @twsouthwick in #213
- [main] Update dependencies from dotnet/arcade by @dotnet-maestro in #220
- Fix code-of-conduct link by @changetol8 in #216
- Fixes #226 - Does not contain a definition for AddJsonSessionKeySerializer by @br3nt in #227
- Ensure multi-cookie headers are joined with ; instead of , by @mjrousos in #229
- [main] Update dependencies from dotnet/arcade by @dotnet-maestro in #223
- Use a singleton HttpClient for remote app communication by @mjrousos in #231
- [main] Update dependencies from dotnet/arcade by @dotnet-maestro in #232
- Add non-permanent redirect and handle
~
by @twsouthwick in #233 - Add IsMobileDevice for HttpBrowserCapabilities. by @johnLwith in #230
- Use default cancellation token on redirect by @twsouthwick in #234
- Create a shared services library by @twsouthwick in #235
- [main] Update dependencies from dotnet/arcade by @dotnet-maestro in #236
- [main] Update dependencies from dotnet/arcade by @dotnet-maestro in #237
- Use HttpValueCollection as base class for custom collections by @twsouthwick in #238
- Update version label for 1.0 GA by @adityamandaleeka in #240
New Contributors
- @changetol8 made their first contribution in #216
- @br3nt made their first contribution in #227
- @johnLwith made their first contribution in #230
Full Changelog: v1.0.0-rc.1...v1.0.0