Skip to content

Releases: priore/SOAPEngine

Multi-Threading

18 Oct 16:21
Compare
Choose a tag to compare
  • fixes for running on multi threading tasks

Certificate Pinning

14 Oct 15:37
Compare
Choose a tag to compare
  • implementation for Certificate Pinning Authentication (.cer or .der)

Fixes for Swift 3

19 Sep 15:10
Compare
Choose a tag to compare
  • fix properties declarations for Swift 3.
  • various optimizations.

AppleTv Bitcode

11 Aug 16:30
Compare
Choose a tag to compare
  • header property now support NSString and NSDictionary types.
  • optimizations for NSDate objects.
  • fix bitcode for AppleTv.

Enhancements and Fixes

07 Apr 12:01
Compare
Choose a tag to compare
  • added a new property named soapNamespace to able to setting the default name of namespace for the tag Envelope.
  • fixes for bitcode generation problems with Xcode 7.3.

Fixes on CDATA elements

30 Mar 17:38
Compare
Choose a tag to compare
  • Fixes on CDATA elements.

NOTE: this version was compiled with Xcode 7.3 that have a bug on generation from command-line, please use the version 1.27 that resolves the problem.

Enhancements

11 Mar 18:00
Compare
Choose a tag to compare
  • extended identification numeric basic types in arrays (int8/16/32/64, long32/64)
  • optimized memory management.
  • improved device detection.

Enhancements

17 Feb 13:08
Compare
Choose a tag to compare
  • uses NSProgress to track the sending and received data progress.
  • runs notifications, blocks and delegates in the main thread.
  • supports Enterprise license with bundle-id extended style.
  • fixes in delegate and block for the wrong totals of data sent.
  • fixes crash when not found a value for soapAction attribute on WSDL declaration.
  • fixes when forKey in requestURL is nil.
  • various optimizations.

Minor bug fix

01 Feb 14:04
Compare
Choose a tag to compare
  • fixes message "containsString unrecognized selector" on iOS 7.

AppleTv Version

31 Dec 15:03
Compare
Choose a tag to compare
  • added a supported version for Apple TV.
  • fixes license message on simulator.
  • added new method that return a formatted dictionary for a sub-child with attributes.
  • added new property to define attributes for the soap action tag #75.
  • replaced the statement "retain" of the properties in the statement "strong".
  • fixes during retrieval of the class name when you pass a user-object #74.