Releases: priore/SOAPEngine
Releases · priore/SOAPEngine
Multi-Threading
- fixes for running on multi threading tasks
Certificate Pinning
- implementation for Certificate Pinning Authentication (.cer or .der)
Fixes for Swift 3
- fix properties declarations for Swift 3.
- various optimizations.
AppleTv Bitcode
- header property now support NSString and NSDictionary types.
- optimizations for NSDate objects.
- fix bitcode for AppleTv.
Enhancements and Fixes
- 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
- 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
- extended identification numeric basic types in arrays (int8/16/32/64, long32/64)
- optimized memory management.
- improved device detection.
Enhancements
- 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
- fixes message "containsString unrecognized selector" on iOS 7.
AppleTv Version
- 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.