Skip to content

Releases: DigDes/SoapCore

v.1.1.0.51

03 Oct 15:20
6d9a2d4
Compare
Choose a tag to compare

Hopefully fix issue with resolving scoped dependencies

v1.1.0.50

01 Oct 07:12
6f49042
Compare
Choose a tag to compare

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

18 Mar 10:44
820763c
Compare
Choose a tag to compare

Missing reset of Memorystream in ProcessHttpOperation in #1039

Full Changelog: v1.1.0.48...v1.1.0.49

v1.1.0.48

11 Mar 09:41
d5eea5d
Compare
Choose a tag to compare

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

07 Mar 07:54
5496567
Compare
Choose a tag to compare

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

29 Feb 13:13
85a0e12
Compare
Choose a tag to compare

Various optimizations around memorystream by @zgabi and @andersjonsson

Full Changelog: v1.1.0.45_2...v1.1.0.46

v1.1.0.45_2

28 Feb 17:18
153fa42
Compare
Choose a tag to compare

let's try again

Full Changelog: v1.1.0.45...v1.1.0.45_2

v1.1.0.45

28 Feb 16:08
32f1392
Compare
Choose a tag to compare

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

15 Feb 16:08
ec9b94c
Compare
Choose a tag to compare

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

09 Feb 10:14
3ab2c90
Compare
Choose a tag to compare

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