Releases: digime/digime-sdk-ios
Version 3.1.0
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 modifyingpollInterval
andmaxStalePolls
inDMEPullConfiguration
.
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
Version 3.0.0
- 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
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
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
- Fixed Build warnings
- Upated Swift example to Swift 4.2
- Updated Obj-c example build settings
- Enabled GuestConsent component
2.4.1 Release
• 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
DigiMeSDK 2.1.1
Session is now refreshed on every authorize
call.
DigiMeSDK Version 2.1
Bug fixes,
Improvements
Support for when digi.me app is not installed