Skip to content
This repository has been archived by the owner on Mar 11, 2022. It is now read-only.

2.0.0 (2018-02-14)

Compare
Choose a tag to compare
@tomblench tomblench released this 15 Feb 15:30
· 47 commits to master since this release
  • [NEW] Added API for upcoming IBM Cloud Identity and Access
    Management support for Cloudant on IBM Cloud. Note: IAM API key
    support is not yet enabled in the service.
  • [NEW] Interceptors can return nil to signal an error
    condition. See
    the interceptor documentation for more
    details.
  • [FIXED] Crash when stopping replicators.
  • [FIXED] Threading issues in replicators.
  • [FIXED] Added status code TDReplicatorErrorNetworkOffline -
    replicators will go into an error state with this error code if the
    network goes offline, instead of appearing to complete normally.
  • [BREAKING CHANGE] On iOS, replicators no longer stop when the app is
    backgrounded. To revert to the existing behaviour, your app should
    over-ride
    the
    applicationDidEnterBackground method
    or register for
    the
    UIApplicationDidEnterBackgroundNotification notification,
    and call stop on the replicator.
  • [REMOVED] Removed deprecated class CDTSavedHTTPAttachment and method
    createRevisionFromJson on CDTDocumentRevision.
  • [IMPROVED] Updated documentation by replacing deprecated Cloudant links with the latest bluemix.net links.