v1.0.0-rc.1
adityamandaleeka
released this
28 Sep 23:52
·
224 commits
to main
since this release
What's Changed
- Update docs to reflect newer API surface area for configuring remote app by @mjrousos in #119
- Update prerelease version number to rc.1 by @adityamandaleeka in #122
- Update HTTPS server variable in ProxyHeaderModule by @twsouthwick in #123
- Update core.md by @tbertenshaw in #124
- Set the HTTPS server variables as lower case since .NET Framework expects this by @ragnarstolsmark in #126
- Update remote app builder pattern by @twsouthwick in #120
- Small doc update that was missed earlier by @mjrousos in #128
- Fix-up some merge conflicts and typos that snuck into docs by @mjrousos in #129
- Fix Documentation Merge issues by @tbertenshaw in #130
- Ensure SyncRoot is not null by @twsouthwick in #132
- Share cookies, add logout on core to sign out cookie in MVC samples by @HaoK in #121
- Add MVC filter to remove result if End() was called by @twsouthwick in #137
- Add HttpRequest.SaveAs by @twsouthwick in #135
- Rework configuring timeout on remote app API by @mjrousos in #139
- Relayer packages to remove dependencies for adapters by @twsouthwick in #134
- Add HttpContext.RewritePath by @twsouthwick in #145
- Set framework services IsPackable=true by @twsouthwick in #162
- Rename IHttpRequestAdapterFeature->IHttpResponseAdapterFeature by @twsouthwick in #163
- [main] Update dependencies from dotnet/arcade by @dotnet-maestro in #168
- implicit cast operators for HttpContextBase, HttpRequestBase, HttpResponseBase by @sdekock in #143
- Enable logging in framework services by @twsouthwick in #166
- Use latest build VMs by @twsouthwick in #172
- Add request feature to support buffered/bufferless streams by @twsouthwick in #170
- Separate client/server remote options by @twsouthwick in #165
- Use reflection to set host header when forwarding by @HaoK in #171
- Reset IHttpRequestAdapterFeature if body is updated by @twsouthwick in #173
- [main] Update dependencies from dotnet/arcade by @dotnet-maestro in #180
- Run ./update-apis.ps1 as part of build by @twsouthwick in #181
- Use a shared client for remote app connections by @twsouthwick in #178
- Use a common remote module to ensure standard checks by @twsouthwick in #177
- Move ISessionKeySerializer into SessionState.Serializer namespace like other services by @twsouthwick in #182
- Add recommended virtual directory setup to docs by @twsouthwick in #175
- Improve security of remote app connections by @mjrousos in #169
- Add a singleton IHttpRuntime to abstract runtime data by @twsouthwick in #185
- Add Content-Type as default header that is set by @twsouthwick in #186
- Update public pool names by @alexperovich in #189
- Update README.md by @gumbarros in #188
- Verify type is expected when serializing by @twsouthwick in #190
- Handle application paths for remote calls by @twsouthwick in #192
- [main] Update dependencies from dotnet/arcade by @dotnet-maestro in #193
- Add System.Web.VirtualPathUtility by @CZEMacLeod in #179
- Add a playwright test project for MvcApp by @HaoK in #194
- Implement MapPath and AppDomainAppPath by @CZEMacLeod in #184
- Add remote auth forms test by @HaoK in #196
- [main] Update dependencies from dotnet/arcade by @dotnet-maestro in #197
- API updates per review feedback by @twsouthwick in #198
- Ensure default response headers are only set if empty by @twsouthwick in #204
- [main] Update dependencies from dotnet/arcade by @dotnet-maestro in #207
- [main] Update dependencies from dotnet/arcade by @dotnet-maestro in #208
New Contributors
- @tbertenshaw made their first contribution in #124
- @ragnarstolsmark made their first contribution in #126
- @HaoK made their first contribution in #121
- @dotnet-maestro made their first contribution in #168
- @sdekock made their first contribution in #143
- @alexperovich made their first contribution in #189
- @gumbarros made their first contribution in #188
- @CZEMacLeod made their first contribution in #179
Full Changelog: v1.0.0-preview.3...v1.0.0-rc.1