Skip to content

Releases: dotnet/wcf

WCF Core 3.1.0 Preview2

30 Oct 21:03
fbb5aef
Compare
Choose a tag to compare
Pre-release

Release Notes

The associated .NET Core release can be found at .NET Core 3.1 Releases

Package Info

What's New

New Features
No new features since preview1, this is the first package release for 3.1 from the release/3.1.0 branch in preparation for final release of 3.1 for GA.

Bug Fixes
No new fixes.

Other
Many unit tests added for the WSFederation feature that was added in the prior preview1 release.
Some build infrastructure enhancements.

WCF Core 3.1.0 Preview1

04 Oct 00:32
7345927
Compare
Choose a tag to compare
Pre-release

Release Notes

Associated release of .NET Core 3.1.0 Preview 1

Package Info

What's New

New Features
This release features a large number of new APIs from the full framework being added to the WCF Core public contracts as part of the current effort to support WS Federation.
All the work items with additional information and links to PRs can be found In This Query.

WCF Core 3.0.0 GA

20 Sep 16:57
6ce6635
Compare
Choose a tag to compare

Release Notes

Associated release of .NET Core 3.0.0 GA (Release Notes)

Package Info

What's New in 3.0.0

Bug Fixes
Propagate all relevant properties from HttpTransportSecurity to HttpTransportBindingElement Issue #3818
Fix public key token used for ref assemblies. Issue #3830
Propagating EnableUnsecuredResponse while cloning Issue #3692
Fix issue with WebSocket already being closed sometimes Issue #3706
Fixed problem with HTTP streamed mode timeout Issue #3709
Fix missing timeout when reading response stream Issue #3767
Fixed the public key token used to sign WCF assemblies. Issue #3794
Fix certificate chain validation VerificationTime issue Issue #3086
Fix string escaping in src/System.Private.ServiceModel/src/Resources/Strings.resx Issue #3186
Fixed using EnvelopeVersion Soap12 for Http. Issue #2711
Fixed WS HTTP Sync Context problem Issue #3655
Fixed some threading issues when using a non-default sync context Issue #3640
Fixed SynchronizationContext issue when calling IDuplexSessionChannel.Receive directly Issue #3635

New Content
Added SslStreamSecurityBindingElement.RequireClientCertificate to the public API surface area. Issue #3736
Add ISecurityCapabilities to the public contract. Issue #1415
Added ServiceEndpoint contructors for ClientBase and ChannelFactory to the public contract. Issue #3332
Add ISerializationSurrogateProvider api to DataContractSerializerOperationBehavior. Issue #3476
Added support for OperationBehavior and ContractBehavior as attributes. Issue #3384
Added support for security mode TransportWithMessageCredential on HTTP. Issue #8
Added support for MessageSecurityOverTcp.ClientCredentialType in NetTcpBinding Issue #3

WCF Core 3.0.0 Preview9

09 Sep 17:38
afba3c3
Compare
Choose a tag to compare
Pre-release

Release Notes

Associated release of .NET Core 3.0.0 Preview 9 (Release Notes)

Package Info

What's New

Bug Fixes
Propagate all relevant properties from HttpTransportSecurity to HttpTransportBindingElement Issue #3818
Fix public key token used for ref assemblies. Issue #3830

WCF Core 3.0.0 Preview8

14 Aug 16:04
c6e6d29
Compare
Choose a tag to compare
Pre-release

Release Notes

Associated release of .NET Core 3.0.0 Preview 8 (Release Notes)

Package Info

What's New

Bug Fixes
Propagating EnableUnsecuredResponse while cloning Issue #3692
Fix issue with WebSocket already being closed sometimes Issue #3706
Fixed problem with HTTP streamed mode timeout Issue #3709
Fix missing timeout when reading response stream Issue #3767
Fixed the public key token used to sign WCF assemblies. Issue #3794

New Content
Added SslStreamSecurityBindingElement.RequireClientCertificate to the public API surface area. Issue #3736

WCF Core 3.0.0 Preview5

19 Jun 17:16
Compare
Choose a tag to compare
Pre-release

Release Notes

Associated release of .NET Core 3.0.0 Preview 5 (Release Notes)

Package Info

What's New

Fix certificate chain validation VerificationTime issue Issue #3086
Fix string escaping in src/System.Private.ServiceModel/src/Resources/Strings.resx Issue #3186
Add ISecurityCapabilities to the public contract. Issue #1415
Added ServiceEndpoint contructors for ClientBase and ChannelFactory to the public contract. Issue #3332
Fixed using EnvelopeVersion Soap12 for Http. Issue #2711
Add ISerializationSurrogateProvider api to DataContractSerializerOperationBehavior. Issue #3476
Added support for OperationBehavior and ContractBehavior as attributes. Issue #3384
Added support for security mode TransportWithMessageCredential on HTTP. Issue #8

WCF Core 3.0.0 Preview6

18 Jun 18:03
Compare
Choose a tag to compare
Pre-release

Release Notes

Associated release of .NET Core 3.0.0 Preview 6 (Release Notes)

Package Info

What's New

Added support for MessageSecurityOverTcp.ClientCredentialType in NetTcpBinding Issue #3
Fixed WS HTTP Sync Context problem Issue #3655
Fixed some threading issues when using a non-default sync context Issue #3640
Fixed SynchronizationContext issue when calling IDuplexSessionChannel.Receive directly Issue #3635

WCF Core 2.1.2

17 Jun 22:59
8ee6d65
Compare
Choose a tag to compare

Release Notes

Associated release of .NET Core 2.1.2 (Release Notes)

Package Info

What's New

Microsoft Security Advisory CVE-2018-8356: .NET Core Security Feature Bypass Vulnerability #3009

dotnet-svcutil.xmlserializer 1.1.0 release

14 Jun 00:09
fda8307
Compare
Choose a tag to compare

Release Notes

The original release notes with the first release of this tool in June 2018. Release Notes
See the latest release notes: Release Notes

Packages

What's New

Update tool to use latest dotnet cli command line convention. #2882
Add a warning when the tool is used directly and add a parameter to suppress the warning if needed. #2884
Fixed pathing problem causing errors on Linux platforms. #3032
Fixed a couple minor resource string issues. #3241

WCF for .NET Core 2.1.1

21 Jun 21:08
12513dc
Compare
Choose a tag to compare

Release Notes

This servicing release is part of .NET Core 2.1.1 released on 6/21/2018 (Release Notes)

Packages

What's New

Fixed User-Agent had incorrectly formatted header value #2673
Fixed System.ServiceModel.Security package missing 4.6.1 facade library #2909