Skip to content

Releases: digime/digime-sdk-ios

Version 3.1.0

12 Dec 14:01
6ac2451
Compare
Choose a tag to compare

Features

  • DMEScope has been extended to support a more granular level of data fetch. You can now limit your request to just Social data, for example. You could even go as far as to restrict your query to 'Spotify play history from the last 24hrs only'. Check out the changes in the docs, here.
  • We've exposed some of the internal workings of DMEPullClient publicly, so you can take finer control over what data is or isn't downloaded, should you want to.
  • You can now customise the underlying polling logic in DMEPullClient by modifying pollInterval and maxStalePolls in DMEPullConfiguration.

Comments

This release changes the signature of the getSessionData method. The second lambda now has two parameters, so you may experience a compilation error on updating. Capturing the second parameter (the complete file list) resolves this error.

Version 3.0.1

24 Oct 12:33
Compare
Choose a tag to compare
  • Fix for issue where session data completion would be executed prematurely - #135
  • Fix for issue causing session mismatch error - #132

Version 3.0.0

09 Oct 13:54
51ed5b7
Compare
Choose a tag to compare
  • Harmonised API across platforms to make it easier to support more users.
  • Implict Sync support to get data quicker and more throughly - even for new users.
  • Considerably more stable, with greatly improved test coverage.
  • More Documentation

2.5.1 Release

19 Jun 08:46
e92af12
Compare
Choose a tag to compare

BREAKING CHANGE - Support Guest Consent session key tokens.

NOTE: If you are using Guest Consent component, you will need to update to this version of SDK in order to continue using it.

2.5.0 Release

03 Jun 13:50
Compare
Choose a tag to compare

Core:

  • Support for retrieving non-JSON data such as images and PDF
  • New API for users to view consent receipts in digi.me app
  • Update documentation

Guest Consent:

  • Presentation layer for users to select authentication via Guest Consent or digi.me app
  • Fixed an issue where the download delegate was called upon authorization success/failure instead of the authorization delegate.

Postbox:

  • New API to push data to user's digi.me

2.4.2 Release

21 Mar 11:09
7416407
Compare
Choose a tag to compare
  • Fixed Build warnings
  • Upated Swift example to Swift 4.2
  • Updated Obj-c example build settings
  • Enabled GuestConsent component

2.4.1 Release

14 Feb 10:51
Compare
Choose a tag to compare

• Added support for GZIP Compression
• Updated documentation
• Removed support for CAFIleObject
• Updated default p12 and contract in the example apps
• Minor bug fixes and improvements

2.4.0

01 Feb 13:35
Compare
Choose a tag to compare

DigiMeSDK 2.1.1

03 Oct 10:43
Compare
Choose a tag to compare

Session is now refreshed on every authorize call.

DigiMeSDK Version 2.1

23 Mar 15:33
Compare
Choose a tag to compare

Bug fixes,
Improvements
Support for when digi.me app is not installed