systemweb-adapters

MIT License

Stars
318
Committers
38

Bot releases are hidden (Show)

systemweb-adapters - v1.3.2 Latest Release

Published by joperezr 9 months ago

What's Changed

Full Changelog: https://github.com/dotnet/systemweb-adapters/compare/v1.3.1...v1.3.2

systemweb-adapters - v1.3.1

Published by joperezr 9 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/dotnet/systemweb-adapters/compare/v1.3.0...v1.3.1

systemweb-adapters - v1.3.0

Published by joperezr 11 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/dotnet/systemweb-adapters/compare/v1.2.0...v1.3.0

systemweb-adapters - v1.2.0

Published by joperezr over 1 year ago

We're excited to announce the release of System.Web-Adapters 1.2.0! We want to extend a huge thank you to all those who have tried our adapters, contributed changes, and provided valuable feedback.

What's Changed

New Contributors

Full Changelog: https://github.com/dotnet/systemweb-adapters/compare/v1.1.0...v1.2.0

systemweb-adapters - v1.1.0

Published by joperezr over 1 year ago

We're excited to announce the release of System.Web-Adapters 1.1.0! We want to extend a huge thank you to all those who have tried our adapters, contributed changes, and provided valuable feedback.

What's Changed

  • [main] Update dependencies from dotnet/arcade (#300) by @dotnet-maestro-bot
  • Make browser APIs internal (#290) by @twsouthwick
  • Update build pipeline to use automatic pool provider (#297) by @twsouthwick
  • Update dependencies from https://github.com/dotnet/arcade build 20230218.1 (#296) by @dotnet-maestro-bot
  • Refactor HttpRuntime usage to minimize statics usage (#295) by @twsouthwick
  • Fix for empty Authorization Header (#293) by @4egod
  • Always add adapter features into context (#294) by @twsouthwick
  • Add HttpPostedFile*. (#260) by @johnLwith
  • Add HttpSessionState.Mode (#289) by @twsouthwick
  • Add HttpContext.ClearError() (#288) by @twsouthwick
  • Add HttpRequest.Flush[Async] (#286) by @twsouthwick
  • [main] Update dependencies from dotnet/arcade (#274) by @dotnet-maestro-bot
  • Refactor HttpBrowserCapability to support this[] (#287) by @twsouthwick
  • Add a simple core-only sample (#269) by @twsouthwick
  • Full support for CacheDependency and accessors (#276) by @CZEMacLeod
  • Add HttpRequest.FilePath and HttpRequest.PathInfo (#285) by @twsouthwick
  • Update dependencies from https://github.com/dotnet/arcade build 20230117.5 (#270) by @dotnet-maestro-bot
  • Update dependencies from https://github.com/dotnet/arcade build 20230113.7 (#266) by @dotnet-maestro-bot
  • [main] Update dependencies from dotnet/arcade (#259) by @dotnet-maestro-bot
  • Update dependencies from https://github.com/dotnet/arcade build 20221209.3 (#258) by @dotnet-maestro-bot
  • Add more NETFramework-compatible APIs for HttpException (#254) by @Maples7
  • Enable CodeQL (#252) by @adityamandaleeka
  • Update dependencies from https://github.com/dotnet/arcade build 20221129.2 (#250) by @dotnet-maestro-bot
  • delete docs (#249) by @Rick-Anderson
  • Update dependencies from https://github.com/dotnet/arcade build 20221125.1 (#243) by @dotnet-maestro-bot
  • Small doc fix (#242) by @mjrousos
  • Update Versions.props for 1.1-preview.1 (#241) by @adityamandaleeka

Full Changelog: https://github.com/dotnet/systemweb-adapters/compare/v1.0.0...v1.1.0

systemweb-adapters - v1.0.0

Published by adityamandaleeka almost 2 years ago

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

New Contributors

Full Changelog: https://github.com/dotnet/systemweb-adapters/compare/v1.0.0-rc.1...v1.0.0

systemweb-adapters - v1.0.0-rc.1

Published by adityamandaleeka about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/dotnet/systemweb-adapters/compare/v1.0.0-preview.3...v1.0.0-rc.1

systemweb-adapters - 1.0.0-preview.3

Published by adityamandaleeka about 2 years ago

systemweb-adapters - 1.0.0-preview.2

Published by mjrousos over 2 years ago

The Microsoft.AspNetCore.SystemWebAdapters preview 2 release expands the System.Web APIs available and adds the ability to share authentication between the ASP.NET app and the ASP.NET Core app in incremental upgrade scenarios. This preview also removes support for .NET Core 3.1.

Packages are available on nuget.org

Changelog since preview 1: https://github.com/dotnet/systemweb-adapters/compare/v1.0.0-preview.1...v1.0.0-preview.2

systemweb-adapters - 1.0.0-preview.1

Published by Tratcher over 2 years ago

This is the initial preview release of Microsoft.AspNetCore.SystemWebAdapters and Microsoft.AspNetCore.SystemWebAdapters.SessionState. The packages are available on nuget.org

Full Changelog: https://github.com/dotnet/systemweb-adapters/commits/v1.0.0-preview.1

Related Projects