v1.1.0.30
kotovaleksandr
released this
03 Jun 07:32
·
43 commits
to master
since this release
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