Skip to content

Version 3.3.0

Compare
Choose a tag to compare
@michaeleustace michaeleustace released this 27 Jan 08:43
· 22 commits to master since this release
7838b4b
  • Introduces a new DMELimits object with duration property which can be used to either declare whether app wants to wait for fresh data or declare how much time (in seconds) the app is willing to dedicate to fetching latest data. See documentation for details.

  • authorizeWithScope:completion: and authorizeOngoingAccessWithScope:oAuthToken:completion: in DMEPullClient have been deprecated. They are now replaced with authorizeWithOptions:completion:] and authorizeOngoingAccessWithOptions:oAuthToken:completion which introduces a new DMESessionOptions object containing the existing DMEDataRequest scope and the new DMELimits object.

  • Updates backend API version to use.

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