Releases: DigDes/SoapCore
Releases · DigDes/SoapCore
v1.1.0.42
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
What's Changed
Full Changelog: v1.1.0.40...v1.1.0.41
v1.1.0.40
v1.1.0.39
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
What's Changed
Full Changelog: v1.1.0.37...v1.1.0.38
v1.1.0.37
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
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
What's Changed
- Added more flexibility to handle encodings by @Aleksanderis in #921
- v1.1.0.35 by @kotovaleksandr in #922
Full Changelog: v1.1.0.34...v1.1.0.35
v1.1.0.34
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
- @Aleksanderis made their first contribution in #904
- @coxp made their first contribution in #907
- @ArtemevAL made their first contribution in #910
Full Changelog: v1.1.0.31...v1.1.0.34
v1.1.0.33
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
- @coxp made their first contribution in #907
- @ArtemevAL made their first contribution in #910
Full Changelog: https://github.com/DigDes/SoapCore/compare/v1.1.0.32..v1.1.0.33