Skip to content

Releases: DigDes/SoapCore

v1.2.1.5

02 Apr 14:07
ad4c279
Compare
Choose a tag to compare

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

31 Mar 14:30
e3855ca
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.1.3...v1.2.1.4

v1.2.1.3

25 Mar 13:20
b3db50e
Compare
Choose a tag to compare

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

18 Mar 15:33
75716aa
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.1.1...v1.2.1.2

v1.2.1.1

18 Mar 13:58
706977b
Compare
Choose a tag to compare

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

18 Mar 08:04
a1f5165
Compare
Choose a tag to compare

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

10 Mar 09:57
64480d9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.0.0...v1.2.0.1

v1.2.0.0

20 Feb 15:20
56e52cf
Compare
Choose a tag to compare

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

20 Feb 14:41
5a73ece
Compare
Choose a tag to compare

Thank you to everyone who contributed

Full Changelog: v1.1.0.52...v1.1.0.53

v1.1.0.52

20 Feb 12:36
8bd9178
Compare
Choose a tag to compare

Thank you to everyone who contributed

Full Changelog: v1.1.0.51...v1.1.0.52