Releases: DigDes/SoapCore
v.1.1.0.51
Hopefully fix issue with resolving scoped dependencies
v1.1.0.50
Handle nullable enums by @Yozer in #1040
Simplify dependencies by @thompson-tomo in #1052
Support for XmlArrayAttribute by @Yozer in #1046
Fix content-lentch mismatch by @azasp in #1060
More descriptive exception messages in MetaBodyWriter by @mpolacek1 in #1059
Skip duplicate xml parameters by @Yozer in #1048
Support bool-specified pattern by @Yozer in #1049
Support for base-types in WSDL by @Yozer in #1045
Add soap and soap12 namespaces if wsdl contains both by @Yozer in #1047
Allow custom message name for operation by @Yozer in #1044
Added custom serializer by @ankitkmrpatel in #973
Fix for parsing malformed soap action by @Yozer in #1064
Updated InvalidXmlTests by @andersjonsson in #1072
Handle DataContract.Name on generic type by @navozenko in #1068
Support for XmlIncludeAttribute by @avoronin565 in #1073
Fix WSDL for anonymous type by @paramamue in @1079
Do not import target namespace by @navozenko in #1076
Add support for soap:header by @Yozer in #1063
Improve parsing of Security tag in WsMessageFilter by @andersjonsson in #1083
Full Changelog: v1.1.0.49...v1.1.0.50
v1.1.0.49
Missing reset of Memorystream in ProcessHttpOperation in #1039
Full Changelog: v1.1.0.48...v1.1.0.49
v1.1.0.48
Support for X-Forwarded-Host header by @zgabi in #1037
Full Changelog: v1.1.0.47...v1.1.0.48
v.1.1.0.47
Use TryParse for Content-Type in #1033
Ignore ConnectionResetException by @akshaybheda in #1035
Full Changelog: v1.1.0.46...v1.1.0.47
v.1.1.0.46
Various optimizations around memorystream by @zgabi and @andersjonsson
Full Changelog: v1.1.0.45_2...v1.1.0.46
v1.1.0.45_2
let's try again
Full Changelog: v1.1.0.45...v1.1.0.45_2
v1.1.0.45
Support wsdl-import by @zgabi in #1019
Update vulnerable nuget packages by @programmersommer in #1003
Remove empty import-tag by @vidrenning in #1023
Add option to normalze newlines by @vidrenning in #1024
Added bad request status code by @akshaybheda in #1025
Use memorystream and bufferedcopy to avoid blocking by @akshaybheda in #1027
Full Changelog: v1.1.0.44...v1.1.0.45
v1.1.0.44
What's Changed
Do not use chunked transfer encoding on ASP.NET Core 2.1 by @vidrenning in #1016
Add option to generate soapAction without contract name by @vidrenning in #1017
Full Changelog: v1.1.0.43...v1.1.0.44
v1.1.0.43
What's Changed
XmlSerializer WSDL: Use uppercase letter for ArrayOf by @vidrenning in #1009
XmlSerializer WSDL: XmlAttribute: Set use="required" attribute by @vidrenning in #1007
Add option IndentWsdl to control if the generated WSDL should be indented by @vidrenning in #1010
XmlSerializer WSDL: Improve enum order by @vidrenning in #1012
XmlSerializer WSDL: Fix generated schema for DateTimeOffset by @vidrenning in #1014
Full Changelog: v1.1.0.42...v1.1.0.43