Releases: DigDes/SoapCore
v1.1.0.32
What's Changed
- #904 by @Aleksanderis in #904
New Contributors
- @Aleksanderis made their first contribution in #904
Full Changelog: v1.1.0.31...v1.1.0.32
v1.1.0.31
What's Changed
- Enable source link and embedded symbols by @ChristopherHaws in #883
- Only append schemaLocation when XsdFolder defined by @haywoodIII in #882
- Fix XmlNamespaceOverrides for Message Header by @wwdenis in #889
- Issue #891 by @EricSteuart in #895
- KnownTypeAttribute by @apon81 in #896
New Contributors
- @ChristopherHaws made their first contribution in #883
- @haywoodIII made their first contribution in #882
- @wwdenis made their first contribution in #889
- @EricSteuart made their first contribution in #895
- @apon81 made their first contribution in #896
Full Changelog: v1.1.0.30...v1.1.0.31
v1.1.0.30
What's Changed
- fix: If the Request method is HEAD, we will just silently return an OK. by @itssimple in #831
- Feature: WSDL Documentation by @itssimple in #834
- FIX invalid WSDL generation by @MeikelLP in #832
- changed TryAddSingleton to AddSingleton by @andersjonsson in #838
- fix: Enable browser navigation to trigger hiding the method modal by @itssimple in #839
- Use MemoryStream to enable correct encoding output (instead of utf-16) by @itssimple in #840
- Added test to show how to modify outbound message by @andersjonsson in #846
- Set Content-Length header in response by @acveigas in #843
- use UTF8 without BOM as default by @andersjonsson in #849
- Changed Response content length to number of bytes by @acveigas in #851
- Update SoapEndpointMiddleware.cs by @Alfred6556 in #854
- Add support for MethodName and DeclaringType in EnsureServiceKnownTypes by @andersjonsson in #860
- Read SOAPAction from soap envelope's headers by @Blackleones in #866
- Add support for arrays with choice by @gaetan-lebris-shift in #868
- #873 Operation cannot be found issue by @kristijanmihaljinac in #874
- Nonce and Created header attributes uses for check only if password h… by @evgbob in #876
- Added SOAP 1.2 Support using the DataContractSerializer by @GreekOctopus in #877
- Default MaxSoapHeaderSize of 0x10000 moved to SoapEncoderOptions so it can be overridden by @it4-igorkn in #879
- v1.1.0.30 by @kotovaleksandr in #881
New Contributors
- @MeikelLP made their first contribution in #832
- @acveigas made their first contribution in #843
- @Alfred6556 made their first contribution in #854
- @Blackleones made their first contribution in #866
- @gaetan-lebris-shift made their first contribution in #868
- @kristijanmihaljinac made their first contribution in #874
- @evgbob made their first contribution in #876
- @GreekOctopus made their first contribution in #877
- @it4-igorkn made their first contribution in #879
Full Changelog: v1.1.0.26...v1.1.0.30
v1.1.0.29
What's Changed
- Fix: Set Content-Length header in response @acveigas #841
- Fix: Spelling error in SoapEndpointMiddleware.cs @Alfred6556
- Feature: Add support for MethodName and DeclaringType in EnsureServiceKnownTypes #860
- Feature: Read SoapAction from soap envelopes headers @Blackleones #866
- Feature: Add support for array with choice @gaetan-lebris-shift #868
Full changelog: v1.1.0.28...v1.1.0.29
v1.1.0.28
What's Changed
- Fix: Browser navigation now works in documentation @itssimple #839
- Fix: Output of GET-operations now has the correct encoding (utf-8) @itssimple #840
Full Changelog: v1.1.0.27...v1.1.0.28
v1.1.0.27
What's Changed
- Feature: Html documentation for soap endpoints by @itssimple in #834
- Fix: Invalid WSDL generation by @MeikelLP in #832
- Fix: One could only add one SoapMessageProcessor or SoapServiceOperationTuner #838
- Fix: HEAD request should not crash the service by @itssimple #831
New Contributors
Full Changelog: v1.1.0.26...v1.1.0.27
v1.1.0.26
What's Changed
- Modify schemaLocation when using include element by @rbomfim in #818
- Feature: Allow HTTP GET/POST with named endpoints by @itssimple in #819
- modify wsdl soap endpoint location only on address nodes by @therealslouchy in #821
New Contributors
- @rbomfim made their first contribution in #818
- @itssimple made their first contribution in #819
- @therealslouchy made their first contribution in #821
Full Changelog: v1.1.0.25...v1.1.0.26
v1.1.0.25
What's Changed
- fix duplicate nillable attribute in Enumerable of Enumerable of String. by @andersjonsson in #799
- add support for "DateOnly" in NET6 by @andersjonsson in #800
- trim ending slash from url when appending /$metadata or /mex to allow "/" as path. by @andersjonsson in #798
- Additional namespace declaration attributes in envelope by @ZokiPokiMk in #801
- Cleanup of error handling after splitting ProcessOperation by @andersjonsson in #803
- Return XSD instead of WSDL by @hmiguel in #805
- Fix for parameters lacking a namespace by @ca0abinary in #807
- support soap1.1 message with multipart attachments by @vytautassurvila in #811
- moved addition of namespace "tns" to GetXmlNamespaceManager by @andersjonsson in #813
New Contributors
- @ZokiPokiMk made their first contribution in #801
- @hmiguel made their first contribution in #805
- @ca0abinary made their first contribution in #807
- @vytautassurvila made their first contribution in #811
Full Changelog: v1.1.0.24...v1.1.0.25
v1.1.0.24
Added ISoapMessageProcessor and accompanying unit tests #788
Thanks a lot to @andersjonsson for contribution!
v1.1.0.23
Object being serialized twice when using rpc format #719
configured XmlReader to use IgnoreWhitespace = true #769
Set dtdprocessing prohibit #772
Incompatibility with primitive array-parameters #771
Request MessageContract parameters are not made available #575
Specify BindingName and PortName per SoapMessageEncoder #785
remove style from wsdl binding #784
support for extra xmlnamespaceprefixoverrides per messageversion #782
Thanks for all contributors!