Skip to content

Releases: saltedge/saltedge-ios

4.0.0

30 Jan 13:08
9b4745a
Compare
Choose a tag to compare

This release brings support for Spectre API v4.

For more information, feel free to view the upgrade guide or the changelog.

3.2.4

14 Nov 14:37
26b0d26
Compare
Choose a tag to compare

This release migrates the dispatch_async(dispatch_get_main_queue(), ^{}) calls from SERequestHandler to SEAPIRequestManager, since serializing JSON into respective objects was happening on the main queue and that was causing issues.

Now, the serializing happens before the request's completion is called, and then the completion with serialized objects is dispatched to the main queue.

3.2.3

31 Oct 09:57
21205c8
Compare
Choose a tag to compare

This release removes documentation and usage for from_made_on and to_made_on parameters available in the Transactions List endpoint.

3.2.1

08 Aug 09:35
Compare
Choose a tag to compare

This release removes the old unused SSL certificate and replaces the new one with the format expected by URLSession's NSURLAuthenticationChallenge delegate method.

3.2.0

01 Aug 08:02
Compare
Choose a tag to compare

This release adds the new SaltEdge SSL certificate used for pinning.

3.1.3

07 Mar 08:49
Compare
Choose a tag to compare

This release removes some assertions in SEAPIRequestManager when requesting a create login token, since all but customer_secret header are optional.

3.1.2

19 Oct 08:59
Compare
Choose a tag to compare

This release contains of a single patch for proper SELogin serialization from the refresh endpoint response.

3.1.1

02 Aug 15:16
Compare
Choose a tag to compare

This release is an addendum to the 3.1.0 release.

The only addition in this release is that SEAPIRequestManager now provides an API (+setSSLPinningMode: and +SSLPinningEnabled) to enable or disable SSL pinning, and respectively to check whether SSL pinning is enabled.

3.1.0

02 Aug 09:04
Compare
Choose a tag to compare

This release adds SSL pinning to all outgoing requests from SERequestHandler. SEAPIRequestManager uses SERequestHandler implicitly, so any API call from SEAPIRequestManager will have SSL pinning by default.

3.0.0

31 Mar 09:14
Compare
Choose a tag to compare

This release adds support for Spectre API v3. 🎆

For more information, please read the v3 announcement on the Salt Edge blog or explore the v3 changelog or read the v3 upgrade guide.