Skip to content

Releases: DigDes/SoapCore

v1.1.0.42

05 Feb 09:43
af7107b
Compare
Choose a tag to compare

What's Changed

  • Added support for FaultContractAttribute with XmlSerializer by @edgridin in #987
  • Fixes in README by @rohanorton in #991
  • Fix bug ArrayOfString maxOccurs="1" bug by @vidrenning in #995
  • Fix Depend on ASP.NET 2.1 packages for netstandard2.0 package by @vidrenning in #994
  • Fix for binding name when multiple bindings are used with DataContractSerializer in #1002
  • Fix Fix invalid ArrayOfString schema in WSDL with XmlSerializer by @vidrenning in #997

Full Changelog: v1.1.0.41...v1.1.0.42

v1.1.0.41

08 Jan 10:09
0f79a26
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0.40...v1.1.0.41

v1.1.0.40

03 Jan 10:38
f950e2e
Compare
Choose a tag to compare

What's Changed

  • Added support for FaultActor by @flipm0de in #966
  • Correctly set ElementName when child element is Complex by @edgridin in #983
  • Upgraded tests to use dotnet 7 & 8 (will remove compilation to 3.1 in the near future)

Full Changelog: v1.1.0.39...v1.1.0.40

v1.1.0.39

29 Sep 08:46
ceb4696
Compare
Choose a tag to compare

What's Changed

  • Allow empty namespace by @programmersommer in #949
  • Allow XmlNode/XmlElement as an Input Parameter by @bfcrmimick in #955
  • Correctly handle string and byte[] as native types in #960
  • Option to use Microsoft Guid type instead of string in #964
  • Added support for array of arrays parameters by @flipm0de in #965

Full Changelog: v1.1.0.38...v1.1.0.39

v1.1.0.38

08 Jun 08:10
afd0f95
Compare
Choose a tag to compare

What's Changed

  • Support for returnvalues of type XmlNode and XmlElement by @ace210 in #944

Full Changelog: v1.1.0.37...v1.1.0.38

v1.1.0.37

06 Apr 06:30
f0f73bf
Compare
Choose a tag to compare

What's Changed

  • Fix method parameter's namespace of Array type in WSDL by @dengber in #939
  • Added example of ISoapMessageProcessor to Readme by @andersjonsson
  • Support for GetKnownTypes method of ServiceKnownTypeAttribute by @psvetlov in #928
  • Add support for the Standalone attribute in XML declaration by @jscheeres in #927

Full Changelog: v1.1.0.36...v1.1.0.37

v1.1.0.36

09 Nov 10:12
a6474c9
Compare
Choose a tag to compare

What's Changed

  • Refactored encoding used for reading to respect ContentType header by @Aleksanderis in #923

Full Changelog: v1.1.0.35...v1.1.0.36

v1.1.0.35

07 Nov 11:49
73a3d4e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0.34...v1.1.0.35

v1.1.0.34

07 Nov 07:25
42b3fdf
Compare
Choose a tag to compare

What's Changed

  • Wsdl schema mapping improvements by @Aleksanderis in #904
  • Add support for DefaultValueAttributes by @coxp in #907
  • Remove CancellationToken for async methods from wsdl by @ArtemevAL in #910
  • Remove import contract namespace as this results in a stack overflow by @ArtemevAL in #911
  • Added a fifth WriteEndElement call, to match all the WriteStartElemen… by @andersjonsson in #912
  • Added encoding explicitly when XmlReader is created for non-utf-8 cases by @Aleksanderis in #919

New Contributors

Full Changelog: v1.1.0.31...v1.1.0.34

v1.1.0.33

27 Oct 07:33
61644c8
Compare
Choose a tag to compare

What's Changed

  • Add support for DefaultValueAttributes in #907 by @coxp
  • Remove CancellationToken for async methods from wsdl in #910 by @ArtemevAL
  • Remove import contract namespace as this results in a stack overflow #911 by @ArtemevAL
  • Fix mismatching end tags in wsdl when BasicAuthentication is enabled in #912

New Contributors

Full Changelog: https://github.com/DigDes/SoapCore/compare/v1.1.0.32..v1.1.0.33