-
Notifications
You must be signed in to change notification settings - Fork 0
Commit eaceaf7
authored
Bump System.ServiceModel.Http from 8.0.0 to 8.1.1 in /src (#1996)
Bumps [System.ServiceModel.Http](https://github.com/dotnet/wcf) from
8.0.0 to 8.1.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/dotnet/wcf/releases">System.ServiceModel.Http's
releases</a>.</em></p>
<blockquote>
<h2>WCF 8.1.1</h2>
<h1>Release Notes</h1>
<h2>Package Info</h2>
<ul>
<li><a
href="https://github.com/dotnet/wcf/blob/main/release-notes/System.ServiceModel.Http.md">System.ServiceModel.Http
8.1.1</a></li>
<li><a
href="https://github.com/dotnet/wcf/blob/main/release-notes/System.ServiceModel.NetFramingBase.md">System.ServiceModel.NetFramingBase
8.1.1</a></li>
<li><a
href="https://github.com/dotnet/wcf/blob/main/release-notes/System.ServiceModel.NetTcp.md">System.ServiceModel.NetTcp
8.1.1</a></li>
<li><a
href="https://github.com/dotnet/wcf/blob/main/release-notes/System.ServiceModel.NetNamedPipe.md">System.ServiceModel.NetNamedPipe
8.1.1</a></li>
<li><a
href="https://github.com/dotnet/wcf/blob/main/release-notes/System.ServiceModel.Primitives.md">System.ServiceModel.Primitives
8.1.1</a></li>
<li><a
href="https://github.com/dotnet/wcf/blob/main/release-notes/System.ServiceModel.Federation.md">System.ServiceModel.Federation
8.1.1</a></li>
<li><a
href="https://github.com/dotnet/wcf/blob/main/release-notes/System.Web.Services.Description.md">System.Web.Services.Description
8.1.1</a></li>
<li><a
href="https://github.com/dotnet/wcf/blob/main/release-notes/System.ServiceModel.UnixDomainSocket.md">System.ServiceModel.UnixDomainSocket
8.1.1</a></li>
</ul>
<h2>Bug Fixes</h2>
<ul>
<li>Fix System.Web.Services.Description missing NetFx type forwards by
<a href="https://github.com/mconnew"><code>@mconnew</code></a> <a
href="https://redirect.github.com/dotnet/wcf/pull/5708">dotnet/wcf#5708</a></li>
<li>Created tool to check netfx type forwards and added missing netfx
type forwards by <a
href="https://github.com/mconnew"><code>@mconnew</code></a> in <a
href="https://redirect.github.com/dotnet/wcf/pull/5707">dotnet/wcf#5707</a></li>
<li>Fix some exception handling by <a
href="https://github.com/mconnew"><code>@mconnew</code></a> in <a
href="https://redirect.github.com/dotnet/wcf/pull/5704">dotnet/wcf#5704</a></li>
<li>Add netstandard support back to Federation by <a
href="https://github.com/mconnew"><code>@mconnew</code></a> in <a
href="https://redirect.github.com/dotnet/wcf/pull/5703">dotnet/wcf#5703</a></li>
</ul>
<h2>WCF 8.1</h2>
<h1>Release Notes</h1>
<h2>Package Info</h2>
<ul>
<li><a
href="https://github.com/dotnet/wcf/blob/main/release-notes/System.ServiceModel.Http.md">System.ServiceModel.Http
8.1.0</a></li>
<li><a
href="https://github.com/dotnet/wcf/blob/main/release-notes/System.ServiceModel.NetFramingBase.md">System.ServiceModel.NetFramingBase
8.1.0</a></li>
<li><a
href="https://github.com/dotnet/wcf/blob/main/release-notes/System.ServiceModel.NetTcp.md">System.ServiceModel.NetTcp
8.1.0</a></li>
<li><a
href="https://github.com/dotnet/wcf/blob/main/release-notes/System.ServiceModel.NetNamedPipe.md">System.ServiceModel.NetNamedPipe
8.1.0</a></li>
<li><a
href="https://github.com/dotnet/wcf/blob/main/release-notes/System.ServiceModel.Primitives.md">System.ServiceModel.Primitives
8.1.0</a></li>
<li><a
href="https://github.com/dotnet/wcf/blob/main/release-notes/System.ServiceModel.Federation.md">System.ServiceModel.Federation
8.1.0</a></li>
<li><a
href="https://github.com/dotnet/wcf/blob/main/release-notes/System.Web.Services.Description.md">System.Web.Services.Description
8.1.0</a></li>
<li><a
href="https://github.com/dotnet/wcf/blob/main/release-notes/System.ServiceModel.UnixDomainSocket.md">System.ServiceModel.UnixDomainSocket
8.1.0</a></li>
</ul>
<h2>What's New</h2>
<p>Net standard 2.0 and .NET Framework support are back in WCF Client
8.1 Release.</p>
<ul>
<li>Bring back netstandard2.0 and netfx support by <a
href="https://github.com/mconnew"><code>@mconnew</code></a> in <a
href="https://redirect.github.com/dotnet/wcf/pull/5674">dotnet/wcf#5674</a></li>
</ul>
<h2>Bug Fixes</h2>
<ul>
<li>Update UDS WindowsAuth test to run on Windows only. by <a
href="https://github.com/frank117117"><code>@frank117117</code></a> in
<a
href="https://redirect.github.com/dotnet/wcf/pull/5397">dotnet/wcf#5397</a></li>
<li>Add NetNamedPipe long path test by <a
href="https://github.com/imcarolwang"><code>@imcarolwang</code></a> in
<a
href="https://redirect.github.com/dotnet/wcf/pull/5036">dotnet/wcf#5036</a></li>
<li>Set ProducesDotNetReleaseShippingAssets property in Publishing.props
by <a
href="https://github.com/MilenaHristova"><code>@MilenaHristova</code></a>
in <a
href="https://redirect.github.com/dotnet/wcf/pull/5430">dotnet/wcf#5430</a></li>
<li>Fix UDS connection exception handling and add test. by <a
href="https://github.com/imcarolwang"><code>@imcarolwang</code></a> in
<a
href="https://redirect.github.com/dotnet/wcf/pull/5435">dotnet/wcf#5435</a></li>
<li>Added ProtocolException towards header validation by <a
href="https://github.com/DmitryOlshak"><code>@DmitryOlshak</code></a>
in <a
href="https://redirect.github.com/dotnet/wcf/pull/5448">dotnet/wcf#5448</a></li>
<li>Make ServiceChannelProxy implement IAsyncDisposable by <a
href="https://github.com/0xced"><code>@0xced</code></a> in <a
href="https://redirect.github.com/dotnet/wcf/pull/5385">dotnet/wcf#5385</a></li>
<li>Multi target type reuse by <a
href="https://github.com/imcarolwang"><code>@imcarolwang</code></a> in
<a
href="https://redirect.github.com/dotnet/wcf/pull/5300">dotnet/wcf#5300</a></li>
<li>Enable source indexing for internal builds by <a
href="https://github.com/mconnew"><code>@mconnew</code></a> in <a
href="https://redirect.github.com/dotnet/wcf/pull/5489">dotnet/wcf#5489</a></li>
<li>Add missing constructors for FaultException<!-- raw HTML omitted -->
and add unit test. by <a
href="https://github.com/imcarolwang"><code>@imcarolwang</code></a> in
<a
href="https://redirect.github.com/dotnet/wcf/pull/5558">dotnet/wcf#5558</a></li>
<li>Fix Streamed Timeout TimeSpan.MaxValue Exception by <a
href="https://github.com/afifi-ins"><code>@afifi-ins</code></a> in <a
href="https://redirect.github.com/dotnet/wcf/pull/5618">dotnet/wcf#5618</a></li>
<li>Fix UnixDomainSocketBinding default security issue on Windows. by <a
href="https://github.com/imcarolwang"><code>@imcarolwang</code></a> in
<a
href="https://redirect.github.com/dotnet/wcf/pull/5627">dotnet/wcf#5627</a></li>
<li>Fix sync hang issue after async task method call by <a
href="https://github.com/imcarolwang"><code>@imcarolwang</code></a> in
<a
href="https://redirect.github.com/dotnet/wcf/pull/5634">dotnet/wcf#5634</a></li>
<li>Add IMergeEnabledMessageProperty to S.S.Primitives by <a
href="https://github.com/imcarolwang"><code>@imcarolwang</code></a> in
<a
href="https://redirect.github.com/dotnet/wcf/pull/5527">dotnet/wcf#5527</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/dotnet/wcf/commits">compare view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 5dddf9f commit eaceaf7Copy full SHA for eaceaf7
File tree
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedFilter options
- src
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedCollapse file: src/Directory.Packages.props
src/Directory.Packages.props
Copy file name to clipboardExpand all lines: src/Directory.Packages.props+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
75 | 75 |
| |
76 | 76 |
| |
77 | 77 |
| |
78 |
| - | |
| 78 | + | |
79 | 79 |
| |
80 | 80 |
| |
81 | 81 |
| |
|
0 commit comments