Skip to content

Releases: priore/SOAPEngine

Apache 2.0 Open Source License

26 Sep 16:45

Choose a tag to compare

  • remove bitcode flag
  • complete open source code (Apache 2.0 license)

XCFramework

07 May 20:52

Choose a tag to compare

  • added xcframework and update swift package

Minor fixes

13 Apr 17:42

Choose a tag to compare

  • little performance increase.
  • fix license check when bundle-id is enclosed in quotation marks.
  • added extended example in the swift project.

Objects serialization

23 May 12:03

Choose a tag to compare

  • fixes the custom objects serialization

Digest Authentication

05 Apr 12:27

Choose a tag to compare

  • implementation for Digest Authentication type on header of requests

Fixes for Unicode

29 Aug 16:58

Choose a tag to compare

  • fixes when tags contains both unicode and special accented characters.

Fixes for wrong version number.

02 Aug 14:28

Choose a tag to compare

  • fixes when tags contains html or unicode characters.
  • fixes for wrong version number.

Fixes crash

28 Jul 10:04

Choose a tag to compare

  • fixes crash's when data contains unicode special characters like ZERO WIDTH (eg. //u200C //u200B).

P12 Certificates

01 Mar 12:36

Choose a tag to compare

  • fixes for authorization the p12 certificate types.
  • added SOAPEngineXMLDatayKey constant that is used in userInfo notifications.
  • fixes for the constants declaration.

Supports for the last versions of WCF services

23 Feb 17:29

Choose a tag to compare

  • added a new property named "soapActionRequest" to set a different SOAPAction value in the header of the request for the support of the last versions of WCF services.