Releases: DigDes/SoapCore
Releases · DigDes/SoapCore
v1.2.1.5
What's Changed
- Fixed bug where I changed the stream position instead of passing inde… by @andersjonsson in #1134
Full Changelog: v1.2.1.4...v1.2.1.5
v1.2.1.4
What's Changed
- set _binaryStream.Position to index, to allow skipping of bytes by @andersjonsson in #1130
- Async readmessage by @andersjonsson in #1132
Full Changelog: v1.2.1.3...v1.2.1.4
v1.2.1.3
What's Changed
- cache DataContractSerializer the same way that XmlSerializer is cached by @andersjonsson in #1126
- fixed an error with reading Base64-encoded data and added a test by @andersjonsson in #1129
Full Changelog: v1.2.1.2...v1.2.1.3
v1.2.1.2
What's Changed
- bug fix in caching of XmlNamespaceManager by @andersjonsson in #1124
Full Changelog: v1.2.1.1...v1.2.1.2
v1.2.1.1
What's Changed
- additional performance work by @andersjonsson in #1123
- cache XmlNamespaceManager
- skip XmlReaders when creating ParsedMessage
- cache GetMembersWithAttributes
- skip extra XmlDictionaryReader in WriteMessage
- got rid of reflection when extracting statuscode and value from IActionResult
Full Changelog: v1.2.1.0...v1.2.1.1
v1.2.1.0
What's Changed
- custom implementation of Message for incoming messages. Makes debugging easier and gives a small performance bump by @andersjonsson in #1119
Full Changelog: v1.2.0.1...v1.2.1.0
v1.2.0.1
What's Changed
- Reduce and update dependencies by @pcf0 in #1116
- unescaped a few ampersands by @andersjonsson in #1122
New Contributors
Full Changelog: v1.2.0.0...v1.2.0.1
v1.2.0.0
Moved to dotnet 8
Removed obsolete stuff like the original IMessageInspector and a few overloads of AddSoapEndpoint
Full Changelog: v1.1.0.53...v1.2.0.0
v1.1.0.53
Thank you to everyone who contributed
Full Changelog: v1.1.0.52...v1.1.0.53
v1.1.0.52
Thank you to everyone who contributed
Full Changelog: v1.1.0.51...v1.1.0.52